patch: extend device_id range to cover new sony camera (dsc-w70)

From: William Morrow
Date: Mon Jul 17 2006 - 10:59:41 EST


product reports 2 configs. This change enables usb-storage config (other is "still").
I could not test this patch well since I am the only one I know with the product.
Almost no risk. You may have to buy a new camera just to be sure ;-)

morrow

diff -ur linux-2.6.17.6.orig/drivers/usb/storage/unusual_devs.h linux-2.6.17.6/drivers/usb/storage/unusual_devs.h
--- linux-2.6.17.6.orig/drivers/usb/storage/unusual_devs.h 2006-07-15 13:00:43.000000000 -0600
+++ linux-2.6.17.6/drivers/usb/storage/unusual_devs.h 2006-07-17 08:36:28.000000000 -0600
@@ -460,9 +460,9 @@
US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),

/* This entry is needed because the device reports Sub=ff */
-UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0600,
+UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
"Sony",
- "DSC-T1/T5",
+ "DSC-T1/T5/W70",
US_SC_8070, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN ),




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/