summaryrefslogtreecommitdiffstats
path: root/usb.c
Commit message (Expand)AuthorAgeFilesLines
* port to hwdb + drop dependency on usb.idsThierry Vignaud2015-02-241-1/+1
* add spacingThierry Vignaud2013-01-141-1/+1
* dynamically resize memory when reaching max devices limit (mga#8320)Thierry Vignaud2013-01-141-1/+6
* fix retrieving info about USB devices with kernel-3.5+ (mga#7248)Thierry Vignaud2012-08-301-1/+1
* (usb_probe) free last memleak by using new usbutils' names_exit()Thierry Vignaud2012-01-051-1/+4
* (pci_probe,usb_probe) commentThierry Vignaud2009-12-011-0/+2
* (usb_probe) do not display any warning when driver field is empty inThierry Vignaud2009-09-031-2/+2
* Use usb.idsPascal Terjan2009-06-251-6/+38
* same for usbPascal Terjan2009-06-251-1/+1
* ignore usb interfaces not activePascal Terjan2009-04-101-1/+3
* fix parsing of /proc/bus/usb/device I: lines and use the classPascal Terjan2009-04-101-5/+7
* use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel...Olivier Blin2009-03-271-2/+3
* use snd_usb_audio (with underscores)Olivier Blin2007-09-191-1/+1
* replace '-' characters from USB drivers with '_' to be compliant with modname...Olivier Blin2007-09-191-1/+9
* reuse modprobe code in order to resolve modalias (need to be optimized)Thierry Vignaud2007-08-041-1/+1
* (struct pciusb_entry) rename class_ as class_idThierry Vignaud2007-02-261-6/+6
* stop performing descriptions lookup from pcitable for PCIThierry Vignaud2007-02-261-1/+1
* (usb_probe) fix parsing /proc/bus/usb/devices with kernel-2.6.20Thierry Vignaud2007-01-101-2/+2
* (usb_probe) fix parsing /proc/bus/usb/devices with large "parentThierry Vignaud2006-11-061-1/+1
* fix freeing a reference to a constant string (fredl)Thierry Vignaud2006-02-221-1/+1
* (usb_probe) prevent spurious warnings for strange USB interfacesThierry Vignaud2005-08-051-0/+2
* libify and simplifyPascal Rigaux2005-03-141-2/+1
* (usb_probe) ask the kernel for module to use with usb devicesThierry Vignaud2004-06-171-1/+4
* a little cleanupPascal Rigaux2003-08-201-1/+1
* 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 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
* - print error message if unable to open the arguement passed to -u,-pThierry Vignaud2002-07-161-1/+21
* - move usb devices proc entry path intoThierry Vignaud2002-07-161-4/+5
* typo fixThierry Vignaud2002-07-041-1/+1
* - factorize common constants in private headerThierry Vignaud2002-07-041-4/+5
* 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 field...Pascal Rigaux2002-06-101-4/+4
* 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