-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 126751 b: refs/heads/master c: 28397ff h: refs/heads/master i: 126749: 8c8ca3f 126747: ea60239 126743: ed4c886 126735: acf4735 126719: 74b1a2f v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Jan 6, 2009
1 parent
2b65caa
commit 8466a6d
Showing
8 changed files
with
945 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 88a1e909da60cd3adf159bc337ede09d4ac93e3e | ||
refs/heads/master: 28397ffef14255ba45b99570d366fcd2b454c8f3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config USB_RSPI | ||
tristate "Princeton Instruments USB camera support" | ||
default n | ||
depends on USB && BROKEN | ||
help | ||
This driver is for the Princeton Instruments USB camera device. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_USB_RSPI) += rspiusb.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. |
Oops, something went wrong.