Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323476
b: refs/heads/master
c: 5f4fa6a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Jiri Kosina committed Sep 5, 2012
1 parent 487c87c commit 60d5e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2f43f8749ebaeb4934f73a6f864fcbb60ce9f48a
refs/heads/master: 5f4fa6afd31c1002c7cbd13d33dcc6e9d3bef10e
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-lcpower.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static int ts_input_mapping(struct hid_device *hdev, struct hid_input *hi,
struct hid_field *field, struct hid_usage *usage,
unsigned long **bit, int *max)
{
if ((usage->hid & HID_USAGE_PAGE) != 0x0ffbc0000)
if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR)
return 0;

switch (usage->hid & HID_USAGE) {
Expand Down

0 comments on commit 60d5e0f

Please sign in to comment.