[<prev] [next>] [day] [month] [year] [list]
Message-ID: <44BBA881.3070700@amd.com>
Date: Mon, 17 Jul 2006 09:10:57 -0600
From: "William Morrow" <William.Morrow@....com>
To: mdharm-usb@...-eyed-alien.net
cc: linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: patch: extend device_id range to cover new sony camera (
dsc-w70)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists