diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 12:06:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-08-20 12:06:42 +0000 |
commit | d34ade51ae03bd7c4e854f8460896e7175aa6bef (patch) | |
tree | e3d2a83fe66a45260ea08948030d3946ad4ffae8 /kernel | |
parent | c29d882a22faa99f246f94b760f4b93513ff3edc (diff) | |
download | drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.gz drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.bz2 drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.tar.xz drakx-d34ade51ae03bd7c4e854f8460896e7175aa6bef.zip |
- usbkbd is dead, using usbhid instead
(as told by pterjan)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 9e15feaec..5504168e9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -156,7 +156,6 @@ our %l = ( pcmcia => [ if_(arch() !~ /^sparc/, qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket)), # cb_enabler ], - usb_keyboard => [ qw(usbkbd keybdev) ], #serial_cs #ftl_cs 3c575_cb apa1480_cb epic_cb serial_cb tulip_cb iflash2+_mtd iflash2_mtd #cb_enabler |