aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorStephen Chandler Paul <thatslyude@gmail.com>2014-04-03 16:27:55 -0400
committerJiri Kosina <jkosina@suse.cz>2014-04-03 16:47:28 -0400
commit30f58877bfdaa562d329ec870f948b4d03e1ab03 (patch)
tree50cef67f558163290b033362bfd863a6b6ca1df0 /drivers/hid/hid-ids.h
parent2cf8ee9044d744df57adf8485f205e8f2d4c6f02 (diff)
HID: sensor-hub: add sensor hub quirk for ThinkPad Helix
Just like some of the other laptops/tablets on the market with ultrabook sensors, the ThinkPad Helix's sensor hub requires a special quirk in order for it to power on properly. Without it the sensors are detected by the kernel and set up as usual, but they won't output any data. This will also fix the sensors on any other laptops with the same model of sensor hub. Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index bd221263c739..3312f1b568ef 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -455,7 +455,8 @@
455 455
456#define USB_VENDOR_ID_INTEL_0 0x8086 456#define USB_VENDOR_ID_INTEL_0 0x8086
457#define USB_VENDOR_ID_INTEL_1 0x8087 457#define USB_VENDOR_ID_INTEL_1 0x8087
458#define USB_DEVICE_ID_INTEL_HID_SENSOR 0x09fa 458#define USB_DEVICE_ID_INTEL_HID_SENSOR_0 0x09fa
459#define USB_DEVICE_ID_INTEL_HID_SENSOR_1 0x0a04
459 460
460#define USB_VENDOR_ID_STM_0 0x0483 461#define USB_VENDOR_ID_STM_0 0x0483
461#define USB_DEVICE_ID_STM_HID_SENSOR 0x91d1 462#define USB_DEVICE_ID_STM_HID_SENSOR 0x91d1