File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 399
399
#define USB_DEVICE_ID_HP_X2_10_COVER 0x0755
400
400
#define I2C_DEVICE_ID_HP_ENVY_X360_15 0x2d05
401
401
#define I2C_DEVICE_ID_HP_SPECTRE_X360_15 0x2817
402
+ #define USB_DEVICE_ID_ASUS_UX550VE_TOUCHSCREEN 0x2544
402
403
#define USB_DEVICE_ID_ASUS_UX550_TOUCHSCREEN 0x2706
403
404
#define I2C_DEVICE_ID_SURFACE_GO_TOUCHSCREEN 0x261A
404
405
Original file line number Diff line number Diff line change @@ -325,6 +325,8 @@ static const struct hid_device_id hid_battery_quirks[] = {
325
325
HID_BATTERY_QUIRK_IGNORE },
326
326
{ HID_USB_DEVICE (USB_VENDOR_ID_ELAN , USB_DEVICE_ID_ASUS_UX550_TOUCHSCREEN ),
327
327
HID_BATTERY_QUIRK_IGNORE },
328
+ { HID_USB_DEVICE (USB_VENDOR_ID_ELAN , USB_DEVICE_ID_ASUS_UX550VE_TOUCHSCREEN ),
329
+ HID_BATTERY_QUIRK_IGNORE },
328
330
{ HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_HP_ENVY_X360_15 ),
329
331
HID_BATTERY_QUIRK_IGNORE },
330
332
{ HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_HP_SPECTRE_X360_15 ),
You can’t perform that action at this time.
0 commit comments