mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 20:10:43 +09:00
usb: ftdi_sio: fixup BeagleBone A5+ quirk
commit 1a88d5eee2 upstream.
BeagleBone A5+ devices ended up getting shipped with the
'BeagleBone/XDS100V2' product string, and not XDS100 like it
was agreed, so adjust the quirk to match.
For details, see the thread on the beagle list:
https://groups.google.com/forum/#!msg/beagleboard/zrFPew9_Wvo/ibWr1-eE8JwJ
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3ffab0bf0d
commit
d57cab55e0
@@ -1798,7 +1798,7 @@ static int ftdi_8u2232c_probe(struct usb_serial *serial)
|
||||
dbg("%s", __func__);
|
||||
|
||||
if ((udev->manufacturer && !strcmp(udev->manufacturer, "CALAO Systems")) ||
|
||||
(udev->product && !strcmp(udev->product, "BeagleBone/XDS100")))
|
||||
(udev->product && !strcmp(udev->product, "BeagleBone/XDS100V2")))
|
||||
return ftdi_jtag_probe(serial);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user