|
@@ -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 &&
|
|
if (hid->product >= USB_DEVICE_ID_APPLE_WELLSPRING4_ANSI &&
|
|
hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS)
|
|
hid->product <= USB_DEVICE_ID_APPLE_WELLSPRING4A_JIS)
|
|
table = macbookair_fn_keys;
|
|
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)
|
|
else if (hid->product < 0x21d || hid->product >= 0x300)
|
|
table = powerbook_fn_keys;
|
|
table = powerbook_fn_keys;
|
|
else
|
|
else
|