summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-03-04 07:20:48 +0000
committersanpei <sanpei@FreeBSD.org>2004-03-04 07:20:48 +0000
commita88951ea76ff4fc453d7e2b02fc2df6dcf43b28a (patch)
tree748c831e8b12d60e08a9e61e03bc26a5f1151ddb /sys/dev
parente7394b0fb4d09a8f3fa995092820e1b658b03fbf (diff)
downloadFreeBSD-src-a88951ea76ff4fc453d7e2b02fc2df6dcf43b28a.zip
FreeBSD-src-a88951ea76ff4fc453d7e2b02fc2df6dcf43b28a.tar.gz
Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)
PR: kern/63619 Submitted by: Greg Rivers <gcr@sa.fedex.com> MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/umass.c4
-rw-r--r--sys/dev/usb/usbdevs4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 3c4770c..8d4fe01 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -381,6 +381,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = {
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
WRONG_CSWSIG
},
+ { USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_UCF100, RID_WILDCARD,
+ UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
+ NO_INQUIRY | NO_GETMAXLUN
+ },
{ USB_VENDOR_PANASONIC, USB_PRODUCT_PANASONIC_KXLCB20AN, RID_WILDCARD,
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
NO_QUIRKS
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 05410d2..2516a1b 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -272,6 +272,7 @@ vendor FREECOM 0x07ab Freecom
vendor MICROTECH 0x07af Microtech
vendor GENERALINSTMNTS 0x07b2 General Instruments (Motorola)
vendor OLYMPUS 0x07b4 Olympus
+vendor ONSPEC 0x07c4 OnSpec Electronic
vendor ABOCOM 0x07b8 AboCom Systems
vendor KEISOKUGIKEN 0x07c1 Keisokugiken
vendor APG 0x07c5 APG Cash Drawer
@@ -1015,6 +1016,9 @@ product OLYMPUS C700 0x0105 C-700 Ultra Zoom
product OMNIVISION OV511 0x0511 OV511 Camera
product OMNIVISION OV511PLUS 0xa511 OV511+ Camera
+/* OnSpec Electronic, Inc. */
+product ONSPEC UCF100 0xa400 FlashLink UCF-100 CompactFlash Reader
+
/* Palm Computing, Inc. product */
product PALM SERIAL 0x0080 USB Serial Adaptor
product PALM M500 0x0001 Palm m500
OpenPOWER on IntegriCloud