public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* patch: extend device_id range to cover new sony camera ( dsc-w70)
@ 2006-07-17 15:10 William Morrow
  0 siblings, 0 replies; only message in thread
From: William Morrow @ 2006-07-17 15:10 UTC (permalink / raw)
  To: mdharm-usb; +Cc: linux-kernel, trivial

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 ),
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-17 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17 15:10 patch: extend device_id range to cover new sony camera ( dsc-w70) William Morrow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox