Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (usb_probe) do not display any warning when driver field is empty in | Thierry Vignaud | 2009-09-03 | 1 | -2/+2 |
| | | | | | /proc/bus/usb/devices (#53412) | ||||
* | Use usb.ids | Pascal Terjan | 2009-06-25 | 1 | -6/+38 |
| | |||||
* | same for usb | Pascal Terjan | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | ignore usb interfaces not active | Pascal Terjan | 2009-04-10 | 1 | -1/+3 |
| | |||||
* | fix parsing of /proc/bus/usb/device I: lines and use the class | Pascal Terjan | 2009-04-10 | 1 | -5/+7 |
| | | | | | | | | | | | of the first interface used by a driver instead of the first interface (or first one like before when none is used). That fixes presenting something as usb_storage even if the device is ignored by usb_storage driver and handled on another interface by option driver | ||||
* | use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in ↵ | Olivier Blin | 2009-03-27 | 1 | -2/+3 |
| | | | | kernel) to find modalias (this breaks ABI because we now need to keep port number) | ||||
* | use snd_usb_audio (with underscores) | Olivier Blin | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | replace '-' characters from USB drivers with '_' to be compliant with ↵ | Olivier Blin | 2007-09-19 | 1 | -1/+9 |
| | | | | modnames from modaliases | ||||
* | reuse modprobe code in order to resolve modalias (need to be optimized) | Thierry Vignaud | 2007-08-04 | 1 | -1/+1 |
| | |||||
* | (struct pciusb_entry) rename class_ as class_id | Thierry Vignaud | 2007-02-26 | 1 | -6/+6 |
| | |||||
* | stop performing descriptions lookup from pcitable for PCI | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | (usb_probe) fix parsing /proc/bus/usb/devices with kernel-2.6.20 | Thierry Vignaud | 2007-01-10 | 1 | -2/+2 |
| | | | | | (eg: "I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage") | ||||
* | (usb_probe) fix parsing /proc/bus/usb/devices with large "parent | Thierry Vignaud | 2006-11-06 | 1 | -1/+1 |
| | | | | | | device" field (eg when some special usb keys are plugged on a non root USB hub) | ||||
* | fix freeing a reference to a constant string (fredl) | Thierry Vignaud | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | (usb_probe) prevent spurious warnings for strange USB interfaces | Thierry Vignaud | 2005-08-05 | 1 | -0/+2 |
| | |||||
* | libify and simplify | Pascal Rigaux | 2005-03-14 | 1 | -2/+1 |
| | |||||
* | (usb_probe) ask the kernel for module to use with usb devices | Thierry Vignaud | 2004-06-17 | 1 | -1/+4 |
| | |||||
* | a little cleanup | Pascal Rigaux | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | do full-probe by default; remove support for no full-probe | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | no error message when -p is not used and there is neither pci nor usb bus | Pascal Rigaux | 2002-11-05 | 1 | -8/+5 |
| | |||||
* | fix access check | Thierry Vignaud | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | fix getting the Product name | Pascal Rigaux | 2002-08-29 | 1 | -1/+1 |
| | |||||
* | - usb.c: allocate mem as pci.c does | Thierry Vignaud | 2002-08-16 | 1 | -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-audio | Thierry Vignaud | 2002-08-15 | 1 | -0/+3 |
| | |||||
* | fill in pci_bus and pci_device for USB | Pascal Rigaux | 2002-07-30 | 1 | -4/+16 |
| | |||||
* | - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices), | Pascal Rigaux | 2002-07-22 | 1 | -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,-p | Thierry Vignaud | 2002-07-16 | 1 | -1/+21 |
| | | | | | | - print error message if usb service isn't started (commented for now to follow previous behaviour) | ||||
* | - move usb devices proc entry path into | Thierry Vignaud | 2002-07-16 | 1 | -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 fix | Thierry Vignaud | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | - factorize common constants in private header | Thierry Vignaud | 2002-07-04 | 1 | -4/+5 |
| | | | | | - factorize strlen() call | ||||
* | factorize common constants in private header | Thierry Vignaud | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | make an if clearer | Thierry Vignaud | 2002-07-04 | 1 | -1/+2 |
| | |||||
* | get rid of more uneeded copies | Thierry Vignaud | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | get rid of {pci,usb}_find_modules() | Thierry Vignaud | 2002-07-03 | 1 | -4/+1 |
| | |||||
* | indent-region | Thierry Vignaud | 2002-07-03 | 1 | -42/+43 |
| | |||||
* | ensure the header file are C++ compliant (do not use "class" for struct ↵ | Pascal Rigaux | 2002-06-10 | 1 | -4/+4 |
| | | | | field name) | ||||
* | use the sub-category for usb probing | Pascal Rigaux | 2001-09-13 | 1 | -4/+3 |
| | |||||
* | Don't print ugly can't open. | Chmouel Boudjnah | 2001-04-05 | 1 | -5/+2 |
| | |||||
* | if subid can be useful, use them. use probe_type==-1 to ensure no subid is used | Pascal Rigaux | 2001-03-21 | 1 | -9/+2 |
| | |||||
* | *** empty log message *** | Francois Pons | 2001-03-06 | 1 | -1/+8 |
| | |||||
* | now detect usb | Pascal Rigaux | 2000-12-16 | 1 | -0/+63 |