diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-05-20 14:50:26 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-05-20 14:50:26 +0000 |
| commit | 0c8fce157ff038a74af39cb838372e4cda97e832 (patch) | |
| tree | 69cb70f073b336a19d0f11f5bbebc4ffd3a48984 /Demos | |
| parent | 17f247fb727d62823bb0eabbd9dd3eee0525eb09 (diff) | |
Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@557 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos')
| -rw-r--r-- | Demos/Device/USBtoSerial/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/USBtoSerial/Descriptors.c b/Demos/Device/USBtoSerial/Descriptors.c index d5ab8b75..ddb90bb8 100644 --- a/Demos/Device/USBtoSerial/Descriptors.c +++ b/Demos/Device/USBtoSerial/Descriptors.c @@ -54,7 +54,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
.VendorID = 0x03EB,
- .ProductID = 0x2044,
+ .ProductID = 0x204B,
.ReleaseNumber = 0x0000,
.ManufacturerStrIndex = 0x01,
|
