Skip to content

Commit

Permalink
qtpy: Switch back to Framework VID/PID
Browse files Browse the repository at this point in the history
Depends on: raspberrypi/picotool#177

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 17, 2024
1 parent cba1dfd commit 30841c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpy/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn main() -> ! {
// Set up the USB Communications Class Device driver
let mut serial = SerialPort::new(&usb_bus);

let mut usb_dev = UsbDeviceBuilder::new(&usb_bus, UsbVidPid(0x2e8a, 0x000a))
let mut usb_dev = UsbDeviceBuilder::new(&usb_bus, UsbVidPid(FRAMEWORK_VID, COMMUNITY_PID))
//.strings(&[StringDescriptors::new(lang_id::ENGLISH_US)
// .manufacturer("Adafruit")
// .product("QT PY - Framework 16 Inputmodule FW")])
Expand Down

0 comments on commit 30841c5

Please sign in to comment.