X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2Fusb.h;h=86692a23573ff4da1fce5860e5d75d674e073672;hb=bb417020ba8c559eb52f57379ba17f669f8f72cd;hp=17830a81be141743e06f5ac837ff0747ab314652;hpb=cdb54fac35812a21943f0e506e8e3b94b469a77c;p=deliverable%2Flinux.git diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h index 17830a81be14..86692a23573f 100644 --- a/drivers/usb/core/usb.h +++ b/drivers/usb/core/usb.h @@ -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);