mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Replacing Arduino VID / PID with the Atmel-supplied ones.
This commit is contained in:
parent
0768ebed50
commit
e9a913066c
@ -53,8 +53,8 @@ USB_Descriptor_Device_t DeviceDescriptor =
|
||||
|
||||
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
|
||||
|
||||
.VendorID = 0x03EB,
|
||||
.ProductID = PRODUCT_ID_CODE,
|
||||
.VendorID = 0x03EB, // Atmel
|
||||
.ProductID = PRODUCT_ID_CODE, // MCU-dependent
|
||||
.ReleaseNumber = 0x0000,
|
||||
|
||||
.ManufacturerStrIndex = NO_DESCRIPTOR,
|
||||
|
@ -65,9 +65,9 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
|
||||
|
||||
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
|
||||
|
||||
.VendorID = 0x2341,
|
||||
.VendorID = 0x03EB, // Atmel
|
||||
|
||||
.ProductID = ARDUINO_MODEL_PID,
|
||||
.ProductID = 0x2018, // PID_MegaCDC
|
||||
.ReleaseNumber = 0x0000,
|
||||
|
||||
.ManufacturerStrIndex = 0x01,
|
||||
|
Loading…
Reference in New Issue
Block a user