drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero
[safe/jmp/linux-2.6] / drivers / staging / rspiusb / TODO
1 This driver is for the Princeton Instruments USB camera.
2
3 It needs lots of work to get it into the main drivers/usb/ subdirectory:
4
5 Any 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
17 Please send patches to:
18         Greg Kroah-Hartman <gregkh@suse.de>
19 and CC:
20         Judd Montgomery <judd@jpilot.org>
21         Jeff Frontz <jeff.frontz@gmail.com>
22 as they have this device and can test any needed changes.