diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 08:01:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 08:01:09 +0000 |
commit | 2191972c8190465f87b5fd172db1edc51b79584b (patch) | |
tree | 74c8400ae83e43503e79f82217893353a173db4f /kernel/list_modules.pm | |
parent | e668e6611f13e435f4bbf7c4971c5f7c9bf945b3 (diff) | |
download | drakx-2191972c8190465f87b5fd172db1edc51b79584b.tar drakx-2191972c8190465f87b5fd172db1edc51b79584b.tar.gz drakx-2191972c8190465f87b5fd172db1edc51b79584b.tar.bz2 drakx-2191972c8190465f87b5fd172db1edc51b79584b.tar.xz drakx-2191972c8190465f87b5fd172db1edc51b79584b.zip |
add a not about USB stuff at post-install time (this should still be
loaded at install time)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 161f13afc..9f2490072 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -193,6 +193,8 @@ our %l = ( webcam => [ qw(cpia_usb cyber2000fb ibmcam konicawc mod_quickcam ov511 ov511-alt ov518_decomp ovfx2 pwc quickcam se401 stv680 sn9c102 ultracam usbvideo usbvision vicam w9968cf) ], }, + # USB input stuff get automagically loaded by hotplug and thus + # magically work through /dev/input/mice multiplexing: input => { joystick => [ qw(iforce xpad), |