mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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 <gargaditya08@live.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
b45944946a
commit
46d74dd9b4
|
|
@ -30,7 +30,7 @@
|
|||
#include "hid-ids.h"
|
||||
|
||||
#define APPLE_RDESC_JIS BIT(0)
|
||||
#define APPLE_IGNORE_MOUSE BIT(1)
|
||||
/* BIT(1) reserved, was: APPLE_IGNORE_MOUSE */
|
||||
#define APPLE_HAS_FN BIT(2)
|
||||
/* BIT(3) reserved, was: APPLE_HIDDEV */
|
||||
#define APPLE_ISO_TILDE_QUIRK BIT(4)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user