diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-09-06 20:41:20 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-09-06 20:41:20 +0000 |
commit | 6ca77136a9655b54840cf1cb967688e545f1b822 (patch) | |
tree | 8ec6f000ab3b785facbea45ea62b37f512a275bf | |
parent | f0063691c8c616da2388f5f9f81b6e586881180c (diff) |
add Olimex vendor id, couple device ids for usb -> serial jtag interfaces
and device id for garmin gpsmap 60csx.
ok jsg@
-rw-r--r-- | sys/dev/usb/usbdevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 768c6380343..a81394fc362 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.291 2007/09/02 04:13:33 jsg Exp $ +$OpenBSD: usbdevs,v 1.292 2007/09/06 20:41:19 fkr Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -474,6 +474,7 @@ vendor UBLOX 0x1546 U-blox vendor OQO 0x1557 OQO vendor UMEDIA 0x157e U-MEDIA Communications vendor FIBERLINE 0x1582 Fiberline +vendor OLIMEX 0x15ba Olimex vendor SOHOWARE 0x15e8 SOHOware vendor UMAX 0x1606 UMAX Data Systems vendor INSIDEOUT 0x1608 Inside Out Networks @@ -1133,6 +1134,7 @@ product FREECOM DVD 0xfc01 Connector for DVD drive /* Future Technology Devices products */ product FTDI SERIAL_8U232AM 0x6001 8U232AM Serial product FTDI SERIAL_2232C 0x6010 2232C Serial +product FTDI SERIAL_2232L 0xcff8 2232L Serial product FTDI PS2KBDMS 0x8371 PS/2 Keyboard/Mouse product FTDI SERIAL_8U100AX 0x8372 Serial product FTDI MJS_SIRIUS_PC 0xca81 MJS Sirius To PC Interface @@ -1166,6 +1168,7 @@ product FUJITSU AH_F401U 0x105b AH-F401U Air H device product GMATE YP3X00 0x1001 YP3X00 PDA /* Garmin International products */ +product GARMIN GPSMAP60CSX 0x0003 GPSmap 60Csx product GARMIN IQUE3600 0x0004 Ique 3600 /* Genesys Logic products */ @@ -1751,6 +1754,8 @@ product NOVATEL XU870 0x1430 XU870 product NOVATEL ES620 0x2100 ES620 CDMA product NOVATEL U720 0x2110 U720 +product OLIMEX OPENOCD_JTAG 0x0003 OpenOCD JTAG + /* Olympus products */ product OLYMPUS C1 0x0102 C-1 product OLYMPUS C700 0x0105 C-700 Ultra Zoom |