aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rspiusb/TODO
blob: cd6336a9254dd9e2495c5ceb9b94a0f95d0fa293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This driver is for the Princeton Instruments USB camera.

It needs lots of work to get it into the main drivers/usb/ subdirectory:

Any patches to do any of the following changes are greatly appreciated:

	- make checkpatch.pl clean
	- coding style fixups (typedefs, etc.)
	- get it to build properly
	- audit ioctls
	- remove ioctls if possible
	- assign proper minor number
	- remove dbg() macro
	- lots of general cleanups
	- review locking

Please send patches to:
	Greg Kroah-Hartman <gregkh@suse.de>
and CC:
	Judd Montgomery <judd@jpilot.org>
	Jeff Frontz <jeff.frontz@gmail.com>
as they have this device and can test any needed changes.