summaryrefslogtreecommitdiffstats
path: root/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-1/+1
|
* no error message when -p is not used and there is neither pci nor usb busPascal Rigaux2002-11-051-8/+5
|
* fix access checkThierry Vignaud2002-11-051-1/+1
|
* fix getting the Product namePascal Rigaux2002-08-291-1/+1
|
* - usb.c: allocate mem as pci.c doesThierry Vignaud2002-08-161-32/+31
| | | | | | | | | - usb.c: kill dead code - usb.c: give url to get info on /proc/bus/usb/devices format - usb.c: the /proc/bus/usb/devices really is a state machine; use switch to make it clearer - {usb,pci}.c: r.nb is zeroed in all path, let's do it only time
* usb audio devices can use new alsa modules snd-usb-audioThierry Vignaud2002-08-151-0/+3
|
* fill in pci_bus and pci_device for USBPascal Rigaux2002-07-301-4/+16
|
* - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),Pascal Rigaux2002-07-221-3/+6
| | | | | | | since on some boxes, this is *normal*! - free error messages obtained via asprintf - remove debugging message "TOTO"
* - 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