This is a note to let you know that I've just added the patch titled USB: serial: option: add support for Inovia SEW858 device to the 3.4-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-serial-option-add-support-for-inovia-sew858-device.patch and it can be found in the queue-3.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From f4c19b8e165cff1a6607c21f8809441d61cab7ec Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Sat, 5 Oct 2013 18:14:18 -0700 Subject: USB: serial: option: add support for Inovia SEW858 device From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> commit f4c19b8e165cff1a6607c21f8809441d61cab7ec upstream. This patch adds the device id for the Inovia SEW858 device to the option driver. Reported-by: Pavel Parkhomenko <ra85551@xxxxxxxxx> Tested-by: Pavel Parkhomenko <ra85551@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/option.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -457,6 +457,10 @@ static void option_instat_callback(struc #define CHANGHONG_VENDOR_ID 0x2077 #define CHANGHONG_PRODUCT_CH690 0x7001 +/* Inovia */ +#define INOVIA_VENDOR_ID 0x20a6 +#define INOVIA_SEW858 0x1105 + /* some devices interfaces need special handling due to a number of reasons */ enum option_blacklist_reason { OPTION_BLACKLIST_NONE = 0, @@ -1367,6 +1371,7 @@ static const struct usb_device_id option { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) }, { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */ { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */ + { USB_DEVICE(INOVIA_VENDOR_ID, INOVIA_SEW858) }, { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, option_ids); Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.4/usb-serial-ti_usb_3410_5052-add-abbott-strip-port-id-to-combined-table-as-well.patch queue-3.4/wireless-radiotap-fix-parsing-buffer-overrun.patch queue-3.4/unix_diag-fix-info-leak.patch queue-3.4/sctp-use-software-crc32-checksum-when-xfrm-transform-will-happen.patch queue-3.4/connector-use-nlmsg_len-to-check-message-length.patch queue-3.4/ipv4-fix-ineffective-source-address-selection.patch queue-3.4/usb-serial-option-add-support-for-inovia-sew858-device.patch queue-3.4/farsync-fix-info-leak-in-ioctl.patch queue-3.4/net-unix-inherit-sock_pass-cred-sec-flags-from-socket-to-fix-race.patch queue-3.4/net-fix-cipso-packet-validation-when-netlabel.patch queue-3.4/l2tp-must-disable-bh-before-calling-l2tp_xmit_skb.patch queue-3.4/davinci_emac.c-fix-iff_allmulti-setup.patch queue-3.4/sctp-perform-software-checksum-if-packet-has-to-be-fragmented.patch queue-3.4/tcp-must-unclone-packets-before-mangling-them.patch queue-3.4/net-mv643xx_eth-update-statistics-timer-from-timer-context-only.patch queue-3.4/net-mv643xx_eth-fix-orphaned-statistics-timer-crash.patch queue-3.4/ext3-return-32-64-bit-dir-name-hash-according-to-usage-type.patch queue-3.4/proc-connector-fix-info-leaks.patch queue-3.4/net-vlan-fix-nlmsg-size-calculation-in-vlan_get_size.patch queue-3.4/wanxl-fix-info-leak-in-ioctl.patch queue-3.4/net-do-not-call-sock_put-on-timewait-sockets.patch queue-3.4/inet-fix-possible-memory-corruption-with-udp_cork-and-ufo.patch queue-3.4/can-dev-fix-nlmsg-size-calculation-in-can_get_size.patch queue-3.4/dm-snapshot-fix-data-corruption.patch queue-3.4/ipv6-restrict-neighbor-entry-creation-to-output-flow.patch queue-3.4/writeback-fix-negative-bdi-max-pause.patch queue-3.4/net-dst-provide-accessor-function-to-dst-xfrm.patch queue-3.4/net-heap-overflow-in-__audit_sockaddr.patch queue-3.4/bridge-correctly-clamp-max-forward_delay-when-enabling-stp.patch queue-3.4/usb-serial-option-blacklist-olivetti-olicard200.patch queue-3.4/tcp-do-not-forget-fin-in-tcp_shifted_skb.patch queue-3.4/bnx2x-record-rx-queue-for-lro-packets.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html