diff options
author | sanpei <sanpei@FreeBSD.org> | 2004-01-24 07:14:07 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2004-01-24 07:14:07 +0000 |
commit | 7a7b2ea977ed27b59b785c2014b5514626e5fd65 (patch) | |
tree | 46283e59bccb75ef8ddb75fcd59c2871e467c589 /sys/dev/usb/usbdevs | |
parent | e5e785e0d490c1b9d847705afab71053b8320294 (diff) | |
download | FreeBSD-src-7a7b2ea977ed27b59b785c2014b5514626e5fd65.zip FreeBSD-src-7a7b2ea977ed27b59b785c2014b5514626e5fd65.tar.gz |
Add Support
- 2nd type of GL641USB USB-IDE bridge [1]
- Plextor Plexwriter 40/12/40U [2]
PR: kern/61671 [1]
kern/61803 [2]
Submitted by: Ralf Wenk <RZ-FreeBSD0401@fh-karlsruhe.de> [1]
Feisal Mohammed <feisal@uwi.tt> [2]
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 90b9426..ee7621c 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -313,6 +313,7 @@ vendor ALATION 0x0910 Alation Systems vendor GOHUBS 0x0921 GoHubs vendor BIOMETRIC 0x0929 American Biometric Company vendor TOSHIBA 0x0930 Toshiba Corporation +vendor PLEXTOR 0x093b Plextor Corp. vendor YANO 0x094f Yano vendor KINGSTON 0x0951 Kingston Technology vendor BLUEWATER 0x0956 BlueWater Systems @@ -693,6 +694,7 @@ product GENERALINSTMNTS SB5100 0x5100 SURFboard SB5100 Cable modem /* Genesys Logic products */ product GENESYS GL650 0x0604 GL650 Hub product GENESYS GL641USB 0x0700 GL641USB CompactFlash Card Reader +product GENESYS GL641USB2IDE_2 0x0701 GL641USB USB-IDE Bridge No 2 product GENESYS GL641USB2IDE 0x0702 GL641USB USB-IDE Bridge /* HAL Corporation products */ @@ -1040,6 +1042,9 @@ product PHILIPSSEMI HUB1122 0x1122 hub /* P.I. Engineering products */ product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter +/* Plextor Corp. */ +product PLEXTOR 40_12_40U 0x0011 PlexWriter 40/12/40U + /* PLX products */ product PLX TESTBOARD 0x9060 test board |