]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.32.17/usb-option-add-support-for-amoi-skypephone-s2.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.17 / usb-option-add-support-for-amoi-skypephone-s2.patch
1 From 7595931c986f50b1e197ce7b881563e36a7d041e Mon Sep 17 00:00:00 2001
2 From: Dennis Jansen <d.g.jansen@googlemail.com>
3 Date: Fri, 9 Jul 2010 22:03:53 +0200
4 Subject: USB: option: Add support for AMOI Skypephone S2
5
6 From: Dennis Jansen <d.g.jansen@googlemail.com>
7
8 commit 7595931c986f50b1e197ce7b881563e36a7d041e upstream.
9
10 usbserial: Add AMOI Skypephone S2 support.
11
12 This patch adds support for the AMOI Skypephone S2 to the usbserial module.
13
14 Tested-by: Dennis Jansen <Dennis.Jansen@web.de>
15 Signed-off-by: Dennis Jansen <Dennis.Jansen@web.de>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17
18 ---
19 drivers/usb/serial/option.c | 2 ++
20 1 file changed, 2 insertions(+)
21
22 --- a/drivers/usb/serial/option.c
23 +++ b/drivers/usb/serial/option.c
24 @@ -226,6 +226,7 @@ static int option_resume(struct usb_ser
25 #define AMOI_PRODUCT_H01 0x0800
26 #define AMOI_PRODUCT_H01A 0x7002
27 #define AMOI_PRODUCT_H02 0x0802
28 +#define AMOI_PRODUCT_SKYPEPHONE_S2 0x0407
29
30 #define DELL_VENDOR_ID 0x413C
31
32 @@ -504,6 +505,7 @@ static struct usb_device_id option_ids[]
33 { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01) },
34 { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01A) },
35 { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H02) },
36 + { USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_SKYPEPHONE_S2) },
37
38 { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5700_MINICARD) }, /* Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card == Novatel Expedite EV620 CDMA/EV-DO */
39 { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5500_MINICARD) }, /* Dell Wireless 5500 Mobile Broadband HSDPA Mini-Card == Novatel Expedite EU740 HSDPA/3G */