Add support for Crystalfontz CFA-631 USB LCD (uftdi(4) driver).

For some very unclear reason this device contains a FTDI 8U232AM USB->COM
adapter, but reports different device id than original 8U232AM. At the same
time, it reports vendor id of FTDI.

Sponsored by:	Porta Software Ltd
MFC after:	2 weeks
This commit is contained in:
sobomax 2004-01-24 21:23:12 +00:00
parent 768f737c7e
commit 19842da546
2 changed files with 6 additions and 1 deletions

View File

@ -152,7 +152,8 @@ USB_MATCH(uftdi)
if (uaa->vendor == USB_VENDOR_FTDI &&
(uaa->product == USB_PRODUCT_FTDI_SERIAL_8U100AX ||
uaa->product == USB_PRODUCT_FTDI_SERIAL_8U232AM))
uaa->product == USB_PRODUCT_FTDI_SERIAL_8U232AM ||
uaa->product == USB_PRODUCT_FTDI_CFA_631))
return (UMATCH_VENDOR_PRODUCT);
return (UMATCH_NONE);
@ -205,6 +206,7 @@ USB_ATTACH(uftdi)
sc->sc_hdrlen = 1;
break;
case USB_PRODUCT_FTDI_SERIAL_8U232AM:
case USB_PRODUCT_FTDI_CFA_631:
sc->sc_type = UFTDI_TYPE_8U232AM;
sc->sc_hdrlen = 0;
break;

View File

@ -563,6 +563,9 @@ product COREGA FETHER_USB_TXS 0x000d FEther USB-TXS
/* Creative products */
product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player
/* Crystalfontz products */
product FTDI CFA_631 0xfc0c Crystalfontz CFA-631 USB LCD
/* Cambridge Silicon Radio Ltd. products */
product CSR BT_DONGLE 0x0001 Bluetooth USB dongle
product CSR CSRDFU 0xffff USB Bluetooth Device in DFU State