From 147729defc5a68698088b06b9d6682ea49d4a5e9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 2 Jan 2015 04:19:56 +0000 Subject: [PATCH] udeb: Add i2c-designware-{core,platform} to i2c-modules and i2c-hid to input-modules (Closes: #772578) svn path=/dists/sid/linux/; revision=22241 --- debian/changelog | 2 ++ debian/installer/modules/i2c-modules | 1 + debian/installer/modules/input-modules | 1 + debian/installer/package-list | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 02ee88d65..786dc8c03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,6 +99,8 @@ linux (3.16.7-ckt3-1) UNRELEASED; urgency=medium * hwmon: Enable SENSORS_NCT6683 as module (Closes: #774372) * [x86] platform/chrome: chromeos_laptop - Add support for Acer C720 (Closes: #774209) + * udeb: Add i2c-designware-{core,platform} to i2c-modules and i2c-hid to + input-modules (Closes: #772578) [ Ian Campbell ] * [armhf] Enable support for support OMAP5432 uEVM by enabling: diff --git a/debian/installer/modules/i2c-modules b/debian/installer/modules/i2c-modules index 58a42a086..0c4999fa7 100644 --- a/debian/installer/modules/i2c-modules +++ b/debian/installer/modules/i2c-modules @@ -1,2 +1,3 @@ i2c-core i2c-algo-bit +i2c-designware-platform ? diff --git a/debian/installer/modules/input-modules b/debian/installer/modules/input-modules index 8a80c41bf..f228dee18 100644 --- a/debian/installer/modules/input-modules +++ b/debian/installer/modules/input-modules @@ -28,3 +28,4 @@ hid-sunplus ? hid-topseed ? synaptics_usb ? wistron_btns ? +i2c-hid ? diff --git a/debian/installer/package-list b/debian/installer/package-list index b54f621b7..462566901 100644 --- a/debian/installer/package-list +++ b/debian/installer/package-list @@ -216,7 +216,7 @@ Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Package: input-modules -Depends: kernel-image, usb-modules +Depends: kernel-image, usb-modules, i2c-modules Priority: extra Description: Input devices support This package contains input device drivers for the kernel.