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
             0x00,          /* bDeviceProtocol.                 */
55
             0x00,          /* bDeviceProtocol.                 */
56
             0x40,          /* bMaxPacketSize.                  */
56
             0x40,          /* bMaxPacketSize.                  */
57
             0x1209,        /* idVendor (pid.codes).            */
57
             0x1209,        /* idVendor (pid.codes).            */
58
-            0x0001,        /* idProduct.                       */
58
+            0x9DB5,        /* idProduct (PD Buddy Sink).       */
59
             0x0200,        /* bcdDevice.                       */
59
             0x0200,        /* bcdDevice.                       */
60
             1,             /* iManufacturer.                   */
60
             1,             /* iManufacturer.                   */
61
             2,             /* iProduct.                        */
61
             2,             /* iProduct.                        */

Loading…
Cancel
Save