1This driver is for the Princeton Instruments USB camera. 2 3It needs lots of work to get it into the main drivers/usb/ subdirectory: 4 5Any patches to do any of the following changes are greatly appreciated: 6 7 - make checkpatch.pl clean 8 - coding style fixups (typedefs, etc.) 9 - get it to build properly 10 - audit ioctls 11 - remove ioctls if possible 12 - assign proper minor number 13 - remove dbg() macro 14 - lots of general cleanups 15 - review locking 16 17Please send patches to: 18 Greg Kroah-Hartman <gregkh@suse.de> 19and CC: 20 Judd Montgomery <judd@jpilot.org> 21 Jeff Frontz <jeff.frontz@gmail.com> 22as they have this device and can test any needed changes. 23