В Wed, 29 May 2013 20:54:53 +0200 Jean Delvare <jdelvare@suse.de> пишет:
Hi Jiri,
Le Wednesday 15 May 2013 à 12:09 +0200, Jiri Kosina a écrit :
On Mon, 6 May 2013, Jean Delvare wrote:
Most of the HID drivers I listed are for joysticks, game controllers and remote controls. I doubt you'll be able to debug your initrd with these... And even if this was remotely possible, I'd rather ask the user to connect a regular keyboard in the rare event the initrd goes wrong, rather than include 25 arbitrary drivers in every kernel for a total of 363 kB (x86-64.)
Yeah, as a maintainer of that code, I fully agree, those drivers you listed have no business being built in.
OK, I modularized all HID device drivers which could be. Some couldn't due to a weird dependency on !EXPERT. I'll bring this up upstream. As things are right now, we would need to switch CONFIG_HID back from y to m if we want to be able to modularize the remaining 12 HID drivers. I think this makes sense, but what do you think? After all, not all systems need the hid core driver - my workstation doesn't.
Does mkinitrd support probing for and adding correct HID drivers to initrd? If not, you may be left without keyboard during early boot. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org