Paul Ortyl wrote:
Hi,
Another entry to drivers/usb/storage/unusual_devs.h
Greg,
Here's another unusual_devs entry for the Tekom/Yakumo devices. While I was there I realized two of the tekom entries were out of order, so I fixed that as well.
Please apply.
Sent-by-by: Paul Ortyl <[EMAIL PROTECTED]> Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
Doh! Forgot the patch! Sorry... Thanks to Pete for pointing that out.
-- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759
diff -puN drivers/usb/storage/unusual_devs.h~unusual_yakumo2 drivers/usb/storage/unusual_devs.h --- linux-2.6.10-rc1/drivers/usb/storage/unusual_devs.h~unusual_yakumo2 2004-11-15 22:17:55.000000000 -0800 +++ linux-2.6.10-rc1-phil/drivers/usb/storage/unusual_devs.h 2004-11-15 22:17:55.000000000 -0800 @@ -266,16 +266,16 @@ UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x US_SC_8070, US_PR_BULK, NULL, US_FL_FIX_INQUIRY ), -/* Reported by Iacopo Spalletti <[EMAIL PROTECTED]> */ -UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, +/* Yakumo Mega Image 37 + * Submitted by Stephan Fuhrmann <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, "Tekom Technologies, Inc", "300_CAMERA", US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), -/* Yakumo Mega Image 37 - * Submitted by Stephan Fuhrmann <[EMAIL PROTECTED]> */ -UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, +/* Reported by Iacopo Spalletti <[EMAIL PROTECTED]> */ +UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, "Tekom Technologies, Inc", "300_CAMERA", US_SC_DEVICE, US_PR_DEVICE, NULL, @@ -289,6 +289,14 @@ UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), +/* Reported by Paul Ortyl <[EMAIL PROTECTED]> + * Note that it's similar to the device above, only different prodID */ +UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, + "Tekom Technologies, Inc", + "400_CAMERA", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE ), + /* This entry is needed because the device reports Sub=ff */ UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, "Sony", _
signature.asc
Description: OpenPGP digital signature
