diff options
author | Lars Jacob <jacob.lars@googlemail.com> | 2006-07-10 11:53:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-12 19:03:24 -0400 |
commit | 7e3bd120e52971d5e255ca800f7de6bf83d8f2d1 (patch) | |
tree | 5f35d55f013b76e2aaa60711102f45db027c18d9 | |
parent | 57b01b1e393b8b874421fb77d4f078b8ce725e63 (diff) |
[PATCH] USB: unusual_devs entry for Sony DSC-H5
This patch (as749) extends the unusual_devs entry for the Sony DSC-T1 and
T5 to cover the H5 as well.
From: Lars Jacob <jacob.lars@googlemail.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 4150b5825559..b7f520e054ec 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -495,10 +495,11 @@ UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, | |||
495 | US_SC_SCSI, US_PR_DEVICE, NULL, | 495 | US_SC_SCSI, US_PR_DEVICE, NULL, |
496 | US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), | 496 | US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), |
497 | 497 | ||
498 | /* This entry is needed because the device reports Sub=ff */ | 498 | /* Submitted by Lars Jacob <jacob.lars@googlemail.com> |
499 | UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0600, | 499 | * This entry is needed because the device reports Sub=ff */ |
500 | UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, | ||
500 | "Sony", | 501 | "Sony", |
501 | "DSC-T1/T5", | 502 | "DSC-T1/T5/H5", |
502 | US_SC_8070, US_PR_DEVICE, NULL, | 503 | US_SC_8070, US_PR_DEVICE, NULL, |
503 | US_FL_SINGLE_LUN ), | 504 | US_FL_SINGLE_LUN ), |
504 | 505 | ||