Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291655
b: refs/heads/master
c: 6c30d5a
h: refs/heads/master
i:
  291653: 4702809
  291651: 8f6a5d8
  291647: 5b6ef36
v: v3
  • Loading branch information
Keng-Yu Lin authored and Jiri Kosina committed Feb 2, 2012
1 parent eda0496 commit 151d433
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3596bb929f2abd3433c2eaa5755fad48ac207af1
refs/heads/master: 6c30d5a53229aad22bb675e0bd6eb518ecaa4316
2 changes: 2 additions & 0 deletions trunk/drivers/hid/hid-chicony.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ static int ch_input_mapping(struct hid_device *hdev, struct hid_input *hi,
case 0x00f2: ch_map_key_clear(KEY_BRIGHTNESSDOWN); break;
case 0x00f3: ch_map_key_clear(KEY_BRIGHTNESSUP); break;
case 0x00f4: ch_map_key_clear(KEY_DISPLAY_OFF); break;
case 0x00f7: ch_map_key_clear(KEY_CAMERA); break;
case 0x00f8: ch_map_key_clear(KEY_PROG1); break;
default:
return 0;
}
Expand Down

0 comments on commit 151d433

Please sign in to comment.