diff options
| -rw-r--r-- | sys/dev/usb/usbdevs | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index ef7b137be4ee..8555c12eb164 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -5,7 +5,7 @@ $FreeBSD$ * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (augustss@carlstedt.se) at + * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without @@ -46,7 +46,7 @@ vendor ATMEL 0x03eb Atmel Corp. vendor HP 0x03f0 Hewlett Packard vendor ADAPTEC 0x03f3 Adaptec, Inc. vendor ACERLABS 0x0402 Acer Labs, Inc. -vendor FUTURE 0x0403 Future Technology Devices +vendor FTDI 0x0403 Future Technology Devices vendor NEC 0x0409 NEC vendor KODAK 0x040a Eastman Kodak Corp. vendor MELCO 0x0411 Melco, Inc. @@ -146,6 +146,7 @@ vendor LINKSYS 0x066b Linksys, Inc. vendor ACERSA 0x066e Acer Semiconductor America, Inc. vendor AIWA 0x0677 Aiwa Co., Ltd. vendor ACARD 0x0678 ACARD Technology Corp. +vendor PROLIFIC 0x067b Prolific Technology Inc. vendor ADVANCELOGIC 0x0680 Avance Logic, Inc. vendor ASKEY 0x069a Askey Computer Corp. vendor ALCATELT 0x06b9 Alcatel Telecom @@ -159,6 +160,7 @@ vendor ALCATELM 0x06e4 Alcatel Microelectronics vendor SIRIUS 0x06ea Sirius Technologies vendor BOSTON 0x06fd Boston Acoustics vendor SMC 0x0707 Standard Microsystems Corp +vendor MCT 0x0711 MCT Corp. vendor AUREAL 0x0755 Aureal Semiconductor vendor MIDIMAN 0x0763 Midiman vendor SANDISK 0x0781 SanDisk Corp @@ -323,6 +325,7 @@ product COREGA FETHER_USB_TX 0x0004 FEther USB-TX /* Cypress Semiconductor products */ product CYPRESS MOUSE 0x0001 mouse product CYPRESS THERMO 0x0002 thermometer +product CYPRESS FMRADIO 0x1002 FM Radio /* D-Link products */ /*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/ @@ -374,7 +377,7 @@ product GRAVIS GAMEPADPRO 0x4001 GamePad Pro product FREECOM DVD 0xfc01 Connector for DVD drive /* Future Technology Devices products */ -product FUTURE SERIAL 0x8372 Serial converter +product FTDI SERIAL 0x8372 Serial converter /* Handspring, Inc. */ product HANDSPRING VISOR 0x0100 Handspring Visor @@ -396,7 +399,8 @@ product INSIDEOUT EDGEPORT4 0x0001 EdgePort/4 serial ports /* In-System products */ product INSYSTEM F5U002 0x0002 Parallel printer adapter -product INSYSTEM ISD110 0x0200 IDE adapter +product INSYSTEM ISD110 0x0200 IDE adapter ISD110 +product INSYSTEM ISD105 0x0202 IDE adapter ISD105 /* Intel products */ product INTEL TESTBOARD 0x9890 82930 test board @@ -446,6 +450,7 @@ product LEXMARK S2450 0x0009 Optra S 2450 /* Linksys products */ product LINKSYS USB10T 0x2202 USB10T Ethernet product LINKSYS USB100TX 0x2203 USB100TX Ethernet +product LINKSYS USB100H1 0x2204 USB100H1 Ethernet/HPNA product LINKSYS USB10TA 0x2206 USB10TA Ethernet /* Logitech products */ @@ -466,6 +471,10 @@ product LUCENT EVALKIT 0x1001 USS-720 evaluation kit /* Macally products */ product MACALLY MOUSE1 0x0101 mouse +/* MCT Corp. */ +product MCT HUB0100 0x0100 Hub +product MCT USB232 0x0210 USB-232 Interface + /* Melco, Inc products */ product MELCO LUATX 0x0001 LU-ATX Ethernet @@ -516,6 +525,7 @@ product PERACOM ENET2 0x0005 Ethernet adapter product PHILIPS DSS350 0x0101 DSS 350 Digital Speaker System product PHILIPS DSS 0x0104 DSS XXX Digital Speaker System product PHILIPS HUB 0x0201 hub +product PHILIPS PCVC680K 0x0308 PCVC680K Vesta Pro PC Camera product PHILIPS DSS150 0x0471 DSS 150 Digital Speaker System /* P.I. Engineering products */ @@ -529,6 +539,10 @@ product PRIMAX COMFORT 0x4d01 Comfort product PRIMAX MOUSEINABOX 0x4d02 Mouse-in-a-Box product PRIMAX PCGAUMS1 0x4d04 Sony PCGA-UMS1 +/* Prolific products */ +product PROLIFIC PL2301 0x0000 PL2301 Host-Host interface +product PROLIFIC PL2302 0x0001 PL2302 Host-Host interface + /* Quickshot products */ product QUICKSHOT STRIKEPAD 0x6238 USB StrikePad |
