Skip to content

Commit 1b4f3df

Browse files
committed
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
2 parents 2037e5d + dcf097e commit 1b4f3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/pl2303.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ static int pl2303_detect_type(struct usb_serial *serial)
433433
switch (bcdDevice) {
434434
case 0x100:
435435
case 0x305:
436+
case 0x405:
436437
/*
437438
* Assume it's an HXN-type if the device doesn't
438439
* support the old read request value.

0 commit comments

Comments
 (0)