Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_pci_description) introduce new API for drakx's stage1 in order to find ↵ | Thierry Vignaud | 2011-10-18 | 1 | -0/+1 |
| | | | | unknown PCI devices | ||||
* | use same types as in libpci (in order to please Teuf) | Thierry Vignaud | 2009-10-01 | 1 | -12/+14 |
| | |||||
* | reduce structure size by packing together the bit booleans further, | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | | | | which shrinks the struct size from 64 to 56 bytes (12.5%) | ||||
* | upcase PCI | Thierry Vignaud | 2009-09-30 | 1 | -5/+5 |
| | |||||
* | describe device id | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | fix usb_port description (bogus one was introduced by blino in r254952 | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | | | | | on 2009-03-27) | ||||
* | (pci_probe) use libpci in order to retrieve PCI capabilities in order to have | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 |
| | | | | a better test for identifying PCI Express devices | ||||
* | fix comment | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | (pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Remove unused fields | Christophe Fergeau | 2009-04-03 | 1 | -4/+0 |
| | |||||
* | Add hid device enumerator | Christophe Fergeau | 2009-04-03 | 1 | -0/+20 |
| | |||||
* | use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in ↵ | Olivier Blin | 2009-03-27 | 1 | -0/+2 |
| | | | | kernel) to find modalias (this breaks ABI because we now need to keep port number) | ||||
* | use visibility in order to enforce exported ABI and to reduce code size | Thierry Vignaud | 2007-08-27 | 1 | -0/+2 |
| | |||||
* | export PCI domain | Thierry Vignaud | 2007-02-26 | 1 | -0/+1 |
| | |||||
* | (struct pciusb_entry) add a class field | Thierry Vignaud | 2007-02-26 | 1 | -0/+1 |
| | |||||
* | (struct pciusb_entry) rename class_ as class_id | Thierry Vignaud | 2007-02-26 | 1 | -3/+3 |
| | |||||
* | libify and simplify | Pascal Rigaux | 2005-03-14 | 1 | -0/+9 |
| | |||||
* | add dmitable use | Pascal Rigaux | 2005-03-14 | 1 | -0/+15 |
| | |||||
* | new usb_class code (breaks compatibility!) | Pascal Rigaux | 2003-11-20 | 1 | -1/+8 |
| | |||||
* | do full-probe by default; remove support for no full-probe | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | - struct pciusb_entrie : add already_found flag | Thierry Vignaud | 2002-08-08 | 1 | -0/+1 |
| | | | | | | | | | - pciusb::pciusb_initialize() : zero the above flag: - pciusb::pciusb_find_modules() : use the above flag: o if device subids matches the table ones, swtich the already_found flag o skip already handled device (if already_found==1) | ||||
* | prevent signed vs unsigned comp warnings | Thierry Vignaud | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | don't do uneeded copies (saves 2% of text size) | Thierry Vignaud | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | ensure the header file are C++ compliant (do not use "class" for struct ↵ | Pascal Rigaux | 2002-06-10 | 1 | -3/+3 |
| | | | | field name) | ||||
* | use the sub-category for usb probing | Pascal Rigaux | 2001-09-13 | 1 | -3/+3 |
| | |||||
* | added pci(bus,device,function) for DrakX. | Francois Pons | 2001-03-15 | 1 | -0/+4 |
| | |||||
* | now detect usb | Pascal Rigaux | 2000-12-16 | 1 | -6/+15 |
| | |||||
* | creation | Pascal Rigaux | 2000-12-15 | 1 | -0/+24 |