diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:42:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:42:27 +0000 |
commit | 0ea85615750a6802844a650f513ba19d62429589 (patch) | |
tree | 58852fc96584d7a65e97f9f3082af73e647cca56 | |
parent | 36f87e2f54d81e99a5b6c31cce961fb2c5c2a489 (diff) | |
download | drakx-backup-do-not-use-0ea85615750a6802844a650f513ba19d62429589.tar drakx-backup-do-not-use-0ea85615750a6802844a650f513ba19d62429589.tar.gz drakx-backup-do-not-use-0ea85615750a6802844a650f513ba19d62429589.tar.bz2 drakx-backup-do-not-use-0ea85615750a6802844a650f513ba19d62429589.tar.xz drakx-backup-do-not-use-0ea85615750a6802844a650f513ba19d62429589.zip |
- add input/remote, input/tablet, input/touchscreen
- rename multimedia/joystick as input/joystick
- move XBox's pad driver into input/joystick
-rw-r--r-- | kernel/list_modules.pm | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 59e423677..ee2c82c4e 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -188,18 +188,25 @@ our %l = ( photo => [ qw(dc2xx mdc800) ], radio => [ qw(radio-gemtek-pci radio-maxiradio) ], scanner => [ qw(scanner microtek) ], - joystick => [ - qw(iforce), - # there're more drivers in drivers/input/joystick but they support non USB or PCI devices - # and thus cannot be detected but by slow (and maybe dangerous?) load_category: - qw(a3d adi analog cobra db9 gamecon gf2k grip grip_mp guillemot interact), - qw(joydump magellan sidewinder spaceball spaceorb stinger tmdc turbografx warrior) - ], gameport => [ qw(cs461x ns558 emu10k1-gp fm801-gp lightning ns558 vortex) ], usb_sound => [ qw(audio dabusb dsbr100 snd-usb-audio snd-usb-usx2y) ], 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) ], }, + input => { + joystick => [ + qw(iforce xpad), + # there're more drivers in drivers/input/joystick but they support non USB or PCI devices + # and thus cannot be detected but by slow (and maybe dangerous?) load_category: + qw(a3d adi analog cobra db9 gamecon gf2k grip grip_mp guillemot interact), + qw(joydump magellan sidewinder spaceball spaceorb stinger tmdc turbografx warrior) + ], + remote => [ qw(ati_remote) ], + # USB tablets and touchscreens: + tablet => [ qw(acecad aiptek wacom kbtab) ], + touchscreen => [ qw(mtouchusb touchkitusb) ], + } + various => # just here for classification, unused categories (nor auto-detect, nor load_thiskind) { @@ -233,7 +240,7 @@ our %l = ( arch() =~ /i.86/ ? 'aes-i586' : 'aes', if_(arch() =~ /sparc/, 'openprom'), - qw(wacom evdev), qw(usblp printer), 'floppy', + qw(evdev), qw(usblp printer), 'floppy', #- these need checking qw(rrunner meye), |