Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248747
b: refs/heads/master
c: a0c25c2
h: refs/heads/master
i:
  248745: 8b3cb87
  248743: e56f8d9
v: v3
  • Loading branch information
Jonas Andersson authored and Greg Kroah-Hartman committed Apr 30, 2011
1 parent a83c9ce commit fbc08c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8779ee94e6114bf071ef3ca6c8c9cb270d179ed
refs/heads/master: a0c25c20502e0c4a467f5d7e27b2a599cfe57abe
2 changes: 2 additions & 0 deletions trunk/drivers/usb/gadget/printer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,8 @@ printer_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl)
else if (gadget->a_alt_hnp_support)
DBG(dev, "HNP needs a different root port\n");
value = printer_set_config(dev, wValue);
if (!value)
value = set_interface(dev, PRINTER_INTERFACE);
break;
case USB_REQ_GET_CONFIGURATION:
if (ctrl->bRequestType != USB_DIR_IN)
Expand Down

0 comments on commit fbc08c0

Please sign in to comment.