Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

HID: input: Drop Asus UX550* touchscreen ignore battery quirks

Drop the Asus UX550* touchscreen ignore battery quirks, there is a blanket
HID_BATTERY_QUIRK_IGNORE for all USB_VENDOR_ID_ELAN USB touchscreens now,
so these are just a duplicate of those.

Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>

authored by

Hans de Goede and committed by
Jiri Kosina
487b23af d1afcd71

-6
-2
drivers/hid/hid-ids.h
··· 455 455 #define USB_DEVICE_ID_TOSHIBA_CLICK_L9W 0x0401 456 456 #define USB_DEVICE_ID_HP_X2 0x074d 457 457 #define USB_DEVICE_ID_HP_X2_10_COVER 0x0755 458 - #define USB_DEVICE_ID_ASUS_UX550VE_TOUCHSCREEN 0x2544 459 - #define USB_DEVICE_ID_ASUS_UX550_TOUCHSCREEN 0x2706 460 458 #define I2C_DEVICE_ID_CHROMEBOOK_TROGDOR_POMPOM 0x2F81 461 459 462 460 #define USB_VENDOR_ID_ELECOM 0x056e
-4
drivers/hid/hid-input.c
··· 386 386 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 387 387 USB_DEVICE_ID_LOGITECH_DINOVO_EDGE_KBD), 388 388 HID_BATTERY_QUIRK_IGNORE }, 389 - { HID_USB_DEVICE(USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ASUS_UX550_TOUCHSCREEN), 390 - HID_BATTERY_QUIRK_IGNORE }, 391 - { HID_USB_DEVICE(USB_VENDOR_ID_ELAN, USB_DEVICE_ID_ASUS_UX550VE_TOUCHSCREEN), 392 - HID_BATTERY_QUIRK_IGNORE }, 393 389 { HID_USB_DEVICE(USB_VENDOR_ID_UGEE, USB_DEVICE_ID_UGEE_XPPEN_TABLET_DECO_L), 394 390 HID_BATTERY_QUIRK_AVOID_QUERY }, 395 391 { HID_USB_DEVICE(USB_VENDOR_ID_UGEE, USB_DEVICE_ID_UGEE_XPPEN_TABLET_DECO_PRO_MW),