HID: i2c-hid: modify quirks for weida's devices
authorHungNien Chen <hn.chen@weidahitech.com>
Fri, 30 Aug 2019 07:58:30 +0000 (15:58 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 4 Sep 2019 12:30:35 +0000 (14:30 +0200)
This 'SET_PWR_WAKEUP_DEV' quirk only works for weida's devices with pid
0xC300 & 0xC301. Some weida's devices with other pids also need this quirk
now. Use 'HID_ANY_ID' instead of 0xC300 to make all of weida's devices can be
fixed on the power on issue. This modification should be safe since devices
without power on issue will send the power on command only once.

Signed-off-by: HungNien Chen <hn.chen@weidahitech.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid-core.c

index 90164fed08d35eca2c34250c8b7cb3814ea99f53..2a7c6e33bb1c4322b6851e42988f593e69ae527f 100644 (file)
@@ -169,9 +169,7 @@ static const struct i2c_hid_quirks {
        __u16 idProduct;
        __u32 quirks;
 } i2c_hid_quirks[] = {
-       { USB_VENDOR_ID_WEIDA, USB_DEVICE_ID_WEIDA_8752,
-               I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV },
-       { USB_VENDOR_ID_WEIDA, USB_DEVICE_ID_WEIDA_8755,
+       { USB_VENDOR_ID_WEIDA, HID_ANY_ID,
                I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV },
        { I2C_VENDOR_ID_HANTICK, I2C_PRODUCT_ID_HANTICK_5288,
                I2C_HID_QUIRK_NO_IRQ_AFTER_RESET |