diff options
author | stas <stas@FreeBSD.org> | 2012-01-16 23:14:23 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2012-01-16 23:14:23 +0000 |
commit | 6e62eeb5060f7a68d13a2176a7a44f5df6812769 (patch) | |
tree | 54cd92076a9c1374dfef25f9e5a7747f1973a0c5 /sys/dev/usb/usbdevs | |
parent | 87b184512facc4a0cdf18b94db89bc25e6fbce97 (diff) | |
download | FreeBSD-src-6e62eeb5060f7a68d13a2176a7a44f5df6812769.zip FreeBSD-src-6e62eeb5060f7a68d13a2176a7a44f5df6812769.tar.gz |
- Add ID for the BeagleBone FTDI serial over usb port.
MFC after: 3 days
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index cdc81c5..c772df1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1606,6 +1606,7 @@ product FTDI SERIAL_2232C 0x6010 FT2232C Dual port Serial product FTDI SERIAL_2232D 0x9e90 FT2232D Dual port Serial product FTDI BEAGLEBONE 0xA6D0 BeagleBone product FTDI SERIAL_4232H 0x6011 FT4232H Quad port Serial +product FTDI SERIAL_BEAGLEBONE 0xa6d0 BeagleBone FTDI Serial /* Gude Analog- und Digitalsysteme products also uses FTDI's id: */ product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru |