785-hso-support-0af0-9300.patch 803 B

12345678910111213141516171819202122232425
  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. 0 ),
  16. +UNUSUAL_DEV( 0x0af0, 0x9300, 0x0000, 0x0000,
  17. + "Option",
  18. + "Globetrotter 66xxWFS SD-Card",
  19. + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  20. + 0 ),
  21. +
  22. UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
  23. "Option",
  24. "GI 070x SD-Card",