Commit 264e19ff authored by Nicolas Dupeux's avatar Nicolas Dupeux Committed by Greg Kroah-Hartman

[PATCH] USB: UNUSUAL_DEV for aiptek pocketcam

Here is the unusual_dev entry i'm using to get my digital camera.


diff -cr linux/drivers/usb/storage/unusual_devs.h linux_vaxvms/drivers/usb/storage/unusual_devs.h
*** linux/drivers/usb/storage/unusual_devs.h	2003-03-14 21:32:46.000000000 +0100
parent d4e0ae31
......@@ -681,3 +681,13 @@ UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
US_SC_SCSI, US_PR_SDDR55, NULL,
US_FL_SINGLE_LUN),
#endif
/* Aiptek PocketCAM 3Mega
* Nicolas DUPEUX <nicolas@dupeux.net>
*/
UNUSUAL_DEV( 0x08ca, 0x2011, 0x0000, 0x9999,
"AIPTEK",
"PocketCAM 3Mega",
US_SC_SCSI, US_PR_BULK, NULL,
US_FL_MODE_XLATE | US_FL_START_STOP),
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment