summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-09-04 07:07:35 +0000
committersanpei <sanpei@FreeBSD.org>2004-09-04 07:07:35 +0000
commitbb6e5e767288a786838cc9bc0a278686445c2d44 (patch)
treef55caa949dd9fd80115f12850d90aa9896dfa6bf /sys
parent1391946a6f37f27f2846b3a310ecd5b6957e1ef1 (diff)
downloadFreeBSD-src-bb6e5e767288a786838cc9bc0a278686445c2d44.zip
FreeBSD-src-bb6e5e767288a786838cc9bc0a278686445c2d44.tar.gz
Add support Western Digital External USB HDD
ONSPEC entry are sorted PR: kern/71031 Submitted by: Johann Hugo <jhugo@icomtek.csir.co.za> MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/umass.c4
-rw-r--r--sys/dev/usb/usbdevs7
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 32802b3..eeb0973 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -449,6 +449,10 @@ Static struct umass_devdescr_t umass_devdescrs[] = {
UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
IGNORE_RESIDUE
},
+ { USB_VENDOR_WESTERN, USB_PRODUCT_WESTERN_EXTHDD, RID_WILDCARD,
+ UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
+ FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
+ },
{ USB_VENDOR_YANO, USB_PRODUCT_YANO_U640MO, RID_WILDCARD,
UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
FORCE_SHORT_INQUIRY
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index ef57d8b..f0e38a0 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -339,9 +339,9 @@ 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 ONSPEC 0x07c4 OnSpec Electronic
vendor APG 0x07c5 APG Cash Drawer
vendor BUG 0x07c8 B.U.G.
vendor ALLIEDTELESYN 0x07c9 Allied Telesyn International
@@ -429,6 +429,7 @@ vendor MSI 0x0db0 Micro Star International
vendor HAWKING 0x0e66 Hawking Technologies
vendor MICROTUNE 0x0f4d Microtune, Inc.
vendor QUALCOMM2 0x1004 Qualcomm
+vendor WESTERN 0x1058 Western Digital
vendor MOTOROLA 0x1063 Motorola
vendor PLX 0x10b5 PLX
vendor ASANTE 0x10bd Asante
@@ -1412,6 +1413,10 @@ product WACOM GRAPHIRE 0x0010 Graphire
product WACOM INTUOSA5 0x0021 Intuos A5
product WACOM GD0912U 0x0022 Intuos 9x12 Graphics Tablet
+/* Western Digital products */
+product WESTERN EXTHDD 0x0400 External HDD
+product WESTERN HUB 0x0500 USB HUB
+
/* Xirlink products */
product XIRLINK PCCAM 0x8080 IBM PC Camera
OpenPOWER on IntegriCloud