kernel-fxtec-pro1x/drivers/staging/sep
Alan Cox ca605bb68c Staging: sep: Use filp->private_data to create proper device instances
Move from using a sep_dev global. The workqueue still uses it and we use the
pointer in order to know if a device was found.

This requires some restructuring as the pci probe and the init module logic
are all rather messed up and only worked by luck.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:14 -07:00
..
Kconfig Staging: sep: Fix rar build 2009-09-15 12:02:12 -07:00
Makefile Staging: sep: merge the two files 2009-09-15 12:02:13 -07:00
sep_dev.h Staging: sep: Fix PCI irq usage 2009-09-15 12:02:14 -07:00
sep_driver.c Staging: sep: Use filp->private_data to create proper device instances 2009-09-15 12:02:14 -07:00
sep_driver_api.h Staging: sep: use O_NDELAY instead of magic APIs 2009-09-15 12:02:13 -07:00
sep_driver_config.h Staging: sep: do something about all the printk macros 2009-09-15 12:02:12 -07:00
sep_driver_hw_defs.h Staging: sep: indent pass 2009-09-15 12:02:12 -07:00
TODO