aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic
diff options
context:
space:
mode:
authorDerya <derya.kiran@yahoo.de>2014-03-31 13:27:09 -0400
committerJiri Kosina <jkosina@suse.cz>2014-04-07 09:54:43 +0200
commitf3b0cbce01cd5c242b420d986b208d306bdc5083 (patch)
tree193146c239b16b4d19552eaf95fad7ed3963a51f /scripts/basic
parentHID: sensor-hub: add sensor hub quirk for ThinkPad Helix (diff)
Revert "HID: microsoft: Add ID's for Surface Type/Touch Cover 2"
This reverts commit 117309c51dca42121f70cacec801511b76acf75c. The MS Surface Pro 2 has an USB composite device with 3 interfaces - interface 0 - sensor hub - interface 1 - wacom digitizer - interface 2 - the keyboard cover, if one is attached This USB composite device changes it product id dependent on if and which keyboard cover is attached. Adding the covers to hid_have_special_driver prevents loading the right hid drivers for the other two interfaces, all 3 get loaded with hid-microsoft. We don't even need hid-microsoft for the keyboards. We have to revert this to load the right hid modules for each interface. CC: stable@vger.kernel.org # kernel 3.14 only Signed-off-by: Derya <derya.kiran@yahoo.de> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
ine' src='https://seccdn.libravatar.org/avatar/24c8dbeb88d776fe8ead5d80f2728233?s=13&d=retro' />Uwe Kleine-König1-1/+1 2023-04-19hwmon: jc42: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1 2022-12-04hwmon: (jc42) Consistently use bit and bitfield macros in the driverMartin Blumenstingl1-18/+18 2022-12-04hwmon: (jc42) Fix missing unlock on error in jc42_write()Yang Yingliang1-1/+1 2022-12-04hwmon: (jc42) Restore the min/max/critical temperatures on resumeMartin Blumenstingl1-1/+9 2022-12-04hwmon: (jc42) Convert register access and caching to regmap/regcacheMartin Blumenstingl1-102/+131 2022-10-04Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1 2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1 2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1 2022-05-20hwmon: (jc42) Add support for S-34TS04AOleksandr Shamray1-0/+6 2022-05-17hwmon: (jc42) add HWMON_C_TZ_REGISTEREduardo Valentin1-0/+2 2021-12-26hwmon: (jc42) Add support for ONSEMI N34TS04Guenter Roeck1-0/+4 2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-2/+2 2020-04-18hwmon: (jc42) Fix name to have no illegal charactersSascha Hauer1-1/+1 2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1 2019-04-15hwmon: (jc42) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-13/+5 2019-02-18hwmon: (jc42) Replace S_<PERMS> with octal valuesGuenter Roeck1-4/+4 2017-11-30hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin1-0/+21 2017-08-13hwmon: (jc42) Add support for CAT34TS02CGuenter Roeck1-0/+4 2017-08-13hwmon: (jc42) Add support for GT30TS00, GT34TS02, and CAT34TS04Guenter Roeck1-0/+15 2016-09-08hwmon: (jc42) Convert to use new hwmon registration APIGuenter Roeck1-143/+148 2016-07-12hwmon: (jc42) Add support for generic JC-42.4 devicetree bindingGuenter Roeck1-0/+10 2016-07-04hwmon: (jc42) Add I2C_CLASS_HWMON to detection classAlison Schofield1-1/+1 2016-06-27hwmon: (jc42) Add support for Microchip MCP9808 temperature sensorAlison Schofield1-0/+4 2015-03-09hwmon: (jc42) Add support for additional IDT temperature sensorsGuenter Roeck1-6/+10 2015-01-25hwmon: (jc42) Allow negative hysteresis temperaturesJean Delvare1-3/+4 2015-01-25hwmon: (jc42) Fix integer overflow when writing hysteresis valueGuenter Roeck1-0/+2 2015-01-25hwmon: (jc42) Fix integer overflowGuenter Roeck1-1/+1 2015-01-25hwmon: (jc42) Use sign_extend32 for sign extensionGuenter Roeck1-5/+1 2014-05-21hwmon: (jc42) Add support for STTS2004 and AT30TSE004Guenter Roeck1-0/+9 2014-05-21hwmon: (jc42) Convert function macros into functionsGuenter Roeck1-110/+72 2014-05-21hwmon: (jc42) Rearrange code to avoid forward declarationsGuenter Roeck1-97/+89 2013-10-18hwmon: (jc42) fix coccinelle warningsFengguang Wu1-4/+1 2013-10-18hwmon: (jc42) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-36/+25 2013-02-06hwmon: (jc42) Add support for MCP98244Guenter Roeck1-0/+4 2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3