Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108971
b: refs/heads/master
c: bf31338
h: refs/heads/master
i:
  108969: c3142d8
  108967: ce05f87
v: v3
  • Loading branch information
Robert Jarzmik authored and Greg Kroah-Hartman committed Aug 21, 2008
1 parent faf944f commit ecc6f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8fd2c37b99c55c8d24888e0ed9d5f4f73458c9c
refs/heads/master: bf31338bfd5d04434adf2294255847bb7dad687a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ int usb_gadget_register_driver(struct usb_gadget_driver *driver)
struct pxa_udc *udc = the_controller;
int retval;

if (!driver || driver->speed != USB_SPEED_FULL || !driver->bind
if (!driver || driver->speed < USB_SPEED_FULL || !driver->bind
|| !driver->disconnect || !driver->setup)
return -EINVAL;
if (!udc)
Expand Down

0 comments on commit ecc6f3e

Please sign in to comment.