summaryrefslogtreecommitdiffstats
path: root/pciusb.c
Commit message (Expand)AuthorAgeFilesLines
* find default alias file once onlyOlivier Blin2008-02-271-20/+26
* extract set_modules_from_modalias()Olivier Blin2008-02-271-33/+36
* remove unused symfilenameOlivier Blin2008-02-271-3/+1
* pass bus to find_modaliasOlivier Blin2008-02-271-4/+4
* extract find_modalias functionOlivier Blin2008-02-271-21/+28
* fix indentationOlivier Blin2008-02-271-5/+5
* do not ignore subsequent modaliases if resolving one failsOlivier Blin2008-02-271-2/+2
* allow to modify the fh type more easily by adding more wrappersOlivier Blin2008-02-271-2/+2
* fix modalias fd leak (thanks to Anssi for the report)Olivier Blin2007-09-281-0/+2
* use ldetect-lst aliases from /lib/module-init-tools/, not from /usrOlivier Blin2007-09-111-1/+1
* indentOlivier Blin2007-09-111-14/+14
* do not read modules.dep and do not try to find command, we always try to find...Olivier Blin2007-09-111-7/+0
* do not read depends twiceOlivier Blin2007-09-091-13/+15
* use module aliases from first match onlyOlivier Blin2007-09-091-1/+1
* use table_name_to_file() not to hardcode ldetect-lst path everywhereOlivier Blin2007-09-071-7/+9
* use ldetect's preferred-modules.alias file before other aliases filesOlivier Blin2007-09-071-1/+2
* rewriteOlivier Blin2007-09-071-5/+5
* fallback on ldetect-lst's dkms-modules.alias if no alias is found (to find mo...Olivier Blin2007-08-311-2/+6
* avoid a useless alloc + freeOlivier Blin2007-08-311-7/+5
* move fallback path in a macroOlivier Blin2007-08-311-1/+3
* remove unused variableOlivier Blin2007-08-311-1/+0
* remove useless initialization codeOlivier Blin2007-08-311-16/+0
* (find_modules_through_aliases) fix test, thus fixing overwriting Card: in chrootThierry Vignaud2007-08-271-1/+1
* try harder to reduce number of relocations (most remaining ones are due toThierry Vignaud2007-08-271-10/+10
* prefer ldetect-lst's modules.alias if more recent (to detect modular IDE cont...Olivier Blin2007-08-221-3/+9
* remove spurious argumentOlivier Blin2007-08-221-1/+1
* revert '_' characters substitutionOlivier Blin2007-08-201-7/+0
* (find_modules_through_aliases) plug some memory leakThierry Vignaud2007-08-161-0/+3
* (find_modules_through_aliases) fallback to ldetect-lst's modules.aliasThierry Vignaud2007-08-161-0/+5
* use zlib to read gzipped files instead of piping gzip commandOlivier Blin2007-08-151-2/+2
* replace '_' characters with '-' to be compliant with pcitable and list_module...Olivier Blin2007-08-141-0/+7
* (find_modules_through_aliases) exit() is not nice error managment in a libraryThierry Vignaud2007-08-071-2/+2
* - don't free before printingPascal Rigaux2007-08-071-3/+3
* (pciusb_find_modules) handle pcitable without description fieldThierry Vignaud2007-08-061-0/+2
* reuse modprobe code in order to resolve modalias (need to be optimized)Thierry Vignaud2007-08-041-1/+100
* (struct pciusb_entry) add a class fieldThierry Vignaud2007-02-261-0/+1
* (struct pciusb_entry) rename class_ as class_idThierry Vignaud2007-02-261-2/+2
* (pciusb_find_modules) add "descr_lookup" parameter to enable/disable descript...Thierry Vignaud2007-02-261-2/+2
* libify and simplifyPascal Rigaux2005-03-141-3/+0
* fix running on a empty pci/usb devices sourcePascal Rigaux2005-03-141-1/+1
* fix a memory leakPascal Rigaux2005-03-141-1/+3
* add dmitable usePascal Rigaux2005-03-141-67/+1
* keep existing description string if already reported by the deviceThierry Vignaud2004-10-271-1/+1
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-6/+1
* special case for buggy 0x0 usb entry so that we eventually got aThierry Vignaud2003-01-061-3/+5
* enforce gc coding rulesThierry Vignaud2002-10-071-1/+1
* - remove gc hack that tried to fix my bugThierry Vignaud2002-10-071-5/+3
* fix "skipping already handled device" (aka kill stupid remaining test)Thierry Vignaud2002-10-071-4/+2
* try to detect correctly the module when subv/subd differ with non-subv/subdGuillaume Cottenceau2002-10-041-0/+3
* fix ugly case for snd-usb-audio which should have made titi think thatPascal Rigaux2002-09-051-2/+2