lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID:
 <PN3PR01MB95974B0A3A09448CC25E0E42B8A02@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
Date: Fri, 28 Mar 2025 19:48:25 +0530
From: gargaditya08@...e.com
To: jikos@...nel.org,
	jkosina@...e.com,
	bentiss@...nel.org,
	benjamin.tissoires@...hat.com
Cc: g.sokol99@...okol.info,
	linux-kernel@...r.kernel.org,
	linux-input@...r.kernel.org,
	Aditya Garg <adityagarg1208@...il.com>,
	Aditya Garg <gargaditya08@...e.com>
Subject: [PATCH v4 3/5] HID: apple: remove unused APPLE_IGNORE_MOUSE quirk

From: Aditya Garg <adityagarg1208@...il.com>

The APPLE_IGNORE_MOUSE quirk was not used anywhere in this driver, so can
be removed.

Signed-off-by: Aditya Garg <gargaditya08@...e.com>
---
 drivers/hid/hid-apple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 3d7befe0a..fde438bee 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -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)
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ