OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/drivers/net/usb/hso.c |
2 | +++ b/drivers/net/usb/hso.c |
||
3 | @@ -468,6 +468,7 @@ static const struct usb_device_id hso_id |
||
4 | {USB_DEVICE(0x0af0, 0x8900)}, |
||
5 | {USB_DEVICE(0x0af0, 0x9000)}, |
||
6 | {USB_DEVICE(0x0af0, 0x9200)}, /* Option GTM671WFS */ |
||
7 | + {USB_DEVICE(0x0af0, 0x9300)}, /* GTM 66xxWFS */ |
||
8 | {USB_DEVICE(0x0af0, 0xd035)}, |
||
9 | {USB_DEVICE(0x0af0, 0xd055)}, |
||
10 | {USB_DEVICE(0x0af0, 0xd155)}, |
||
11 | --- a/drivers/usb/storage/unusual_devs.h |
||
12 | +++ b/drivers/usb/storage/unusual_devs.h |
||
13 | @@ -1330,6 +1330,12 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0 |
||
14 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
||
15 | |||
16 | |||
17 | +UNUSUAL_DEV( 0x0af0, 0x9300, 0x0000, 0x0000, |
||
18 | + "Option", |
||
19 | + "Globetrotter 66xxWFS SD-Card", |
||
20 | + USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
||
21 | + 0 ), |
||
22 | + |
||
23 | UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000, |
||
24 | "Option", |
||
25 | "GI 070x SD-Card", |