* Re: [PATCH] Add support for installing required keyboard drivers
[not found] <20100221200702.3353.3442.stgit@cooker>
@ 2010-03-04 13:08 ` Harald Hoyer
0 siblings, 0 replies; only message in thread
From: Harald Hoyer @ 2010-03-04 13:08 UTC (permalink / raw)
To: Andrey Borzenkov
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA, tmb-4qZELD6Fgxhg9hUCZPvPmw
On 02/21/2010 09:07 PM, Andrey Borzenkov wrote:
> Thomas Backlund reports that he had no USB keyboard in emergency shell.
> I have verified it using Apple USB keyboard.
> Add module to install required drivers, both for standard
> i8042 and USB one. Patch is based on code from Mandriva mkinitrd.
>
> This patch allows usage of USB keyboard in emergency shell starting
> with initqueue breakpoint. This is probably enough for most real
> life cases; I do not see any easy way to enable optional loading
> of needed modules before cmdline breakpoint; and for pre-udev or
> pre-trigger cases user can pass rdloaddriver.
>
> Signed-off-by: Andrey Borzenkov<arvidjaar-JGs/UdohzUI@public.gmane.org>
>
> ---
>
> modules.d/95keyboard/install | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
> create mode 100755 modules.d/95keyboard/install
>
> diff --git a/modules.d/95keyboard/install b/modules.d/95keyboard/install
> new file mode 100755
> index 0000000..14f26e3
> --- /dev/null
> +++ b/modules.d/95keyboard/install
> @@ -0,0 +1,12 @@
> +#!/bin/bash
> +
> +# Host dependencies are automatically handled by instmods
> +
> +# Standard PS/2 type keyboard; should we add also other keyboard
> +# types (sunkbd, ...)?
> +instmods atkbd i8042
> +
> +# USB HID keyboards. Are there more keyboards that has to be added?
> +instmods ehci-hcd ohci-hcd uhci-hcd
> +instmods usbhid
> +instmods hid-apple
>
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
pushed
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-04 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20100221200702.3353.3442.stgit@cooker>
2010-03-04 13:08 ` [PATCH] Add support for installing required keyboard drivers Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox