aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Config_Changes.md5
-rw-r--r--src/Kconfig4
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index c0367bfa..4234e3df 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -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).
diff --git a/src/Kconfig b/src/Kconfig
index 818dd4f4..b5b75d74 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -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"