Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3710
b: refs/heads/master
c: c11372d
h: refs/heads/master
v: v3
  • Loading branch information
Vincent Vanackere authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent 1d029e8 commit 1808eaf
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: 16367877949a91b11bcc6f37b94d0033388b4256
refs/heads/master: c11372da33c9d38cb35867915f15c74778e1a3a4
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/ati_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ static void ati_remote_input_init(struct ati_remote *ati_remote)
idev->id.vendor = le16_to_cpu(ati_remote->udev->descriptor.idVendor);
idev->id.product = le16_to_cpu(ati_remote->udev->descriptor.idProduct);
idev->id.version = le16_to_cpu(ati_remote->udev->descriptor.bcdDevice);
idev->dev = &(ati_remote->udev->dev);
}

static int ati_remote_initialize(struct ati_remote *ati_remote)
Expand Down

0 comments on commit 1808eaf

Please sign in to comment.