From a25e48640b4d11cdb4d83cb878af082a00df59b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Sep 2001 13:41:11 +0000 Subject: use the sub-category for usb probing --- libldetect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libldetect.h') diff --git a/libldetect.h b/libldetect.h index d61b0ab..4733d9e 100644 --- a/libldetect.h +++ b/libldetect.h @@ -7,7 +7,7 @@ struct pciusb_entry { unsigned short subvendor; /* 0xffff if not probe_type'd or no subid */ unsigned short subdevice; /* 0xffff if not probe_type'd or no subid */ - unsigned short class; /* 0 if not probe_type'd */ + unsigned long class; /* 0 if not probe_type'd */ unsigned short pci_bus; /* pci bus id 8 bits wide */ unsigned short pci_device; /* pci device id 5 bits wide */ @@ -28,10 +28,10 @@ extern void pciusb_free(struct pciusb_entries entries); /* pci ************************************************************************/ /******************************************************************************/ extern struct pciusb_entries pci_probe(int probe_type); /* probe_type is boolean */ -extern const char *pci_class2text(unsigned short class); +extern const char *pci_class2text(unsigned long class); /******************************************************************************/ /* usb ************************************************************************/ /******************************************************************************/ extern struct pciusb_entries usb_probe(void); -extern const char *usb_class2text(unsigned short class); +extern const char *usb_class2text(unsigned long class); -- cgit v1.2.1