diff options
author | imp <imp@FreeBSD.org> | 2007-06-23 16:50:46 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-06-23 16:50:46 +0000 |
commit | 1c12158d8175d53463789ea5ae6d407409f08a7b (patch) | |
tree | 690943bf317da4d754966336c48d117093f8c81b | |
parent | 18998e91970d774f7941d06eecac8f26172e0051 (diff) | |
download | FreeBSD-src-1c12158d8175d53463789ea5ae6d407409f08a7b.zip FreeBSD-src-1c12158d8175d53463789ea5ae6d407409f08a7b.tar.gz |
For USBVERBOSE case, we can't have " in any of the names.
Submitted by: Flemming Jacobsen
Approved by: re (blanket)
-rw-r--r-- | sys/dev/usb/usbdevs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b7aa255..d142916 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1043,11 +1043,11 @@ product FTDI SERIAL_2232C 0x6010 FT2232C Dual port Serial product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru product FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal -product FTDI EISCOU 0xe888 "Expert ISDN Control USB" -product FTDI UOPTBR 0xe889 "USB-RS232 OptoBridge" -product FTDI EMCU2D 0xe88a "Expert mouseCLOCK USB II" -product FTDI PCMSFU 0xe88b "Precision Clock MSF USB" -product FTDI EMCU2H 0xe88c "Expert mouseCLOCK USB II HBG" +product FTDI EISCOU 0xe888 Expert ISDN Control USB +product FTDI UOPTBR 0xe889 USB-RS232 OptoBridge +product FTDI EMCU2D 0xe88a Expert mouseCLOCK USB II +product FTDI PCMSFU 0xe88b Precision Clock MSF USB +product FTDI EMCU2H 0xe88c Expert mouseCLOCK USB II HBG product FTDI USBSERIAL 0xfa00 Matrix Orbital USB Serial product FTDI MX2_3 0xfa01 Matrix Orbital MX2 or MX3 product FTDI MX4_5 0xfa02 Matrix Orbital MX4 or MX5 |