Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72994
b: refs/heads/master
c: f202df6
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Jiri Kosina committed Oct 31, 2007
1 parent 8ae5002 commit 5a25a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 368d290ba2a66338303b5d3998b182e404a9eb38
refs/heads/master: f202df600c4485d406aa033ce793d3e78f5ff1e0
4 changes: 2 additions & 2 deletions trunk/drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static struct hid_usage *hidinput_find_key(struct hid_device *hid,
static int hidinput_getkeycode(struct input_dev *dev, int scancode,
int *keycode)
{
struct hid_device *hid = dev->private;
struct hid_device *hid = input_get_drvdata(dev);
struct hid_usage *usage;

usage = hidinput_find_key(hid, scancode, 0);
Expand All @@ -311,7 +311,7 @@ static int hidinput_getkeycode(struct input_dev *dev, int scancode,
static int hidinput_setkeycode(struct input_dev *dev, int scancode,
int keycode)
{
struct hid_device *hid = dev->private;
struct hid_device *hid = input_get_drvdata(dev);
struct hid_usage *usage;
int old_keycode;

Expand Down

0 comments on commit 5a25a27

Please sign in to comment.