Patch "USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100" has been added to the 4.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100

to the 4.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     usb-misc-iowarrior-fix-up-header-size-for-usb_device_id_codemercs_iow100.patch
and it can be found in the queue-4.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From 14ff7460bb58662d86aa50298943cc7d25532e28 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Jan 2023 14:53:30 +0100
Subject: USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

commit 14ff7460bb58662d86aa50298943cc7d25532e28 upstream.

The USB_DEVICE_ID_CODEMERCS_IOW100 header size was incorrect, it should
be 12, not 13.

Cc: stable <stable@xxxxxxxxxx>
Fixes: 17a82716587e ("USB: iowarrior: fix up report size handling for some devices")
Reported-by: Christoph Jung <jung@xxxxxxxxxxxxx>
Link: https://lore.kernel.org/r/20230120135330.3842518-1-gregkh@xxxxxxxxxxxxxxxxxxx
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 drivers/usb/misc/iowarrior.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/misc/iowarrior.c
+++ b/drivers/usb/misc/iowarrior.c
@@ -836,7 +836,7 @@ static int iowarrior_probe(struct usb_in
 			break;
 
 		case USB_DEVICE_ID_CODEMERCS_IOW100:
-			dev->report_size = 13;
+			dev->report_size = 12;
 			break;
 		}
 	}


Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are

queue-4.14/usb-serial-option-add-quectel-em05cn-modem.patch
queue-4.14/usb-serial-option-add-quectel-em05-g-rs-modem.patch
queue-4.14/usb-serial-option-add-quectel-em05-g-cs-modem.patch
queue-4.14/nilfs2-fix-general-protection-fault-in-nilfs_btree_insert.patch
queue-4.14/xhci-pci-set-the-dma-max_seg_size.patch
queue-4.14/usb-serial-option-add-quectel-ec200u-modem.patch
queue-4.14/usb-xhci-check-endpoint-is-valid-before-dereferencing-it.patch
queue-4.14/usb-misc-iowarrior-fix-up-header-size-for-usb_device_id_codemercs_iow100.patch
queue-4.14/usb-serial-option-add-quectel-em05-g-gr-modem.patch
queue-4.14/usb-core-hub-disable-autosuspend-for-ti-tusb8041.patch
queue-4.14/prlimit-do_prlimit-needs-to-have-a-speculation-check.patch
queue-4.14/usb-serial-option-add-quectel-em05cn-sg-modem.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux