Root/target/linux/generic/patches-3.3/060-hso_devices.patch

1--- a/drivers/net/usb/hso.c
2+++ b/drivers/net/usb/hso.c
3@@ -476,8 +476,10 @@ static const struct usb_device_id hso_id
4     {USB_DEVICE(0x0af0, 0x8400)},
5     {USB_DEVICE(0x0af0, 0x8600)},
6     {USB_DEVICE(0x0af0, 0x8800)},
7- {USB_DEVICE(0x0af0, 0x8900)},
8- {USB_DEVICE(0x0af0, 0x9000)},
9+ {USB_DEVICE(0x0af0, 0x8900)}, /* GTM 67xx */
10+ {USB_DEVICE(0x0af0, 0x9000)}, /* GTM 66xx */
11+ {USB_DEVICE(0x0af0, 0x9200)}, /* GTM 67xxWFS */
12+ {USB_DEVICE(0x0af0, 0x9300)}, /* GTM 66xxWFS */
13     {USB_DEVICE(0x0af0, 0xd035)},
14     {USB_DEVICE(0x0af0, 0xd055)},
15     {USB_DEVICE(0x0af0, 0xd155)},
16--- a/drivers/usb/storage/unusual_devs.h
17+++ b/drivers/usb/storage/unusual_devs.h
18@@ -1231,6 +1231,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0
19         USB_SC_DEVICE, USB_PR_DEVICE, NULL,
20         0 ),
21 
22+UNUSUAL_DEV( 0x0af0, 0x9200, 0x0000, 0x0000,
23+ "Option",
24+ "Globetrotter 67xxWFS SD-Card",
25+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
26+ 0 ),
27+
28+UNUSUAL_DEV( 0x0af0, 0x9300, 0x0000, 0x0000,
29+ "Option",
30+ "Globetrotter 66xxWFS SD-Card",
31+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
32+ 0 ),
33+
34 UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
35         "Option",
36         "GI 070x SD-Card",
37

Archive Download this file



interactive