summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2007-03-13 06:23:46 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2007-03-13 06:23:46 +0000
commit94a0ed2add480ce0bb6ff52bb12e3d8622bc4a9b (patch)
tree0a1a7903e50d6d52fae3b242819bef7b5329f785 /sys
parentf30245b495008063523fe1384c563b1d1a2e1979 (diff)
add quirk for Sony DSC-T10, which is UFI, not SCSI.
help and ok krw@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/umass_quirks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c
index 6bc85c94a28..4a50fc38de4 100644
--- a/sys/dev/usb/umass_quirks.c
+++ b/sys/dev/usb/umass_quirks.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umass_quirks.c,v 1.24 2006/12/09 21:22:30 pedro Exp $ */
+/* $OpenBSD: umass_quirks.c,v 1.25 2007/03/13 06:23:45 steven Exp $ */
/* $NetBSD: umass_quirks.c,v 1.67 2004/06/28 07:49:16 mycroft Exp $ */
/*
@@ -524,6 +524,7 @@ umass_fixup_sony(struct umass_softc *sc)
* revision number is used to distinguish between them.
*/
switch (UGETW(dd->bcdDevice)) {
+ case 0x611: /* Sony DSC-T10, rev 6.11 */
case 0x600: /* Sony DSC-W50, rev 6.00 */
case 0x500: /* Sony DSC-P41, rev 5.00 */
sc->sc_cmd = UMASS_CPROTO_UFI;