Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19196
b: refs/heads/master
c: a001100
h: refs/heads/master
v: v3
  • Loading branch information
Juergen Schindele authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent b032b5c commit c52a4b4
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: 5732ce8424527ec271e8fa43709948852aa3fc0a
refs/heads/master: a001100d8e4bf8ad98663d3ec1b91e4161267937
3 changes: 3 additions & 0 deletions trunk/drivers/usb/input/touchkitusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ static int touchkit_probe(struct usb_interface *intf,
touchkit->data, TOUCHKIT_REPORT_DATA_SIZE,
touchkit_irq, touchkit, endpoint->bInterval);

touchkit->irq->transfer_dma = touchkit->data_dma;
touchkit->irq->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;

input_register_device(touchkit->input);

usb_set_intfdata(intf, touchkit);
Expand Down

0 comments on commit c52a4b4

Please sign in to comment.