Skip to content

Commit 46d74dd

Browse files
AdityaGarg8Jiri Kosina
authored andcommitted
HID: apple: remove unused APPLE_IGNORE_MOUSE quirk
The APPLE_IGNORE_MOUSE quirk was not used anywhere in this driver, so can be removed. Signed-off-by: Aditya Garg <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent b459449 commit 46d74dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-apple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "hid-ids.h"
3131

3232
#define APPLE_RDESC_JIS BIT(0)
33-
#define APPLE_IGNORE_MOUSE BIT(1)
33+
/* BIT(1) reserved, was: APPLE_IGNORE_MOUSE */
3434
#define APPLE_HAS_FN BIT(2)
3535
/* BIT(3) reserved, was: APPLE_HIDDEV */
3636
#define APPLE_ISO_TILDE_QUIRK BIT(4)

0 commit comments

Comments
 (0)