diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-01-19 12:51:40 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-01-19 12:51:40 +0000 |
| commit | cf73864749f65b64101fbf778983739f6a39ed3c (patch) | |
| tree | c9de253a214939595f8dbb42dd9f6c6ed71d710d /sys/dev/usb | |
| parent | a9b19289e6e026bee97814e21e79dfc3a0ed0b1a (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umass.c | 4 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 50b11cce22ead..d47227601a738 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -336,6 +336,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = { UMASS_PROTO_ATAPI | UMASS_PROTO_CBI, NO_TEST_UNIT_READY | NO_START_STOP | ALT_IFACE_1 }, + { USB_VENDOR_IODATA, USB_PRODUCT_IODATA_IU_CD2, RID_WILDCARD, + UMASS_PROTO_SCSI | UMASS_PROTO_BBB, + NO_QUIRKS + }, { USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100, RID_WILDCARD, /* XXX This is not correct as there are Zip drives that use ATAPI. */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 65b27675155a9..90b942643c0e8 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -778,6 +778,7 @@ product IODATA USBETT 0x0901 USB ETT product IODATA USBETTX 0x0904 USB ETTX product IODATA USBETTXS 0x0913 USB ETTX product IODATA USBRSAQ 0x0a03 USB serial adapter USB-RSAQ1 +product IODATA IU_CD2 0x0204 DVD Multi-plus unit iU-CD2 /* Iomega products */ product IOMEGA ZIP100 0x0001 Zip 100 |
