mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
USB-serial fix for 5.15-rc1
Here's a single fix for a pl2303 type detection regression, and which has been in linux-next over night. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQHbPq+cpGvN/peuzMLxc3C7H1lCAUCYS3+6wAKCRALxc3C7H1l CPVDAQDpWis5sqJg4nr2Yfwneb7twKwojeUQACkavn07LJ8fbQEAk/rmL3bGpQZk oi1WoN/nW93GzIYmVCljkDn0A7NwoAs= =RCmO -----END PGP SIGNATURE----- Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next Johan writes: USB-serial fix for 5.15-rc1 Here's a single fix for a pl2303 type detection regression, and which has been in linux-next over night. * tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: USB: serial: pl2303: fix GL type detection
This commit is contained in:
commit
1b4f3dfb47
@ -433,6 +433,7 @@ static int pl2303_detect_type(struct usb_serial *serial)
|
||||
switch (bcdDevice) {
|
||||
case 0x100:
|
||||
case 0x305:
|
||||
case 0x405:
|
||||
/*
|
||||
* Assume it's an HXN-type if the device doesn't
|
||||
* support the old read request value.
|
||||
|
Loading…
Reference in New Issue
Block a user