USB: refactor usb device matching and create usb_device_match
[deliverable/linux.git] / drivers / usb / core / usb.h
index 17830a81be141743e06f5ac837ff0747ab314652..86692a23573ff4da1fce5860e5d75d674e073672 100644 (file)
@@ -21,6 +21,8 @@ extern int usb_set_configuration(struct usb_device *dev, int configuration);
 
 extern void usb_kick_khubd(struct usb_device *dev);
 extern void usb_resume_root_hub(struct usb_device *dev);
+extern int usb_match_device(struct usb_device *dev,
+                           const struct usb_device_id *id);
 
 extern int  usb_hub_init(void);
 extern void usb_hub_cleanup(void);
This page took 0.023633 seconds and 5 git commands to generate.