Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix freed memory usage in criteria_from_dmidecode and ↵ | Pascal Terjan | 2009-09-03 | 2 | -8/+8 |
| | | | | entries_matching_criteria, and some other warnings in dmi.c | ||||
* | (usb_probe) do not display any warning when driver field is empty in | Thierry Vignaud | 2009-09-03 | 2 | -2/+5 |
| | | | | | /proc/bus/usb/devices (#53412) | ||||
* | Fix include | Pascal Terjan | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Fix types so that we build with dietlibc | Pascal Terjan | 2009-06-25 | 2 | -43/+43 |
| | |||||
* | Release 0.8.4 | Pascal Terjan | 2009-06-25 | 2 | -1/+6 |
| | |||||
* | Use usb.ids | Pascal Terjan | 2009-06-25 | 4 | -9/+903 |
| | |||||
* | same for usb | Pascal Terjan | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Do not lose pointer when realloc decides to move it | Pascal Terjan | 2009-06-25 | 1 | -1/+2 |
| | |||||
* | release 0.8.3 | Pascal Terjan | 2009-04-20 | 2 | -1/+3 |
| | |||||
* | ignore usb interfaces not active | Pascal Terjan | 2009-04-10 | 2 | -1/+4 |
| | |||||
* | fix parsing of /proc/bus/usb/device I: lines and use the class | Pascal Terjan | 2009-04-10 | 2 | -5/+14 |
| | | | | | | | | | | | 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 | ||||
* | Release 0.8.2 | Christophe Fergeau | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Oops, I screwed up the size of the elements in a realloc | Christophe Fergeau | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | Don't use strchrnul since it's not available on dietlibc | Christophe Fergeau | 2009-04-04 | 1 | -2/+3 |
| | |||||
* | Release 0.8.1 | Christophe Fergeau | 2009-04-03 | 2 | -2/+4 |
| | |||||
* | Update NEWS file | Christophe Fergeau | 2009-04-03 | 1 | -0/+3 |
| | |||||
* | Get make dist to work for both svn and git | Christophe Fergeau | 2009-04-03 | 1 | -1/+10 |
| | |||||
* | Add make dist-git target | Christophe Fergeau | 2009-04-03 | 1 | -0/+4 |
| | |||||
* | Add dist and tar as synonymous to the dis target | Christophe Fergeau | 2009-04-03 | 1 | -1/+6 |
| | |||||
* | Remove unused fields | Christophe Fergeau | 2009-04-03 | 1 | -4/+0 |
| | |||||
* | Forgot to add sysfs files | Christophe Fergeau | 2009-04-03 | 6 | -3/+457 |
| | |||||
* | Skip hid entries with NULL module name (ie no quirk needed) | Christophe Fergeau | 2009-04-03 | 1 | -2/+3 |
| | |||||
* | Enumerate hid entries | Christophe Fergeau | 2009-04-03 | 1 | -0/+13 |
| | |||||
* | Add hid device enumerator | Christophe Fergeau | 2009-04-03 | 3 | -1/+175 |
| | |||||
* | Check arguments for NULL in free functions | Christophe Fergeau | 2009-04-03 | 1 | -0/+8 |
| | |||||
* | Leak less memory returned from libmodprobe | Christophe Fergeau | 2009-04-03 | 1 | -3/+56 |
| | |||||
* | Move modalias parsing code to generic code | Christophe Fergeau | 2009-04-03 | 4 | -71/+93 |
| | |||||
* | Fix some memory leaks | Christophe Fergeau | 2009-04-03 | 2 | -3/+10 |
| | |||||
* | bump major because of ABI change | Olivier Blin | 2009-03-28 | 2 | -3/+3 |
| | |||||
* | 0.7.28 | Olivier Blin | 2009-03-27 | 2 | -1/+8 |
| | |||||
* | do not use random string as device description | Olivier Blin | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | | broken since commit r225445 from 2007-08-06: (pciusb_find_modules) handle pcitable without description field Broken output was the following: Mouse:USB|Generic 2 Button Mouse: base.frm" [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:0603 device:6871) | ||||
* | update comment | Olivier Blin | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in ↵ | Olivier Blin | 2009-03-27 | 3 | -4/+8 |
| | | | | kernel) to find modalias (this breaks ABI because we now need to keep port number) | ||||
* | - 0.7.27 | Luiz Fernando Capitulino | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | - lspcidrake: use getopt to parse command-line instead of playing | Luiz Fernando Capitulino | 2009-02-05 | 1 | -24/+37 |
| | | | | | with pointers | ||||
* | - pciusb.c: Include <sys/utsname.h>, needed by uname(2) | Luiz Fernando Capitulino | 2009-02-05 | 1 | -0/+1 |
| | |||||
* | - Fix 'ret may be used uninitialized' warning by initializing | Luiz Fernando Capitulino | 2009-02-05 | 1 | -2/+2 |
| | | | | | it with the standard error code | ||||
* | fix emails | Thierry Vignaud | 2009-01-27 | 1 | -4/+4 |
| | |||||
* | 0.7.26 | Thierry Vignaud | 2008-05-14 | 2 | -1/+3 |
| | |||||
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 1 | -0/+1 |
| | |||||
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 2 | -3/+2 |
| | |||||
* | 0.7.25 | Olivier Blin | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | use usb_prefix as variable name | Olivier Blin | 2008-04-03 | 1 | -3/+3 |
| | |||||
* | correctly use usbdev busnum and devnum when finding USB device in sysfs to ↵ | Olivier Blin | 2008-04-03 | 1 | -2/+3 |
| | | | | get its modalias (#38721) | ||||
* | 0.7.24 | Pascal Rigaux | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | update | Pascal Rigaux | 2008-03-20 | 1 | -0/+131 |
| | |||||
* | when faking probe (ie -p, -u, --dmidecode), do not do real probe on other bus | Pascal Rigaux | 2008-03-20 | 1 | -6/+11 |
| | | | | | (eg: do not probe pci and usb if using --dmidecode) | ||||
* | 0.7.23 | Olivier Blin | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | fix bus type (and segfault on x86_64) | Olivier Blin | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | 0.7.22 | Olivier Blin | 2008-02-28 | 1 | -1/+1 |
| |