summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'Christophe JAILLET2020-03-231-1/+0
* HID: lg-g15: Do not fail the probe when we fail to disable F# emulationHans de Goede2020-03-171-2/+4
* HID: add ALWAYS_POLL quirk to lenovo pixart mouseTony Fischetti2020-03-162-0/+2
* HID: google: add moonball USB idChen-Tsung Hsieh2020-03-162-0/+3
* HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-3/+3
* HID: hid-picolcd_fb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-2/+2
* HID: hid-bigbenff: fix race condition for scheduled work during removalHanno Zulla2020-02-181-0/+6
* HID: hid-bigbenff: call hid_hw_stop() in case of errorHanno Zulla2020-02-181-5/+10
* HID: hid-bigbenff: fix general protection fault caused by double kfreeHanno Zulla2020-02-181-2/+8
* HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng2020-02-141-0/+8
* HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET2020-02-121-1/+1
* HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com2020-02-121-1/+1
* HID: core: increase HID report buffer size to 8KiBJohan Korsnes2020-02-121-1/+1
* HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes2020-02-121-1/+3
* HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi2020-02-121-1/+2
* HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dockHans de Goede2020-02-031-2/+3
* HID: logitech-hidpp: BatteryVoltage: only read chargeStatus if extPower is ac...Filipe LaĆ­ns2020-01-281-22/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-01-273-15/+242
|\
| * Merge branch 'for-5.6/logitech' into for-linusJiri Kosina2020-01-271-15/+232
| |\
| | * HID: logitech-hidpp: avoid duplicate error handling code in 'hidpp_probe()'Christophe JAILLET2020-01-131-1/+0
| | * hid-logitech-hidpp: read battery voltage from newer devicesPedro Vanzella2019-12-181-4/+168
| | * HID: logitech: Add MX Master 3 MouseAdrian Freund2019-12-181-0/+5
| | * HID: logitech-hidpp: Support WirelessDeviceStatus connect eventsMazin Rezk2019-12-181-4/+35
| | * HID: logitech-hidpp: Support translations from short to long reportsMazin Rezk2019-12-181-6/+24
| * | Merge branch 'for-5.6/hidraw' into for-linusJiri Kosina2020-01-272-0/+10
| |\ \
| | * | HID: hidraw: add support uniq ioctlMarcel Holtmann2019-12-112-0/+10
| | |/
* | | Merge tag 'platform-drivers-x86-v5.6-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-01-2729-686/+1614
|\ \ \
| * | | platform/x86: intel_pmc_ipc: Switch to use driver->dev_groupsMika Westerberg2020-01-221-10/+7
| * | | platform/x86: intel_pmc_ipc: Propagate error from kstrtoul()Mika Westerberg2020-01-221-2/+3
| * | | platform/x86: intel_pmc_ipc: Use octal permissions in sysfs attributesMika Westerberg2020-01-221-5/+2
| * | | platform/x86: intel_pmc_ipc: Get rid of unnecessary includesMika Westerberg2020-01-221-10/+0
| * | | platform/x86: intel_pmc_ipc: Drop ipc_data_readb()Mika Westerberg2020-01-221-5/+0
| * | | platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()Mika Westerberg2020-01-222-71/+0
| * | | platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() staticMika Westerberg2020-01-222-11/+2
| * | | platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() staticMika Westerberg2020-01-222-8/+1
| * | | platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() staticMika Westerberg2020-01-222-8/+1
| * | | platform/x86: intel_scu_ipc: Reformat kernel-doc comments of exported functionsMika Westerberg2020-01-221-57/+55
| * | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()Mika Westerberg2020-01-222-65/+0
| * | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()Mika Westerberg2020-01-222-80/+0
| * | | platform/x86: intel_scu_ipc: Drop unused macrosMika Westerberg2020-01-221-5/+1
| * | | platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()Mika Westerberg2020-01-221-3/+0
| * | | platform/x86: intel_scu_ipc: Sleeping is fine when pollingMika Westerberg2020-01-221-15/+14
| * | | platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()Mika Westerberg2020-01-222-90/+3
| * | | platform/x86: intel_scu_ipc: Remove Lincroft supportMika Westerberg2020-01-221-7/+0
| * | | platform/x86: intel_scu_ipc: Add constants for register offsetsMika Westerberg2020-01-221-9/+11
| * | | platform/x86: intel_scu_ipc: Fix interrupt supportMika Westerberg2020-01-221-13/+8
| * | | platform/x86: intel_scu_ipcutil: Remove default y from KconfigMika Westerberg2020-01-221-1/+0
| * | | platform/x86: intel_mid_powerbtn: Take a copy of ddataMika Westerberg2020-01-221-2/+3
| * | | platform/x86: asus-nb-wmi: Support left round button on N56VBPaul Cercueil2020-01-201-0/+1
| * | | tools/power/x86/intel-speed-select: Update versionSrinivas Pandruvada2020-01-201-1/+1