diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:48:25 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-03 17:48:25 +0000 |
commit | 5f0934479df9def8867ff6a7903c5bc359c8133c (patch) | |
tree | ccac09ba2f126451f514b8145490c50b7f006d3c /kernel/list_modules.pm | |
parent | 7d8e3589a5a82982ecf0030c12ed5d294842c88c (diff) | |
download | drakx-5f0934479df9def8867ff6a7903c5bc359c8133c.tar drakx-5f0934479df9def8867ff6a7903c5bc359c8133c.tar.gz drakx-5f0934479df9def8867ff6a7903c5bc359c8133c.tar.bz2 drakx-5f0934479df9def8867ff6a7903c5bc359c8133c.tar.xz drakx-5f0934479df9def8867ff6a7903c5bc359c8133c.zip |
Add hid modules
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c814cd94e..b941ebc03 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -157,6 +157,11 @@ our %l = ( pcmcia => [ if_(arch() !~ /^sparc/, qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket)), # cb_enabler ], + hid => [ qw(hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony + hid-cypress hid-ezkey hid-gaff hid-gyration hid-logitech + hid-microsoft hid-monterey hid-multilaser hid-ntrig + hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus + hid-tmff hid-topseed hid-zpff)], #serial_cs #ftl_cs 3c575_cb apa1480_cb epic_cb serial_cb tulip_cb iflash2+_mtd iflash2_mtd #cb_enabler |