Skip to content

Commit bcea8e9

Browse files
yungching0725gregkh
authored andcommitted
USB: serial: cp210x: add new IDs for GE Bx50v3 boards
commit 9a593656def0dc2f6c227851e8e602077267a5f1 upstream. Add new USB IDs for cp2104/5 devices on Bx50v3 boards due to the design change. Signed-off-by: Ken Lin <yungching0725@gmail.com> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1ae570a commit bcea8e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/serial/cp210x.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ static const struct usb_device_id id_table[] = {
171171
{ USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
172172
{ USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
173173
{ USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */
174+
{ USB_DEVICE(0x1901, 0x0195) }, /* GE B850/B650/B450 CP2104 DP UART interface */
175+
{ USB_DEVICE(0x1901, 0x0196) }, /* GE B850 CP2105 DP UART interface */
174176
{ USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */
175177
{ USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
176178
{ USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */

0 commit comments

Comments
 (0)