060-hso_devices.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --- a/drivers/net/usb/hso.c
  2. +++ b/drivers/net/usb/hso.c
  3. @@ -468,8 +468,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. @@ -1244,6 +1244,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0
  19. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  20. 0 ),
  21. +UNUSUAL_DEV( 0x0af0, 0x9200, 0x0000, 0x0000,
  22. + "Option",
  23. + "Globetrotter 67xxWFS SD-Card",
  24. + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  25. + 0 ),
  26. +
  27. +UNUSUAL_DEV( 0x0af0, 0x9300, 0x0000, 0x0000,
  28. + "Option",
  29. + "Globetrotter 66xxWFS SD-Card",
  30. + USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  31. + 0 ),
  32. +
  33. UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
  34. "Option",
  35. "GI 070x SD-Card",