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.10-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.10 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 @@ -451,6 +451,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, @@ -1345,6 +1349,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.10/usb-serial-ti_usb_3410_5052-add-abbott-strip-port-id-to-combined-table-as-well.patch queue-3.10/tcp-tso-packets-automatic-sizing.patch queue-3.10/wireless-radiotap-fix-parsing-buffer-overrun.patch queue-3.10/virtio-net-don-t-respond-to-cpu-hotplug-notifier-if-we-re-not-ready.patch queue-3.10/xen-netback-don-t-destroy-the-netdev-until-the-vif-is-shut-down.patch queue-3.10/ipv6-always-prefer-rt6i_gateway-if-present.patch queue-3.10/i2c-ismt-initialize-dma-buffer.patch queue-3.10/net-secure_seq-fix-warning-when-config_ipv6-and-config_inet-are-not-selected.patch queue-3.10/unix_diag-fix-info-leak.patch queue-3.10/tcp-fix-incorrect-ca_state-in-tail-loss-probe.patch queue-3.10/virtio-net-fix-the-race-between-channels-setting-and-refill.patch queue-3.10/ipv6-probe-routes-asynchronous-in-rt6_probe.patch queue-3.10/sctp-use-software-crc32-checksum-when-xfrm-transform-will-happen.patch queue-3.10/serial-vt8500-add-missing-braces.patch queue-3.10/connector-use-nlmsg_len-to-check-message-length.patch queue-3.10/arm-7851-1-check-for-number-of-arguments-in-syscall_get-set_arguments.patch queue-3.10/gpio-lynxpoint-check-if-the-interrupt-is-enabled-in-irq-handler.patch queue-3.10/ipv4-fix-ineffective-source-address-selection.patch queue-3.10/usb-serial-option-add-support-for-inovia-sew858-device.patch queue-3.10/farsync-fix-info-leak-in-ioctl.patch queue-3.10/net-unix-inherit-sock_pass-cred-sec-flags-from-socket-to-fix-race.patch queue-3.10/net-fix-cipso-packet-validation-when-netlabel.patch queue-3.10/l2tp-fix-kernel-panic-when-using-ipv4-mapped-ipv6-addresses.patch queue-3.10/ipv6-fill-rt6i_gateway-with-nexthop-address.patch queue-3.10/l2tp-must-disable-bh-before-calling-l2tp_xmit_skb.patch queue-3.10/tcp-tsq-can-use-a-dynamic-limit.patch queue-3.10/davinci_emac.c-fix-iff_allmulti-setup.patch queue-3.10/sctp-perform-software-checksum-if-packet-has-to-be-fragmented.patch queue-3.10/tcp-must-unclone-packets-before-mangling-them.patch queue-3.10/net-mv643xx_eth-update-statistics-timer-from-timer-context-only.patch queue-3.10/net-mv643xx_eth-fix-orphaned-statistics-timer-crash.patch queue-3.10/vti-get-rid-of-nf-mark-rule-in-prerouting.patch queue-3.10/be2net-pass-if_id-for-v1-and-v2-versions-of-tx_create-cmd.patch queue-3.10/virtio-net-refill-only-when-device-is-up-during-setting-queues.patch queue-3.10/proc-connector-fix-info-leaks.patch queue-3.10/net-vlan-fix-nlmsg-size-calculation-in-vlan_get_size.patch queue-3.10/wanxl-fix-info-leak-in-ioctl.patch queue-3.10/alsa-us122l-fix-pcm_usb_stream-mmapping-regression.patch queue-3.10/net-do-not-call-sock_put-on-timewait-sockets.patch queue-3.10/inet-fix-possible-memory-corruption-with-udp_cork-and-ufo.patch queue-3.10/netfilter-nf_conntrack-fix-rt6i_gateway-checks-for-h.323-helper.patch queue-3.10/l2tp-fix-build-warning-with-ipv6-disabled.patch queue-3.10/can-dev-fix-nlmsg-size-calculation-in-can_get_size.patch queue-3.10/dm-snapshot-fix-data-corruption.patch queue-3.10/writeback-fix-negative-bdi-max-pause.patch queue-3.10/net-dst-provide-accessor-function-to-dst-xfrm.patch queue-3.10/net-heap-overflow-in-__audit_sockaddr.patch queue-3.10/arm-integrator-deactivate-timer0-on-the-integrator-cp.patch queue-3.10/bridge-correctly-clamp-max-forward_delay-when-enabling-stp.patch queue-3.10/usb-serial-option-blacklist-olivetti-olicard200.patch queue-3.10/mm-fix-bug-in-__split_huge_page_pmd.patch queue-3.10/tcp-do-not-forget-fin-in-tcp_shifted_skb.patch queue-3.10/alsa-hda-fix-inverted-internal-mic-not-indicated-on-some-machines.patch queue-3.10/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