Browse Source

Use the correct PID

The VID:PID pair 1209:9DB5 is now officially assigned for the PD Buddy
Sink.  Thanks, Arachnid!  Now the firmware uses its proper PID instead
of the testing one.
Clara Hobbs 7 years ago
parent
commit
dda8718f01
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/usbcfg.c

+ 1
- 1
src/usbcfg.c View File

@@ -55,7 +55,7 @@ static const uint8_t vcom_device_descriptor_data[18] = {
55 55
             0x00,          /* bDeviceProtocol.                 */
56 56
             0x40,          /* bMaxPacketSize.                  */
57 57
             0x1209,        /* idVendor (pid.codes).            */
58
-            0x0001,        /* idProduct.                       */
58
+            0x9DB5,        /* idProduct (PD Buddy Sink).       */
59 59
             0x0200,        /* bcdDevice.                       */
60 60
             1,             /* iManufacturer.                   */
61 61
             2,             /* iProduct.                        */

Loading…
Cancel
Save