usbconfig.patch 817 B

123456789101112131415161718192021222324
  1. 203c203
  2. < #define USB_CFG_VENDOR_ID 0x81, 0x17 /* = 0x16c0 = 5824 = voti.nl */
  3. ---
  4. > #define USB_CFG_VENDOR_ID 0x41, 0x23 /* = 0x16c0 = 5824 = voti.nl */
  5. 208c208
  6. < #define USB_CFG_DEVICE_ID 0x9F, 0x0C /* = 0x05dc = 1500 */
  7. ---
  8. > #define USB_CFG_DEVICE_ID 0x9F, 0x0c /* = 0x05dc = 1500 */
  9. 215c215
  10. < #define USB_CFG_DEVICE_VERSION 0x05, 0x01
  11. ---
  12. > #define USB_CFG_DEVICE_VERSION 0x00, 0x01
  13. 218,219c218,219
  14. < #define USB_CFG_VENDOR_NAME 'A','d','a','f','r','u','i','t'
  15. < #define USB_CFG_VENDOR_NAME_LEN 8
  16. ---
  17. > #define USB_CFG_VENDOR_NAME 'A','r','d','u','i','n','o','.','c','c'
  18. > #define USB_CFG_VENDOR_NAME_LEN 10
  19. 228,229c228,229
  20. < #define USB_CFG_DEVICE_NAME 'T','r','i','n','k','e','t'
  21. < #define USB_CFG_DEVICE_NAME_LEN 7
  22. ---
  23. > #define USB_CFG_DEVICE_NAME 'G','e','m','m','a'
  24. > #define USB_CFG_DEVICE_NAME_LEN 5