Add new MIDIHost LowLevel demo application.
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
This commit is contained in:
parent
09575f9607
commit
bdedbd558c
32 changed files with 2961 additions and 85 deletions
|
@ -42,8 +42,8 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
|
|||
Endpoint0Size: 8,
|
||||
|
||||
VendorID: 0x03EB,
|
||||
ProductID: 0x2060,
|
||||
ReleaseNumber: 0x0000,
|
||||
ProductID: 0x2040,
|
||||
ReleaseNumber: 0x0001,
|
||||
|
||||
ManufacturerStrIndex: 0x01,
|
||||
ProductStrIndex: 0x02,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue