Skip to content

Commit 0b00583

Browse files
iangehcgregkh
authored andcommitted
cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
USB_DEVICE(0x1901, 0x0006) may send data before cdc_acm is ready, which may be misinterpreted in the default N_TTY line discipline. Signed-off-by: Ian Ray <[email protected]> Acked-by: Oliver Neuku <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0497a35 commit 0b00583

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/class/cdc-acm.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,9 @@ static const struct usb_device_id acm_ids[] = {
17611761
{ USB_DEVICE(0x11ca, 0x0201), /* VeriFone Mx870 Gadget Serial */
17621762
.driver_info = SINGLE_RX_URB,
17631763
},
1764+
{ USB_DEVICE(0x1901, 0x0006), /* GE Healthcare Patient Monitor UI Controller */
1765+
.driver_info = DISABLE_ECHO, /* DISABLE ECHO in termios flag */
1766+
},
17641767
{ USB_DEVICE(0x1965, 0x0018), /* Uniden UBC125XLT */
17651768
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
17661769
},

0 commit comments

Comments
 (0)