Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4...
authorJiri Kosina <jkosina@suse.cz>
Mon, 22 Jun 2015 14:23:43 +0000 (16:23 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 22 Jun 2015 14:23:43 +0000 (16:23 +0200)
Conflicts:
drivers/hid/wacom_wac.c

1  2  3  4  5  6  7  8  9 
MAINTAINERS
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-lenovo.c
drivers/hid/hid-rmi.c
drivers/hid/i2c-hid/i2c-hid.c
drivers/hid/usbhid/hid-quirks.c
drivers/hid/wacom_wac.c

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@@@@@@@@ -1072,12 -1072,12 -1072,9 -1072,12 -1072,12 -1072,9 -1072,9 -1072,9 -1072,8 +1072,11 @@@@@@@@@@ static int wacom_wac_finger_count_touch
                int count = 0;
                int i;
         
  -  ---        /* non-HID_GENERIC single touch input doesn't call this routine */
  -  ---        if ((touch_max == 1) && (wacom->features.type == HID_GENERIC))
  -  ---                return wacom->hid_data.tipswitch &&
  +  ++++       if (!touch_max)
  +  ++++               return 0;
  +  ++++
-- --           /* non-HID_GENERIC single touch input doesn't call this routine */
-- --           if ((touch_max == 1) && (wacom->features.type == HID_GENERIC))
-- --                   return wacom->hid_data.tipswitch &&
++++++++        if (touch_max == 1)
++++++++                return test_bit(BTN_TOUCH, input->key) &&
                               !wacom->shared->stylus_in_proximity;
         
                for (i = 0; i < input->mt->num_slots; i++) {