From d34ade51ae03bd7c4e854f8460896e7175aa6bef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Aug 2008 12:06:42 +0000 Subject: - usbkbd is dead, using usbhid instead (as told by pterjan) --- mdk-stage1/probing.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 01d71e59b..9dba6e6e8 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -294,7 +294,7 @@ void discovered_device(enum driver_type type, const char * description, const ch #endif #ifdef ENABLE_USB if (type == USB_CONTROLLERS) - /* we can't allow additional modules floppy since we need usbkbd for keystrokes of usb keyboards */ + /* we can't allow additional modules floppy since we need usbhid for keystrokes of usb keyboards */ failed = my_insmod(driver, USB_CONTROLLERS, NULL, 0); #endif } @@ -377,8 +377,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u } wait_message("Detecting USB devices."); sleep(4); /* sucking background work */ - my_insmod("usbkbd", ANY_DRIVER_TYPE, NULL, 0); - my_insmod("keybdev", ANY_DRIVER_TYPE, NULL, 0); + my_insmod("usbhid", ANY_DRIVER_TYPE, NULL, 0); remove_wait_message(); } -- cgit v1.2.1