diff options
author | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-06-05 10:45:23 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-06-05 10:45:23 -0300 |
commit | 0260fd851a68e5026eb63369de28946a1f72dc1c (patch) | |
tree | 98136c5291cc46d1a77f5d00d0a29116c5ff0f71 | |
parent | b58a299521ea3df51fa66a2f2a787b248a1d3ee4 (diff) | |
download | ChibiOS-Contrib-0260fd851a68e5026eb63369de28946a1f72dc1c.tar.gz ChibiOS-Contrib-0260fd851a68e5026eb63369de28946a1f72dc1c.tar.bz2 ChibiOS-Contrib-0260fd851a68e5026eb63369de28946a1f72dc1c.zip |
Added PID for FTDI-enabled ETT USB-Serial
-rw-r--r-- | os/hal/src/usbh/hal_usbh_ftdi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/usbh/hal_usbh_ftdi.c b/os/hal/src/usbh/hal_usbh_ftdi.c index cce899c..e7ea7d3 100644 --- a/os/hal/src/usbh/hal_usbh_ftdi.c +++ b/os/hal/src/usbh/hal_usbh_ftdi.c @@ -104,6 +104,7 @@ static usbh_baseclassdriver_t *_ftdi_load(usbh_device_t *dev, const uint8_t *des case 0x6011: case 0x6014: case 0x6015: + case 0xE2E6: break; default: uerr("FTDI: Unrecognized PID"); |