Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144382
b: refs/heads/master
c: 2feaace
h: refs/heads/master
v: v3
  • Loading branch information
Ulrich Dangel authored and Jiri Kosina committed Apr 29, 2009
1 parent cdd73fa commit f038682
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: 243b706d8a71364ad6080328d45b73516c8af5f3
refs/heads/master: 2feaace40e5c3133fea795333402f30929a200d9
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int hidinput_apple_event(struct hid_device *hid, struct input_dev *input,
if (fnmode) {
int do_translate;

trans = apple_find_translation((hid->product < 0x220 ||
trans = apple_find_translation((hid->product < 0x21d ||
hid->product >= 0x300) ?
powerbook_fn_keys : apple_fn_keys,
usage->code);
Expand Down

0 comments on commit f038682

Please sign in to comment.