Patch "USB: serial: option: add support for Inovia SEW858 device" has been added to the 3.11-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: serial: option: add support for Inovia SEW858 device

to the 3.11-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.11 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.11/usb-serial-ti_usb_3410_5052-add-abbott-strip-port-id-to-combined-table-as-well.patch
queue-3.11/tcp-tso-packets-automatic-sizing.patch
queue-3.11/wireless-radiotap-fix-parsing-buffer-overrun.patch
queue-3.11/virtio-net-don-t-respond-to-cpu-hotplug-notifier-if-we-re-not-ready.patch
queue-3.11/xen-netback-don-t-destroy-the-netdev-until-the-vif-is-shut-down.patch
queue-3.11/ipv6-always-prefer-rt6i_gateway-if-present.patch
queue-3.11/i2c-ismt-initialize-dma-buffer.patch
queue-3.11/net-secure_seq-fix-warning-when-config_ipv6-and-config_inet-are-not-selected.patch
queue-3.11/unix_diag-fix-info-leak.patch
queue-3.11/tcp-fix-incorrect-ca_state-in-tail-loss-probe.patch
queue-3.11/ipv6-probe-routes-asynchronous-in-rt6_probe.patch
queue-3.11/sctp-use-software-crc32-checksum-when-xfrm-transform-will-happen.patch
queue-3.11/serial-vt8500-add-missing-braces.patch
queue-3.11/connector-use-nlmsg_len-to-check-message-length.patch
queue-3.11/arm-7851-1-check-for-number-of-arguments-in-syscall_get-set_arguments.patch
queue-3.11/mm-zswap-bugfix-memory-leak-when-re-swapon.patch
queue-3.11/sit-amend-allow-to-use-rtnl-ops-on-fb-tunnel.patch
queue-3.11/gpio-lynxpoint-check-if-the-interrupt-is-enabled-in-irq-handler.patch
queue-3.11/ipv4-fix-ineffective-source-address-selection.patch
queue-3.11/usb-serial-option-add-support-for-inovia-sew858-device.patch
queue-3.11/mm-migration-do-not-lose-soft-dirty-bit-if-page-is-in-migration-state.patch
queue-3.11/farsync-fix-info-leak-in-ioctl.patch
queue-3.11/net-unix-inherit-sock_pass-cred-sec-flags-from-socket-to-fix-race.patch
queue-3.11/bridge-update-mdb-expiration-timer-upon-reports.patch
queue-3.11/net-fix-cipso-packet-validation-when-netlabel.patch
queue-3.11/revert-bridge-only-expire-the-mdb-entry-when-query-is-received.patch
queue-3.11/l2tp-fix-kernel-panic-when-using-ipv4-mapped-ipv6-addresses.patch
queue-3.11/ipv6-fill-rt6i_gateway-with-nexthop-address.patch
queue-3.11/l2tp-must-disable-bh-before-calling-l2tp_xmit_skb.patch
queue-3.11/tcp-tsq-can-use-a-dynamic-limit.patch
queue-3.11/davinci_emac.c-fix-iff_allmulti-setup.patch
queue-3.11/sctp-perform-software-checksum-if-packet-has-to-be-fragmented.patch
queue-3.11/tcp-must-unclone-packets-before-mangling-them.patch
queue-3.11/net-mv643xx_eth-update-statistics-timer-from-timer-context-only.patch
queue-3.11/net-mv643xx_eth-fix-orphaned-statistics-timer-crash.patch
queue-3.11/vti-get-rid-of-nf-mark-rule-in-prerouting.patch
queue-3.11/wireless-cw1200-acquire-hwbus-lock-around-cw1200_irq_handler-call.patch
queue-3.11/be2net-pass-if_id-for-v1-and-v2-versions-of-tx_create-cmd.patch
queue-3.11/virtio-net-refill-only-when-device-is-up-during-setting-queues.patch
queue-3.11/proc-connector-fix-info-leaks.patch
queue-3.11/net-vlan-fix-nlmsg-size-calculation-in-vlan_get_size.patch
queue-3.11/wanxl-fix-info-leak-in-ioctl.patch
queue-3.11/alsa-us122l-fix-pcm_usb_stream-mmapping-regression.patch
queue-3.11/net-do-not-call-sock_put-on-timewait-sockets.patch
queue-3.11/net-mlx4_en-fix-pages-never-dma-unmapped-on-rx.patch
queue-3.11/inet-fix-possible-memory-corruption-with-udp_cork-and-ufo.patch
queue-3.11/netem-update-backlog-after-drop.patch
queue-3.11/netfilter-nf_conntrack-fix-rt6i_gateway-checks-for-h.323-helper.patch
queue-3.11/net-mlx4_en-rename-name-of-mlx4_en_rx_alloc-members.patch
queue-3.11/l2tp-fix-build-warning-with-ipv6-disabled.patch
queue-3.11/can-dev-fix-nlmsg-size-calculation-in-can_get_size.patch
queue-3.11/dm-snapshot-fix-data-corruption.patch
queue-3.11/batman-adv-set-up-network-coding-packet-handlers-during-module-init.patch
queue-3.11/writeback-fix-negative-bdi-max-pause.patch
queue-3.11/net-dst-provide-accessor-function-to-dst-xfrm.patch
queue-3.11/netem-free-skb-s-in-tree-on-reset.patch
queue-3.11/ext-fix-double-put-in-tmpfile.patch
queue-3.11/net-heap-overflow-in-__audit_sockaddr.patch
queue-3.11/arm-integrator-deactivate-timer0-on-the-integrator-cp.patch
queue-3.11/bridge-correctly-clamp-max-forward_delay-when-enabling-stp.patch
queue-3.11/w1-call-request_module-with-w1-master-mutex-unlocked.patch
queue-3.11/usb-serial-option-blacklist-olivetti-olicard200.patch
queue-3.11/mm-fix-bug-in-__split_huge_page_pmd.patch
queue-3.11/tcp-do-not-forget-fin-in-tcp_shifted_skb.patch
queue-3.11/alsa-hda-fix-inverted-internal-mic-not-indicated-on-some-machines.patch
queue-3.11/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




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]