diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 17:12:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 17:12:25 +0000 |
commit | 87e1502cf0ab772b120c13b344f64af4b39ba02e (patch) | |
tree | 8aed92af85409977acd471edc358714627f582ed | |
parent | 682c73d738b46d8b747cdacc2e9a8fbfef975602 (diff) | |
download | ldetect-87e1502cf0ab772b120c13b344f64af4b39ba02e.tar ldetect-87e1502cf0ab772b120c13b344f64af4b39ba02e.tar.gz ldetect-87e1502cf0ab772b120c13b344f64af4b39ba02e.tar.bz2 ldetect-87e1502cf0ab772b120c13b344f64af4b39ba02e.tar.xz ldetect-87e1502cf0ab772b120c13b344f64af4b39ba02e.zip |
fix usb_port description (bogus one was introduced by blino in r254952
on 2009-03-27)
-rw-r--r-- | libldetect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h index 36526de..6a41fa5 100644 --- a/libldetect.h +++ b/libldetect.h @@ -19,7 +19,7 @@ struct pciusb_entry { unsigned short pci_function; /* pci function id 3 bits wide */ unsigned short pci_revision:8; /* pci revision 8 bits wide */ - unsigned short usb_port; /* pci function id 3 bits wide */ + unsigned short usb_port; /* USB port */ unsigned short is_pciexpress:1; /* is it PCI express */ char *module; |