summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
Commit message (Expand)AuthorAgeFilesLines
* s/usbvideo/usbvision/Thierry Vignaud2002-11-151-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-24/+24
* resync with printerdrakeThierry Vignaud2002-11-121-1/+1
* handle devices managed by usbvision tooThierry Vignaud2002-11-121-2/+2
* exclude more usb mice from unknown devicesThierry Vignaud2002-11-121-1/+1
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-10/+10
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-16/+16
* make perl_checker happyPascal Rigaux2002-11-091-1/+1
* make perl_checker happyPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* nono changes for stupid perl_checker whose maintainer don't want to fix defic...Thierry Vignaud2002-10-231-3/+5
* reindent for lord pixThierry Vignaud2002-10-231-39/+39
* - printerdrake::auto_detect(local, net, smb):Thierry Vignaud2002-10-171-16/+6
* display cpu name (eg "Pentium") too in harddrake guiThierry Vignaud2002-10-161-1/+1
* display "$vendor cpu number $id" for cpus in harddrake guiThierry Vignaud2002-10-161-1/+4
* miaouhThierry Vignaud2002-10-161-1/+1
* use code factored in detect_devices for modem detectionThierry Vignaud2002-10-161-8/+2
* -add cpus detectionThierry Vignaud2002-10-161-0/+3
* display again unknown category (spoted by florent beranger)Thierry Vignaud2002-10-151-9/+1
* move usb video devices to webcam categoryThierry Vignaud2002-09-241-2/+2
* - harddrake::data : consolidate common code in custom_id()Thierry Vignaud2002-09-061-0/+5
* - don't list usb mouses as unknown hwThierry Vignaud2002-09-061-2/+5
* use new ln iconsThierry Vignaud2002-09-021-1/+1
* move STORAGE_OTHER devices in ata controllers (aka pseudo raid controllersThierry Vignaud2002-08-291-2/+2
* - use draksound wizardThierry Vignaud2002-08-201-29/+29
* don't put dvd burners in both dvd and burners classes but only inThierry Vignaud2002-08-201-1/+1
* make perl_checker happier :-)Thierry Vignaud2002-08-061-1/+1
* - dont detect undef devicesThierry Vignaud2002-08-061-2/+2
* detect modem tooThierry Vignaud2002-08-061-1/+5
* - rename scanner::findScannerUsbport as scanner::detectThierry Vignaud2002-08-061-1/+1
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
* kill "wonderful perl"Thierry Vignaud2002-08-051-1/+1
* perl_checker fixesThierry Vignaud2002-08-011-3/+6
* perl_checker fixesThierry Vignaud2002-08-011-12/+12
* - bump harddrake versionThierry Vignaud2002-07-311-1/+1
* - bump version numberThierry Vignaud2002-07-311-4/+4
* only do one probeall here (there's still many in detect_devices,Thierry Vignaud2002-07-251-3/+3
* don't account scanners as unknown devicesThierry Vignaud2002-07-241-1/+1
* s/drakconnet/drakconnectThierry Vignaud2002-07-231-1/+1
* s/draknet/drakconnect/Thierry Vignaud2002-07-181-1/+1
* - bump version numberThierry Vignaud2002-07-181-4/+8
* move USB and SMBus controllers from unknown section to their own nonThierry Vignaud2002-07-151-4/+5
* put ide controller in their own non configurable subtree to prevent users to ...Thierry Vignaud2002-07-151-3/+3
* cache @devices so that hw probe is only done onceThierry Vignaud2002-07-081-7/+7
* various cleanups:Thierry Vignaud2002-07-081-2/+2
* add a configurator for soundThierry Vignaud2002-07-061-2/+2
* remove uneeded "#!/.." and "use lib"Thierry Vignaud2002-07-051-4/+0
* get rid of 'use vars'Thierry Vignaud2002-07-041-3/+1
* remove wait_message hack for printerdraker, better use class_discardThierry Vignaud2002-07-041-3/+2