Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10823
b: refs/heads/master
c: 423e489
h: refs/heads/master
i:
  10821: 999f8ca
  10819: 78967b2
  10815: 9498aaf
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 8c53f50 commit c70fd78
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 478a3bab8c87a9ba4a4ba338314e32bb0c378e62
refs/heads/master: 423e489d704d05c6e8c2927fb1854db85914912a
3 changes: 3 additions & 0 deletions trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,9 @@ static struct hid_device *usb_hid_configure(struct usb_interface *intf)
hid->urbctrl->transfer_dma = hid->ctrlbuf_dma;
hid->urbctrl->transfer_flags |= (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP);

/* May be needed for some devices */
usb_clear_halt(hid->dev, hid->urbin->pipe);

return hid;

fail:
Expand Down

0 comments on commit c70fd78

Please sign in to comment.