[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#772578: Missing keyboard modules i2c_designware_*



Control: retitle -1 Missing keyboard modules i2c_designware_* in installer
Control: tags -1 +patch

[ removing the erroneous armhf tag - this is an x86 netbook ]

Hi Ben,

Here's the patch I've been promising for this. With this patch
applied, I've (eventually!) built the kernel then d-i then a netinst
locally and I can confirm that the installer now automatically loads
the necessary modules:

i2c-hid
i2c-designware-platform
i2c-designware-core

(and i2c-core as a dependency of the above modules)

With those, the netbook's keyboard and trackpad function correctly for
the installer.

We'll need to make sure that the same set of modules are included in
the initramfs generated on the installed system, of course...

-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
"I used to be the first kid on the block wanting a cranial implant,
 now I want to be the first with a cranial firewall. " -- Charlie Stross
Index: debian/installer/modules/i2c-modules
===================================================================
--- debian/installer/modules/i2c-modules	(revision 22231)
+++ debian/installer/modules/i2c-modules	(working copy)
@@ -1,2 +1,4 @@
 i2c-core
 i2c-algo-bit
+i2c-designware-platform ?
+i2c-designware-core ?
Index: debian/installer/modules/input-modules
===================================================================
--- debian/installer/modules/input-modules	(revision 22231)
+++ debian/installer/modules/input-modules	(working copy)
@@ -28,3 +28,4 @@
 hid-topseed ?
 synaptics_usb ?
 wistron_btns ?
+i2c-hid ?
Index: debian/installer/package-list
===================================================================
--- debian/installer/package-list	(revision 22231)
+++ debian/installer/package-list	(working copy)
@@ -216,7 +216,7 @@
  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.

Reply to: