[linux] 01/02: USB/misc: reenable UCSI which got lost due to upstream changes
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Sep 12 13:06:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
ukleinek pushed a commit to branch master
in repository linux.
commit 191373b9625fa840e06de9eaf6a4a7a3217a257b
Author: Uwe Kleine-König <ukleinek at debian.org>
Date: Tue Sep 12 15:03:29 2017 +0200
USB/misc: reenable UCSI which got lost due to upstream changes
The configure symbols changed upstream, see commits
c1b0bc2dabfa ("usb: typec: Add support for UCSI interface")
8243edf44152 ("usb: typec: ucsi: Add ACPI driver")
---
debian/changelog | 6 ++++++
debian/config/config | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8fdee63..ff53aa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.13.1-1~exp2) UNRELEASED; urgency=medium
+
+ * USB/misc: reenable UCSI which got lost due to upstream changes
+
+ -- Uwe Kleine-König <ukleinek at debian.org> Tue, 12 Sep 2017 15:02:03 +0200
+
linux (4.13.1-1~exp1) experimental; urgency=medium
* New upstream release: https://kernelnewbies.org/Linux_4.13
diff --git a/debian/config/config b/debian/config/config
index 543bdcd..74d4922 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5069,6 +5069,7 @@ CONFIG_USB_UAS=m
##
## file: drivers/usb/typec/ucsi/Kconfig
##
+CONFIG_TYPEC_UCSI=m
CONFIG_UCSI_ACPI=m
##
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list