diff options
author | iedowse <iedowse@FreeBSD.org> | 2006-03-17 18:16:22 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2006-03-17 18:16:22 +0000 |
commit | e4e5cf764ad870577dada1df3cdb4e4113d4109c (patch) | |
tree | 302a0076f9f7c963b53e16647aa0aa36dedd2d27 | |
parent | 32c951cbb38c003ff4c50be62876fd52a99be948 (diff) | |
download | FreeBSD-src-e4e5cf764ad870577dada1df3cdb4e4113d4109c.zip FreeBSD-src-e4e5cf764ad870577dada1df3cdb4e4113d4109c.tar.gz |
Sony DSC cameras with revision number 6.0 require the same quirk
as those reporting revision 5.0.
Reported by: Brian Reichert
MFC after: 1 week
-rw-r--r-- | sys/dev/usb/umass.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 4c9b4a7..89c6095 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -474,6 +474,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = { UMASS_PROTO_RBC | UMASS_PROTO_CBI, RBC_PAD_TO_12 }, + { USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC, 0x0600, + UMASS_PROTO_RBC | UMASS_PROTO_CBI, + RBC_PAD_TO_12 + }, { USB_VENDOR_SONY, USB_PRODUCT_SONY_DSC, RID_WILDCARD, UMASS_PROTO_RBC | UMASS_PROTO_CBI, NO_QUIRKS |