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

@ -6,6 +6,11 @@ All dates in this document are approximate.
# Changes
20200531: The default USB vendor/product id is now 0x1d50/0x614e.
These new ids are reserved for Klipper (thanks to the openmoko
project). This change should not require any config changes, but the
new ids may appear in system logs.
20200524: The default value for the tmc5160 pwm_freq field is now zero
(instead of one).