| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-31 | Merge tag 'for-linus-2022083101' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 13 | -34/+96 |
| 2022-08-25 | HID: nintendo: fix rumble worker null pointer deref | Daniel J. Ogorchock | 1 | -2/+4 |
| 2022-08-25 | HID: intel-ish-hid: ipc: Add Meteor Lake PCI device ID | Even Xu | 2 | -0/+2 |
| 2022-08-25 | HID: input: fix uclogic tablets | Benjamin Tissoires | 1 | -1/+4 |
| 2022-08-25 | HID: Add Apple Touchbar on T2 Macs in hid_have_special_driver list | Aditya Garg | 2 | -0/+4 |
| 2022-08-25 | HID: add Lenovo Yoga C630 battery quirk | Steev Klimaszewski | 2 | -0/+3 |
| 2022-08-25 | HID: AMD_SFH: Add a DMI quirk entry for Chromebooks | Akihiko Odaki | 1 | -0/+18 |
| 2022-08-25 | HID: thrustmaster: Add sparco wheel and fix array length | Michael Hübner | 1 | -1/+2 |
| 2022-08-25 | hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message | Even Xu | 1 | -29/+39 |
| 2022-08-25 | HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-08-25 | HID: asus: ROG NKey: Ignore portion of 0x5a report | Josh Kilmer | 1 | -0/+7 |
| 2022-08-25 | HID: hidraw: fix memory leak in hidraw_release() | Karthik Alapati | 1 | -0/+2 |
| 2022-08-25 | HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report | Lee Jones | 1 | -0/+10 |
| 2022-08-04 | Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+37 |
| 2022-08-04 | Merge tag 'for-linus-2022080201' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 41 | -207/+2000 |
| 2022-08-02 | Merge branch 'for-5.20/uclogic' into for-linus | Jiri Kosina | 9 | -14/+581 |
| 2022-08-02 | Merge branch 'for-5.20/nintendo' into for-linus | Jiri Kosina | 1 | -0/+2 |
| 2022-08-02 | Merge branch 'for-5.20/elan' into for-linus | Jiri Kosina | 3 | -0/+146 |
| 2022-08-02 | Merge branch 'for-5.20/core' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2022-08-02 | Merge branch 'for-5.20/apple' into for-linus | Jiri Kosina | 1 | -5/+30 |
| 2022-08-02 | Merge branch 'for-5.20/amd-sfh' into for-linus | Jiri Kosina | 14 | -142/+1102 |
| 2022-07-23 | HID: amd_sfh: Handle condition of "no sensors" | Basavaraj Natikar | 1 | -0/+2 |
| 2022-07-23 | HID: amd_sfh: Fix implicit declaration error on i386 | Basavaraj Natikar | 1 | -0/+2 |
| 2022-07-22 | HID: apple: Add "GANSS" to the non-Apple list | Hilton Chain | 1 | -1/+2 |
| 2022-07-22 | HID: alps: Declare U1_UNICORN_LEGACY support | Artem Borisov | 1 | -0/+2 |
| 2022-07-21 | HID: wacom: Force pen out of prox if no events have been received in a while | Jason Gerecke | 3 | -0/+44 |
| 2022-07-21 | HID: nintendo: Add missing array termination | Guenter Roeck | 1 | -0/+1 |
| 2022-07-21 | HID: lg-g15: Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-07-21 | HID: amd_sfh: Implement SFH1.1 functionality | Basavaraj Natikar | 8 | -0/+895 |
| 2022-07-21 | HID: amd_sfh: Move interrupt handling to common interface | Basavaraj Natikar | 3 | -8/+10 |
| 2022-07-21 | HID: amd_sfh: Move amd_sfh_work to common interface | Basavaraj Natikar | 2 | -2/+4 |
| 2022-07-21 | HID: amd_sfh: Move global functions to static | Basavaraj Natikar | 3 | -12/+5 |
| 2022-07-21 | HID: amd_sfh: Add remove operation in amd_mp2_ops | Basavaraj Natikar | 2 | -1/+4 |
| 2022-07-21 | HID: amd_sfh: Add PM operations in amd_mp2_ops | Basavaraj Natikar | 3 | -39/+58 |
| 2022-07-21 | HID: amd_sfh: Add descriptor operations in amd_mp2_ops | Basavaraj Natikar | 7 | -25/+42 |
| 2022-07-21 | HID: amd_sfh: Move request_list variable to client data | Basavaraj Natikar | 2 | -5/+8 |
| 2022-07-21 | HID: amd_sfh: Move request_list struct to header file | Basavaraj Natikar | 2 | -10/+9 |
| 2022-07-21 | HID: amd_sfh: Move common macros and structures | Basavaraj Natikar | 2 | -41/+60 |
| 2022-07-21 | HID: amd_sfh: Add NULL check for hid device | Basavaraj Natikar | 1 | -4/+8 |
| 2022-07-21 | HID: core: remove unneeded assignment in hid_process_report() | Lukas Bulwahn | 1 | -1/+1 |
| 2022-07-21 | ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments | Jiang Jian | 1 | -1/+1 |
| 2022-07-21 | HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() | Harshit Mogalapalli | 1 | -0/+3 |
| 2022-06-15 | HID: nintendo: Set phys property of input device based on HID phys | Thomas Schneider | 1 | -0/+2 |
| 2022-06-15 | HID: uclogic: Add support for XP-PEN Deco L | José Expósito | 5 | -0/+310 |
| 2022-06-15 | HID: uclogic: Allow to generate frame templates | José Expósito | 3 | -3/+53 |
| 2022-06-15 | HID: uclogic: Add KUnit tests for uclogic_rdesc_template_apply() | José Expósito | 4 | -0/+207 |
| 2022-06-15 | HID: uclogic: Make template placeholder IDs generic | José Expósito | 3 | -14/+14 |
| 2022-06-13 | HID: surface-hid: Add support for hot-removal | Maximilian Luz | 1 | -1/+37 |
| 2022-06-09 | HID: multitouch: new device class fix Lenovo X12 trackpad sticky | Tao Jin | 1 | -1/+12 |
| 2022-06-09 | HID: cp2112: prevent a buffer overflow in cp2112_xfer() | Harshit Mogalapalli | 1 | -0/+5 |
| 2022-06-08 | HID: hyperv: Correctly access fields declared as __le16 | Michael Kelley | 1 | -2/+3 |
| 2022-06-08 | HID: hid-input: add Surface Go battery quirk | Maximilian Luz | 2 | -0/+3 |
| 2022-06-08 | HID: intel-ish-hid: ipc: use time_before to replace "jiffies < a" | Li Qiong | 1 | -1/+1 |
| 2022-06-08 | HID: logitech-hidpp: Fix syntax errors in comments | Xiang wangx | 1 | -1/+1 |
| 2022-06-08 | HID: uclogic: properly format kernel-doc comment for hid_dbg() wrappers | Bagas Sanjaya | 1 | -10/+14 |
| 2022-06-08 | HID: apple: Properly handle function keys on non-Apple keyboard | Hilton Chain | 1 | -5/+29 |
| 2022-06-08 | HID: nintendo: fix unused const warning | Daniel J. Ogorchock | 1 | -2/+1 |
| 2022-06-08 | HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreens | Douglas Anderson | 3 | -0/+146 |
| 2022-06-03 | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -3/+3 |
| 2022-05-27 | HID: amd_sfh: Don't show client init failed as error when discovery fails | Mario Limonciello | 1 | -1/+2 |
| 2022-05-27 | HID: wacom: Don't register pad_input for touch switch | Ping Cheng | 2 | -19/+26 |
| 2022-05-27 | HID: wacom: Only report rotation for art pen | Ping Cheng | 1 | -8/+21 |
| 2022-05-25 | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+2 |
| 2022-05-24 | Merge tag 'for-linus-2022052401' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 29 | -187/+1045 |
| 2022-05-24 | Merge branch 'for-5.19/wacom' into for-linus | Jiri Kosina | 3 | -9/+41 |
| 2022-05-24 | Merge branch 'for-5.19/uclogic' into for-linus | Jiri Kosina | 8 | -149/+587 |
| 2022-05-24 | Merge branch 'for-5.19/megaworld' into for-linus | Jiri Kosina | 4 | -0/+137 |
| 2022-05-24 | Merge branch 'for-5.19/lenovo' into for-linus | Jiri Kosina | 2 | -6/+170 |
| 2022-05-24 | Merge branch 'for-5.19/apple' into for-linus | Jiri Kosina | 1 | -4/+18 |
| 2022-05-24 | Merge branch 'for-5.19/amd-sfh' into for-linus | Jiri Kosina | 7 | -16/+71 |
| 2022-05-11 | HID: apple: Properly handle function keys on Keychron keyboards | Bryan Cain | 1 | -4/+18 |
| 2022-05-11 | HID: uclogic: Switch to Digitizer usage for styluses | Nikolai Kondrashov | 3 | -16/+16 |
| 2022-05-11 | HID: uclogic: Add pen support for XP-PEN Star 06 | Roman Romanenko | 3 | -0/+5 |
| 2022-05-11 | HID: uclogic: Differentiate touch ring and touch strip | Nikolai Kondrashov | 3 | -24/+112 |
| 2022-05-11 | HID: uclogic: Always shift touch reports to zero | Nikolai Kondrashov | 2 | -8/+9 |
| 2022-05-11 | HID: uclogic: Do not focus on touch ring only | Nikolai Kondrashov | 5 | -40/+39 |
| 2022-05-11 | HID: uclogic: Return raw parameters from v2 pen init | Nikolai Kondrashov | 1 | -34/+58 |
| 2022-05-11 | HID: uclogic: Move param printing to a function | Nikolai Kondrashov | 3 | -116/+93 |
| 2022-05-11 | HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_info | Basavaraj Natikar | 1 | -0/+4 |
| 2022-05-11 | HID: amd_sfh: Move bus declaration outside of amd-sfh | Basavaraj Natikar | 1 | -1/+0 |
| 2022-05-11 | HID: amd_sfh: Add physical location to HID device | Basavaraj Natikar | 1 | -0/+5 |
| 2022-05-11 | HID: amd_sfh: Modify the hid name | Basavaraj Natikar | 1 | -1/+1 |
| 2022-05-11 | HID: amd_sfh: Modify the bus name | Basavaraj Natikar | 2 | -2/+2 |
| 2022-05-11 | HID: amd_sfh: Add sensor name by index for debug info | Basavaraj Natikar | 3 | -10/+35 |
| 2022-05-11 | HID: amd_sfh: Add support for sensor discovery | Basavaraj Natikar | 3 | -0/+22 |
| 2022-05-06 | HID: bigben: fix slab-out-of-bounds Write in bigben_probe | Dongliang Mu | 1 | -0/+6 |
| 2022-05-06 | Hid: wacom: Fix kernel test robot warning | Joshua-Dickens | 1 | -1/+1 |
| 2022-05-06 | HID: uclogic: Disable pen usage for Huion keyboard interfaces | Nikolai Kondrashov | 1 | -1/+2 |
| 2022-05-06 | HID: uclogic: Support disabling pen usage | Nikolai Kondrashov | 2 | -0/+26 |
| 2022-05-06 | HID: uclogic: Pass keyboard reports as is | Nikolai Kondrashov | 1 | -2/+6 |
| 2022-05-06 | HID: uclogic: Clarify pen/frame desc_ptr description | Nikolai Kondrashov | 1 | -4/+4 |
| 2022-05-06 | HID: uclogic: Clarify params desc_size description | Nikolai Kondrashov | 1 | -1/+1 |
| 2022-05-06 | HID: Add support for Mega World controller force feedback | frank zago | 4 | -0/+137 |
| 2022-05-03 | fbdev: Rename pagelist to pagereflist for deferred I/O | Thomas Zimmermann | 1 | -1/+1 |
| 2022-05-03 | fbdev: Put mmap for deferred I/O into drivers | Thomas Zimmermann | 1 | -0/+1 |
| 2022-05-02 | HID: lenovo: Add note about different report numbers | ValdikSS | 1 | -0/+5 |
| 2022-05-02 | HID: lenovo: Sync Fn-lock state on button press for Compact and TrackPoint II... | ValdikSS | 1 | -0/+9 |
| 2022-05-02 | HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II | ValdikSS | 2 | -6/+156 |
| 2022-04-23 | HID: usbhid: remove third argument of usb_maxpacket() | Vincent Mailhol | 3 | -3/+3 |
| 2022-04-21 | HID: elan: Fix potential double free in elan_input_configured | Miaoqian Lin | 1 | -2/+0 |
| 2022-04-21 | HID: hid-led: fix maximum brightness for Dream Cheeky | Jonathan Teh | 1 | -1/+1 |
| 2022-04-21 | HID: multitouch: Add support for Google Whiskers Touchpad | Marek Maślanka | 1 | -0/+3 |
| 2022-04-21 | HID: amd_sfh: change global variables to static | Tom Rix | 1 | -3/+3 |
| 2022-04-21 | HID: uclogic: Add support for Huion Q620M | Nikolai Kondrashov | 3 | -0/+80 |
| 2022-04-21 | HID: uclogic: Add support for bitmap dials | Nikolai Kondrashov | 2 | -1/+20 |
| 2022-04-21 | HID: uclogic: Reduce indent for params format str/args | Nikolai Kondrashov | 1 | -93/+93 |
| 2022-04-21 | HID: uclogic: Compress params format string | Nikolai Kondrashov | 1 | -39/+51 |
| 2022-04-21 | HID: wacom: Correct power_supply type | Bastien Nocera | 1 | -1/+1 |
| 2022-04-21 | HID: wacom: Adding Support for new usages | Joshua-Dickens | 2 | -8/+40 |
| 2022-04-11 | HID: uclogic: Add support for Huion touch ring reports | Nikolai Kondrashov | 3 | -20/+105 |
| 2022-04-11 | HID: uclogic: Allow three frame parameter sets | Nikolai Kondrashov | 1 | -5/+47 |
| 2022-04-11 | HID: uclogic: Support custom device suffix for frames | Nikolai Kondrashov | 2 | -20/+30 |
| 2022-04-11 | HID: uclogic: Add support for touch ring reports | Nikolai Kondrashov | 2 | -5/+70 |
| 2022-04-04 | HID: multitouch: add quirks to enable Lenovo X12 trackpoint | Tao Jin | 2 | -0/+7 |
| 2022-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 6 | -144/+196 |
| 2022-03-30 | HID: intel-ish-hid: ipc: add ADL and RPL device id | Even Xu | 2 | -0/+4 |
| 2022-03-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 18 | -735/+1798 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-23 | Merge branch 'for-5.18/uclogic' into for-linus | Jiri Kosina | 6 | -297/+356 |
| 2022-03-23 | Merge branch 'for-5.18/sigma-micro' into for-linus | Jiri Kosina | 4 | -0/+142 |
| 2022-03-23 | Merge branch 'for-5.18/razer' into for-linus | Jiri Kosina | 4 | -0/+136 |
| 2022-03-23 | Merge branch 'for-5.18/i2c-hid' into for-linus | Jiri Kosina | 1 | -278/+313 |
| 2022-03-23 | Merge branch 'for-5.18/google' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2022-03-23 | Merge branch 'for-5.18/core' into for-linus | Jiri Kosina | 2 | -102/+542 |
| 2022-03-23 | Merge branch 'for-5.18/apple' into for-linus | Jiri Kosina | 4 | -26/+303 |
| 2022-03-23 | Merge branch 'for-5.18/amd-sfh' into for-linus | Jiri Kosina | 1 | -5/+2 |
| 2022-03-14 | HID: google: modify HID device groups of eel | Zhengqiao Xia | 1 | -1/+1 |
| 2022-03-14 | HID: google: Add support for vivaldi to hid-hammer | Stephen Boyd | 2 | -0/+13 |
| 2022-03-14 | HID: google: extract Vivaldi hid feature mapping for use in hid-hammer | Stephen Boyd | 5 | -104/+167 |
| 2022-03-14 | Input: extract ChromeOS vivaldi physmap show function | Stephen Boyd | 2 | -20/+8 |
| 2022-03-14 | HID: google: switch to devm when registering keyboard backlight LED | Dmitry Torokhov | 1 | -25/+13 |
| 2022-03-14 | HID: intel-ish-hid: Use dma_alloc_coherent for firmware update | Gwendal Grignou | 1 | -26/+3 |
| 2022-03-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 5 | -7/+15 |
| 2022-03-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -1/+7 |
| 2022-03-03 | HID: add mapping for KEY_ALL_APPLICATIONS | William Mahon | 2 | -1/+5 |
| 2022-03-03 | HID: add mapping for KEY_DICTATE | William Mahon | 2 | -0/+2 |
| 2022-03-01 | HID: nintendo: check the return value of alloc_workqueue() | Jia-Ju Bai | 1 | -0/+4 |
| 2022-03-01 | HID: input: accommodate priorities for slotted devices | Benjamin Tissoires | 1 | -8/+95 |
| 2022-03-01 | HID: input: remove the need for HID_QUIRK_INVERT | Benjamin Tissoires | 1 | -8/+90 |
| 2022-03-01 | HID: input: enforce Invert usage to be processed before InRange | Benjamin Tissoires | 1 | -2/+32 |
| 2022-03-01 | HID: core: for input reports, process the usages by priority list | Benjamin Tissoires | 1 | -7/+38 |
| 2022-03-01 | HID: compute an ordered list of input fields to process | Benjamin Tissoires | 1 | -1/+104 |
| 2022-03-01 | HID: input: move up out-of-range processing of input values | Benjamin Tissoires | 1 | -24/+24 |
| 2022-03-01 | HID: input: rework spaghetti code with switch statements | Benjamin Tissoires | 1 | -37/+43 |
| 2022-03-01 | HID: input: tag touchscreens as such if the physical is not there | Benjamin Tissoires | 1 | -4/+25 |
| 2022-03-01 | HID: core: split data fetching from processing in hid_input_field() | Benjamin Tissoires | 1 | -19/+77 |
| 2022-03-01 | HID: core: de-duplicate some code in hid_input_field() | Benjamin Tissoires | 1 | -14/+38 |
| 2022-03-01 | HID: core: statically allocate read buffers | Benjamin Tissoires | 1 | -7/+5 |
| 2022-03-01 | HID: vivaldi: fix sysfs attributes leak | Dmitry Torokhov | 1 | -1/+1 |
| 2022-03-01 | HID: uclogic: Support multiple frame input devices | Nikolai Kondrashov | 3 | -70/+73 |
| 2022-03-01 | HID: uclogic: Define report IDs before their descriptors | Nikolai Kondrashov | 1 | -5/+5 |
| 2022-03-01 | HID: uclogic: Put version first in rdesc namespace | Nikolai Kondrashov | 3 | -42/+42 |
| 2022-03-01 | HID: uclogic: Use "frame" instead of "buttonpad" | Nikolai Kondrashov | 3 | -53/+51 |
| 2022-03-01 | HID: uclogic: Use different constants for frame report IDs | Nikolai Kondrashov | 1 | -4/+5 |
| 2022-03-01 | HID: uclogic: Specify total report size to buttonpad macro | Nikolai Kondrashov | 1 | -6/+6 |
| 2022-03-01 | HID: uclogic: Switch to matching subreport bytes | Nikolai Kondrashov | 3 | -11/+15 |
| 2022-03-01 | HID: uclogic: Replace pen_frame_flag with subreport_list | Nikolai Kondrashov | 3 | -41/+73 |
| 2022-03-01 | HID: uclogic: Remove pen usage masking | Nikolai Kondrashov | 3 | -54/+7 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 1 | -1/+1 |
| 2022-02-21 | HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts | Pavel Skripkin | 1 | -0/+6 |
| 2022-02-17 | HID: elo: Revert USB reference counting | Jiri Kosina | 1 | -6/+1 |
| 2022-02-17 | HID: apple: properly reflect LEDS dependency | Jiri Kosina | 1 | -0/+2 |
| 2022-02-16 | HID: Add driver for Razer Blackwidow keyboards | Jelle van der Waa | 4 | -0/+136 |
| 2022-02-16 | HID: Add support for open wheel and no attachment to T300 | Michael Hübner | 1 | -0/+2 |
| 2022-02-16 | HID: apple: Add fn mapping for MacBook Pros with Touch Bar | Aditya Garg | 1 | -0/+58 |
| 2022-02-16 | HID: apple: Add necessary IDs and configuration for T2 Macs. | Aun-Ali Zaidi | 3 | -0/+40 |
| 2022-02-16 | HID: apple: Add support for keyboard backlight on certain T2 Macs. | Paul Pawlowski | 1 | -0/+125 |
| 2022-02-16 | HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over USB | José Expósito | 1 | -2/+2 |
| 2022-02-16 | HID: apple: Report Magic Keyboard 2021 battery over USB | José Expósito | 1 | -1/+1 |
| 2022-02-16 | HID: apple: Magic Keyboard 2015 FN key mapping | José Expósito | 1 | -0/+24 |
| 2022-02-16 | HID: apple: Magic Keyboard first generation FN key mapping | José Expósito | 1 | -3/+35 |
| 2022-02-16 | HID: apple: Refactor key translation setup | José Expósito | 1 | -20/+16 |
| 2022-02-16 | HID: uclogic: Handle virtual frame reports | Nikolai Kondrashov | 1 | -5/+6 |
| 2022-02-16 | HID: uclogic: Skip non-input raw events earlier | Nikolai Kondrashov | 1 | -3/+5 |
| 2022-02-16 | HID: uclogic: Access pen/frame params directly in raw_event handling | Nikolai Kondrashov | 1 | -13/+11 |
| 2022-02-16 | HID: uclogic: Split pen and frame raw event handling | Nikolai Kondrashov | 1 | -75/+120 |
| 2022-02-16 | HID: uclogic: Support Huion 13th frame button | Nikolai Kondrashov | 1 | -4/+4 |
| 2022-02-16 | HID: uclogic: Rename Huion HS64 PID to Huion Tablet 2 | Nikolai Kondrashov | 3 | -3/+3 |
| 2022-02-16 | HID: uclogic: Support Huion tilt reporting | Nikolai Kondrashov | 4 | -1/+23 |
| 2022-02-16 | HID: i2c-hid: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2022-02-16 | HID: logitech-dj: add new lightspeed receiver id | Lucas Zampieri | 1 | -0/+1 |
| 2022-02-14 | HID: amd_sfh: Add interrupt handler to process interrupts | Basavaraj Natikar | 2 | -0/+41 |
| 2022-02-14 | HID: amd_sfh: Add functionality to clear interrupts | Basavaraj Natikar | 2 | -1/+25 |
| 2022-02-14 | HID: amd_sfh: Disable the interrupt for all command | Basavaraj Natikar | 1 | -0/+3 |
| 2022-02-14 | HID: amd_sfh: Correct the structure field name | Basavaraj Natikar | 1 | -1/+1 |
| 2022-02-14 | HID: amd_sfh: Handle amd_sfh work buffer in PM ops | Basavaraj Natikar | 1 | -0/+4 |
| 2022-02-14 | HID: i2c-hid: note that I2C xfer buffers are DMA-safe | Dmitry Torokhov | 1 | -2/+3 |
| 2022-02-14 | HID: i2c-hid: no longer need raw access to HID descriptor structure | Dmitry Torokhov | 1 | -5/+2 |
| 2022-02-14 | HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input() | Dmitry Torokhov | 1 | -13/+15 |
| 2022-02-14 | HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer() | Dmitry Torokhov | 1 | -91/+59 |
| 2022-02-14 | HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer() | Dmitry Torokhov | 1 | -10/+9 |
| 2022-02-14 | HID: i2c-hid: create a helper for SET_POWER command | Dmitry Torokhov | 1 | -4/+18 |
| 2022-02-14 | HID: i2c-hid: define i2c_hid_read_register() and use it | Dmitry Torokhov | 1 | -23/+22 |
| 2022-02-14 | HID: i2c-hid: explicitly code setting and sending reports | Dmitry Torokhov | 1 | -118/+151 |
| 2022-02-14 | HID: i2c-hid: refactor reset command | Dmitry Torokhov | 1 | -25/+38 |
| 2022-02-14 | HID: i2c-hid: use "struct i2c_hid" as argument in most calls | Dmitry Torokhov | 1 | -39/+36 |
| 2022-02-14 | HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports | Dmitry Torokhov | 1 | -8/+24 |
| 2022-02-14 | HID: i2c-hid: fix handling numbered reports with IDs of 15 and above | Angela Czubak | 1 | -14/+10 |
| 2022-02-05 | HID:Add support for UGTABLET WP5540 | Sergio Costas | 2 | -0/+2 |
| 2022-02-02 | HID: add SiGma Micro driver | Desmond Lim | 4 | -0/+142 |