Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 952b0285 authored by NOGUCHI Hiroshi's avatar NOGUCHI Hiroshi Committed by Greg Kroah-Hartman
Browse files

HID: Add ASUS T100CHI keyboard dock battery quirks



[ Upstream commit a767ffea05d2737f6542cd78458a84a157fa216d ]

Add ASUS Transbook T100CHI/T90CHI keyboard dock into battery quirk list, in
order to add specific implementation in hid-asus.

Signed-off-by: default avatarNOGUCHI Hiroshi <drvlabo@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 24ec7c1b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -328,6 +328,9 @@ static const struct hid_device_id hid_battery_quirks[] = {
	{ HID_USB_DEVICE(USB_VENDOR_ID_SYMBOL,
		USB_DEVICE_ID_SYMBOL_SCANNER_3),
	  HID_BATTERY_QUIRK_IGNORE },
	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ASUSTEK,
		USB_DEVICE_ID_ASUSTEK_T100CHI_KEYBOARD),
	  HID_BATTERY_QUIRK_IGNORE },
	{}
};