aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-05-31 20:44:22 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-05-31 21:05:04 -0400
commitea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87 (patch)
treef0968d2f19cead08938c3cc72cb1997a88831388 /docs/Config_Changes.md
parentbceb8ddee27b44327f5ab051dd7be9eb28effff9 (diff)
downloadkutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.tar.gz
kutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.tar.xz
kutter-ea9eac6c3878b3eeb6dd6933f7f65f0f917a2d87.zip
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>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md5
1 files changed, 5 insertions, 0 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).