File: usbconfig.patch

package info (click to toggle)
arduino-core-avr 1.8.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,232 kB
  • sloc: ansic: 13,104; cpp: 4,874; makefile: 2,344; asm: 94; sh: 68
file content (24 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
203c203
< #define USB_CFG_VENDOR_ID		0x81, 0x17 /* = 0x16c0 = 5824 = voti.nl */
---
> #define USB_CFG_VENDOR_ID		0x41, 0x23 /* = 0x16c0 = 5824 = voti.nl */
208c208
< #define USB_CFG_DEVICE_ID		0x9F, 0x0C /* = 0x05dc = 1500 */
---
> #define USB_CFG_DEVICE_ID		0x9F, 0x0c /* = 0x05dc = 1500 */
215c215
< #define USB_CFG_DEVICE_VERSION	0x05, 0x01
---
> #define USB_CFG_DEVICE_VERSION	0x00, 0x01
218,219c218,219
< #define USB_CFG_VENDOR_NAME 'A','d','a','f','r','u','i','t'
< #define USB_CFG_VENDOR_NAME_LEN 8
---
> #define USB_CFG_VENDOR_NAME 'A','r','d','u','i','n','o','.','c','c'
> #define USB_CFG_VENDOR_NAME_LEN 10
228,229c228,229
< #define USB_CFG_DEVICE_NAME 'T','r','i','n','k','e','t'
< #define USB_CFG_DEVICE_NAME_LEN 7
---
> #define USB_CFG_DEVICE_NAME 'G','e','m','m','a'
> #define USB_CFG_DEVICE_NAME_LEN 5