Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274283
b: refs/heads/master
c: 21404b7
h: refs/heads/master
i:
  274281: 970f3b2
  274279: 553b14d
v: v3
  • Loading branch information
Linus Torvalds committed Nov 7, 2011
1 parent dd89b37 commit 7ac8a6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 06d381484fe8fb1ba2996c22e89595a273e3634c
refs/heads/master: 21404b772a1c65f7b935b8c0fddc388a949f4e31
3 changes: 0 additions & 3 deletions trunk/drivers/hid/hid-apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ static int hidinput_apple_event(struct hid_device *hid, struct input_dev *input,
if (hid->product >= USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI &&
hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS)
table = macbookair_fn_keys;
else if (hid->product >= USB_DEVICE_ID_APPLE_WELLSPRING6_ANSI &&
hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING6_JIS)
table = macbookair_fn_keys;
else if (hid->product < 0x21d || hid->product >= 0x300)
table = powerbook_fn_keys;
else
Expand Down

0 comments on commit 7ac8a6f

Please sign in to comment.