[PATCH 2/2] usb: drop unused USB_UHCI_*_ID macros
Antony Pavlov
antonynpavlov at gmail.com
Wed May 21 22:19:12 PDT 2014
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
include/usb/usb.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/usb/usb.h b/include/usb/usb.h
index b4ac4ba..6f5a351 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -219,10 +219,6 @@ int usb_register_host(struct usb_host *);
int usb_host_detect(struct usb_host *host, int force);
-/* Defines */
-#define USB_UHCI_VEND_ID 0x8086
-#define USB_UHCI_DEV_ID 0x7112
-
int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol);
int usb_set_idle(struct usb_device *dev, int ifnum, int duration,
int report_id);
--
1.9.2
More information about the barebox
mailing list