summaryrefslogtreecommitdiffstats
path: root/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* - print error message if unable to open the arguement passed to -u,-pThierry Vignaud2002-07-161-1/+21
| | | | | | - print error message if usb service isn't started (commented for now to follow previous behaviour)
* - move usb devices proc entry path intoThierry Vignaud2002-07-161-4/+5
| | | | | | | | | | | | | libldetect-private.h::proc_usb_path - add -u option so that lspcidrake can read usb devices from a file in order to understand what happened to remote testers - make if (test) action clearer by rejecting action singleton in next line - lspcidrake: describe all options
* typo fixThierry Vignaud2002-07-041-1/+1
|
* - factorize common constants in private headerThierry Vignaud2002-07-041-4/+5
| | | | | - factorize strlen() call
* factorize common constants in private headerThierry Vignaud2002-07-041-1/+1
|
* make an if clearerThierry Vignaud2002-07-041-1/+2
|
* get rid of more uneeded copiesThierry Vignaud2002-07-031-1/+1
|
* get rid of {pci,usb}_find_modules()Thierry Vignaud2002-07-031-4/+1
|
* indent-regionThierry Vignaud2002-07-031-42/+43
|
* ensure the header file are C++ compliant (do not use "class" for struct ↵Pascal Rigaux2002-06-101-4/+4
| | | | field name)
* use the sub-category for usb probingPascal Rigaux2001-09-131-4/+3
|
* Don't print ugly can't open.Chmouel Boudjnah2001-04-051-5/+2
|
* if subid can be useful, use them. use probe_type==-1 to ensure no subid is usedPascal Rigaux2001-03-211-9/+2
|
* *** empty log message ***Francois Pons2001-03-061-1/+8
|
* now detect usbPascal Rigaux2000-12-161-0/+63