Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285
b: refs/heads/master
c: e838a0d
h: refs/heads/master
i:
  283: 7e9eb8b
v: v3
  • Loading branch information
Viktor A. Danilov authored and Greg K-H committed Apr 19, 2005
1 parent dc1b045 commit f5bd966
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6cdee106e7571751ecc0e9f96606322f88b64a8d
refs/heads/master: e838a0d4d5260bce452c96914a6e86b217c53c55
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/aiptek.c
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,7 @@ aiptek_probe(struct usb_interface *intf, const struct usb_device_id *id)
aiptek->inputdev.id.vendor = le16_to_cpu(usbdev->descriptor.idVendor);
aiptek->inputdev.id.product = le16_to_cpu(usbdev->descriptor.idProduct);
aiptek->inputdev.id.version = le16_to_cpu(usbdev->descriptor.bcdDevice);
aiptek->inputdev.dev = &intf->dev;

aiptek->usbdev = usbdev;
aiptek->ifnum = intf->altsetting[0].desc.bInterfaceNumber;
Expand Down

0 comments on commit f5bd966

Please sign in to comment.