From 23b68f643ee5a2e9ce5ad7c71aeaa716f02d979f Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sun, 9 Sep 2018 19:09:54 +0200 Subject: [PATCH] [x86] Enable TI TPS6598x USB Power Delivery controller family This enables USB power delivery controller that is found on some ThinkPad laptops, like the ThinkPad L380. This solves the following error in i2c_hid: [ 1.917100] i2c_hid i2c-INT3515:02: unexpected HID descriptor bcdVersion (0x0000) This has the effect to use a dummy_regulator by default (no support is found for INT3515, so vdd cannot be found) and disable pm_runtime during probe. --- debian/changelog | 4 ++++ debian/config/kernelarch-x86/config | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3fc8f989f..576b7ebc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ linux (4.18.6-2) UNRELEASED; urgency=medium + [ Ben Hutchings ] * [x86] wireless: Enable R8822BE as module (Closes: #908330) + [ Romain Perier ] + * [x86] Enable TI TPS6598x USB Power Delivery controller family + -- Ben Hutchings Sat, 08 Sep 2018 23:24:31 +0100 linux (4.18.6-1) unstable; urgency=medium diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index bb0384ef3..ae7616f8c 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -1744,6 +1744,7 @@ CONFIG_USB_SL811_CS=m ## CONFIG_TYPEC=m CONFIG_TYPEC_TCPM=m +CONFIG_TYPEC_TPS6598X=m ## ## file: drivers/usb/typec/fusb302/Kconfig