This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/hid/hid-asus.c b/drivers/hid/hid-asus.c | |
index e6e4c841fb06..f7fa2ceb728b 100644 | |
--- a/drivers/hid/hid-asus.c | |
+++ b/drivers/hid/hid-asus.c | |
@@ -260,12 +260,14 @@ static int asus_report_input(struct asus_drvdata *drvdat, u8 *data, int size) | |
static int asus_event(struct hid_device *hdev, struct hid_field *field, | |
struct hid_usage *usage, __s32 value) | |
{ | |
- if ((usage->hid & HID_USAGE_PAGE) == 0xff310000 && | |
+ /* No need to warn because it'll just spam the log until we get a proper fix. |