]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HID: sensor-hub: Add quirk for Lenovo Yoga 2 with ITE Chips
authorRitesh Raj Sarraf <rrs@debian.org>
Mon, 5 Oct 2015 16:32:18 +0000 (22:02 +0530)
committerJiri Kosina <jkosina@suse.cz>
Mon, 5 Oct 2015 18:37:28 +0000 (20:37 +0200)
commite8e88438008375b17561dcc6a22abc24decf04ac
tree634c1ac36d6f538e4e90a855fb73316d8c2172d1
parentb6ad9a26e7c6fae74062baa9b8a7f583a803e092
HID: sensor-hub: Add quirk for Lenovo Yoga 2 with ITE Chips

This patch is a follow-up to 47eeca8a48 (" HID: sensor-hub: Add in quirk
for Lenovo Yogas with ITE")

The Lenovo Yoga 2 13 seems to be sold in multiple variants with minor
difference3s. IN my case, the USB ID for ITE chip is different than the
Yoga 2 11 and Yoga 3 14.

Without the quirk, no data is received from the accelerometer. I have
verified the patch, testing this on 4.3-rc4 (and 4.2 stable). With this
patch, proper orientation data is received.

rrs@learner:~/Community/UpstreamSources/linux-upstream_GIT (stable-42)$
monitor-sensor
** Message: Accelerometer orientation changed: bottom-up
** Message: Light changed: 0.000000 (lux)
±** Message: Accelerometer orientation changed: left-up
** Message: Accelerometer orientation changed: bottom-up
** Message: Accelerometer orientation changed: left-up
** Message: Accelerometer orientation changed: normal
** Message: Light changed: 29.999999 (lux)

monitor-sensor can be found in the iio-sensor-proxy tool.

Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/hid-sensor-hub.c