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 412
412
#define USB_DEVICE_ID_HP_X2_10_COVER 0x0755
413
413
#define I2C_DEVICE_ID_HP_ENVY_X360_15 0x2d05
414
414
#define I2C_DEVICE_ID_HP_ENVY_X360_15T_DR100 0x29CF
415
+ #define I2C_DEVICE_ID_HP_ENVY_X360_EU0009NV 0x2CF9
415
416
#define I2C_DEVICE_ID_HP_SPECTRE_X360_15 0x2817
416
417
#define USB_DEVICE_ID_ASUS_UX550VE_TOUCHSCREEN 0x2544
417
418
#define USB_DEVICE_ID_ASUS_UX550_TOUCHSCREEN 0x2706
Original file line number Diff line number Diff line change @@ -380,6 +380,8 @@ static const struct hid_device_id hid_battery_quirks[] = {
380
380
HID_BATTERY_QUIRK_IGNORE },
381
381
{ HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_HP_ENVY_X360_15T_DR100 ),
382
382
HID_BATTERY_QUIRK_IGNORE },
383
+ { HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_HP_ENVY_X360_EU0009NV ),
384
+ HID_BATTERY_QUIRK_IGNORE },
383
385
{ HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_HP_SPECTRE_X360_15 ),
384
386
HID_BATTERY_QUIRK_IGNORE },
385
387
{ HID_I2C_DEVICE (USB_VENDOR_ID_ELAN , I2C_DEVICE_ID_SURFACE_GO_TOUCHSCREEN ),
You can’t perform that action at this time.
0 commit comments