From 899e400bc1962be37655f6d61e54fcc0317e3188 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 May 2005 03:01:24 +0000 Subject: split the old joystick category into gameport (aka joystick controllers) and joystick (real joysticks devices) --- kernel/list_modules.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'kernel/list_modules.pm') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index d57b5bb77..d2eba2932 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -187,7 +187,14 @@ our %l = ( photo => [ qw(dc2xx mdc800) ], radio => [ qw(radio-gemtek-pci radio-maxiradio) ], scanner => [ qw(scanner microtek) ], - joystick => [ qw(cs461x ns558 emu10k1-gp fm801-gp iforce lightning ns558 vortex) ], + 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 ultracam usbvideo usbvision vicam w9968cf) ], }, -- cgit v1.2.1