From 440e9802ed3b4a4af20c06cbd9f7beb9e964f87d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Oct 2009 07:48:32 +0000 Subject: use same types as in libpci (in order to please Teuf) --- pciusb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pciusb.c') diff --git a/pciusb.c b/pciusb.c index cc7b0be..bcd901f 100644 --- a/pciusb.c +++ b/pciusb.c @@ -169,9 +169,9 @@ extern void pciusb_initialize(struct pciusb_entry *e) { e->subvendor = 0xffff; e->subdevice = 0xffff; e->class_id = 0; - e->pci_bus = 0xffff; - e->pci_device = 0xffff; - e->pci_function = 0xffff; + e->pci_bus = 0xff; + e->pci_device = 0xff; + e->pci_function = 0xff; e->pci_revision = 0; e->usb_port = 0xffff; e->module = NULL; -- cgit v1.2.1