summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 6a41fa5..b5b2324 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -7,7 +7,7 @@
/******************************************************************************/
struct pciusb_entry {
unsigned short vendor; /* PCI vendor id */
- unsigned short device;
+ unsigned short device; /* PCI device id */
unsigned short subvendor; /* 0xffff if not probe_type'd or no subid */
unsigned short subdevice; /* 0xffff if not probe_type'd or no subid */