Kconfig: Change the default usb vendor/product id

Change the product/vendor id to 0x1d50/0x614e, which has been reserved
for Klipper (thanks to the openmoko project).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-05-31 20:44:22 -04:00
parent bceb8ddee2
commit ea9eac6c38
2 changed files with 7 additions and 2 deletions

View File

@@ -53,10 +53,10 @@ menu "USB ids"
config USB_VENDOR_ID
hex "USB vendor ID"
default 0x2341
default 0x1d50
config USB_DEVICE_ID
hex "USB device ID"
default 0xabcd
default 0x614e
config USB_SERIAL_NUMBER_CHIPID
depends on HAVE_CHIPID
bool "USB serial number from CHIPID"