Skip to content

Commit 0aaf49a

Browse files
committed
qtpy: Change USB PID to 0x01AF
1 parent 7c19363 commit 0aaf49a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qtpy/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ fn main() -> ! {
109109
DEFAULT_SERIAL
110110
};
111111

112-
// TODO: Choose other ID
113-
let mut usb_dev = UsbDeviceBuilder::new(&usb_bus, UsbVidPid(0x32ac, 0xFFFF))
112+
let mut usb_dev = UsbDeviceBuilder::new(&usb_bus, UsbVidPid(0x32ac, 0x01AF))
114113
.manufacturer("Adafruit")
115114
.product("QT PY")
116115
.serial_number(serialnum)

0 commit comments

Comments
 (0)