summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* do not use field {driver} from getInputDevices(), it may break (#31584)Pascal Rigaux2007-08-021-1/+1
|
* merge "ide" and "all_ide" categories since we now use fully modularezed ide ↵Thierry Vignaud2007-06-281-1/+1
| | | | drivers
* prevent "unlisted driver" error for snd-aoa, snd-cs5530, snd-echo3g,Thierry Vignaud2007-06-151-0/+5
| | | | | snd-usb-caiaq & snd-usb-usx2y drivers
* add support for snd-cmi8788 driverThierry Vignaud2007-06-151-0/+1
|
* stop scannerdrake from fooling us about scanners and from leading us to displayThierry Vignaud2007-06-141-1/+2
| | | | | twice the same device (#31182)
* add a class for biometric sensors (fingerprint for now) (#31182)Thierry Vignaud2007-06-121-0/+8
|
* remove unused configurator_autoOlivier Blin2007-06-041-1/+0
|
* re-sync after the big svn lossPascal Rigaux2007-04-254-46/+63
|
* AGP devices must be detected prior to video cards because some DRM driversThierry Vignaud2006-03-131-9/+11
| | | | | | doesn't like be loaded after agpgart thus order in /etc/modprobe.preload is important (modules.pm should enforce such sorting)
* enable/start pcmcia service if neededOlivier Blin2006-03-101-0/+2
|
* fix typoOlivier Blin2006-03-081-1/+1
|
* enable kbluetoothd if bluetooth is detectedOlivier Blin2006-03-081-0/+4
|
* disable numlock on laptopsOlivier Blin2006-03-031-0/+1
|
* autoconf laptop services when switching between laptop and desktopOlivier Blin2006-03-031-0/+19
|
* autoconf bluetooth controllers (enable bluetooth service)Olivier Blin2006-03-032-1/+13
|
* update model & tuner listsThierry Vignaud2006-03-011-1/+10
|
* fix detecting some ATA devices (#21034)Thierry Vignaud2006-02-071-1/+2
|
* perl_checko cleanupThierry Vignaud2006-01-281-1/+1
|
* add support for new snd-als300 sound driverThierry Vignaud2006-01-271-0/+1
|
* sync bttv, cx88 and saa7134 driver model lists with kernel-2.6.16-rc1-mm2Thierry Vignaud2006-01-271-36/+97
|
* prevent some "unlisted driver" errors in harddrakeThierry Vignaud2006-01-271-0/+2
|
* fixed encoding to UTF-8Pablo Saratxaga2005-12-151-1/+1
|
* (do_switch) make it more readableThierry Vignaud2005-12-021-2/+2
|
* (do_switch) automatically install packagesThierry Vignaud2005-11-291-1/+1
|
* (switch) be more robustThierry Vignaud2005-11-281-1/+1
|
* (do_switch) make package installation actually workThierry Vignaud2005-11-281-1/+2
|
* ones less spaceThierry Vignaud2005-11-211-1/+1
|
* install aoss too when installing ALSAThierry Vignaud2005-11-211-1/+1
|
* perl_checko cleanupThierry Vignaud2005-10-181-1/+1
|
* make it somewhat clearerThierry Vignaud2005-10-171-1/+1
|
* do display the driver description (#5403)Thierry Vignaud2005-10-171-1/+4
|
* perl_checker cleanupThierry Vignaud2005-10-121-1/+1
|
* display cards that offer additional parallep port in the system classThierry Vignaud2005-09-171-1/+3
| | | | | rather than in the "unknown" section
* (custom_id) try harder to have a sane name: before fallbacking to theThierry Vignaud2005-09-171-1/+2
| | | | | | class name (eg: "Printer"), try to use the vendor name (eg for printers)
* sync list with latest saa7134 driverThierry Vignaud2005-08-261-12/+22
|
* add a few more icons in order to desambiguate some categories thatThierry Vignaud2005-08-261-5/+5
| | | | | were using the same icon
* do not detect PCI/USB modems twice (as modems and as unknown devices)Thierry Vignaud2005-08-051-1/+1
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-1/+1
|
* fix keyboardrake path (thus enabling to run a config tool for keyboards)Thierry Vignaud2005-08-041-1/+1
|
* (config) do not set radio but for bttv driverThierry Vignaud2005-08-041-7/+5
|
* add new snd-ad1889 driver from ALSA CVSThierry Vignaud2005-07-291-1/+2
|
* handle snd-riptideThierry Vignaud2005-07-291-0/+1
|
* emphasize if drivers are OSS or ALSA based (#15902)Thierry Vignaud2005-07-281-1/+1
|
* typo fix (#16944)Thierry Vignaud2005-07-211-1/+1
|
* enable to configure cx88 driverThierry Vignaud2005-06-241-0/+34
|
* do not use tree branches for vendor when there's only one deviceThierry Vignaud2005-06-241-42/+43
|
* update card lists from kernel-2.6.12Thierry Vignaud2005-06-241-1/+51
|
* (config) do not use a comboThierry Vignaud2005-06-241-1/+1
|
* load mouse modules after the mouse has been configured, sinceOlivier Blin2005-06-161-1/+2
| | | | | modprobe.preload is read before harddrake is run
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-104-6/+1
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)