ソースを参照

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年前
コミット
dda8718f01
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/usbcfg.c

+ 1
- 1
src/usbcfg.c ファイルの表示

@@ -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.                        */

読み込み中…
キャンセル
保存