Age | Commit message (Expand) | Author | Files | Lines |
2018-07-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -5/+31 |
2018-07-09 | HID: hiddev: fix potential Spectre v1 | Gustavo A. R. Silva | 1 | -0/+11 |
2018-07-09 | HID: i2c-hid: Fix "incomplete report" noise | Jason Andryuk | 1 | -1/+1 |
2018-07-03 | HID: wacom: Correct touch maximum XY of 2nd-gen Intuos | Jason Gerecke | 1 | -2/+8 |
2018-07-03 | HID: debug: check length before copy_to_user() | Daniel Rosenberg | 1 | -1/+7 |
2018-06-25 | HID: core: allow concurrent registration of drivers | Benjamin Tissoires | 1 | -1/+4 |
2018-06-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -20/+23 |
2018-06-20 | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large | Jason Gerecke | 1 | -0/+8 |
2018-06-20 | HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation | Even Xu | 1 | -15/+7 |
2018-06-20 | HID: steam: use hid_device.driver_data instead of hid_set_drvdata() | Rodrigo Rivas Costa | 1 | -5/+5 |
2018-06-16 | docs: fix broken references with multiple hints | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 3 | -5/+6 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 4 | -6/+10 |
2018-06-11 | HID: google: Add support for whiskers | Nicolas Boichat | 2 | -0/+3 |
2018-06-08 | Merge branch 'for-4.18/wacom' into for-linus | Jiri Kosina | 1 | -35/+39 |
2018-06-08 | Merge branch 'for-4.18/upstream' into for-linus | Jiri Kosina | 1 | -1/+0 |
2018-06-08 | Merge branch 'for-4.18/rmi' into for-linus | Jiri Kosina | 1 | -0/+20 |
2018-06-08 | Merge branch 'for-4.18/plantronics' into for-linus | Jiri Kosina | 1 | -1/+5 |
2018-06-08 | Merge branch 'for-4.18/multitouch' into for-linus | Jiri Kosina | 6 | -131/+266 |
2018-06-08 | Merge branch 'for-4.18/i2c-hid' into for-linus | Jiri Kosina | 1 | -8/+25 |
2018-06-08 | Merge branch 'for-4.18/hid-steam' into for-linus | Jiri Kosina | 4 | -0/+1129 |
2018-06-08 | Merge branch 'for-4.18/hid-redragon' into for-linus | Jiri Kosina | 4 | -0/+95 |
2018-06-08 | Merge branch 'for-4.18/alps' into for-linus | Jiri Kosina | 1 | -5/+25 |
2018-05-30 | HID: rmi: use HID_QUIRK_NO_INPUT_SYNC | Benjamin Tissoires | 1 | -0/+20 |
2018-05-30 | HID: multitouch: fix calculation of last slot field in multi-touch reports | Ben Chan | 1 | -1/+4 |
2018-05-30 | HID: quirks: remove Delcom Visual Signal Indicator from hid_have_special_driv... | Heiner Kallweit | 1 | -1/+0 |
2018-05-30 | HID: steam: select CONFIG_POWER_SUPPLY | Arnd Bergmann | 1 | -0/+1 |
2018-05-30 | HID: i2c-hid: remove i2c_hid_open_mut | Sebastian Andrzej Siewior | 1 | -2/+0 |
2018-05-22 | HID: wacom: Support "in range" for Intuos/Bamboo tablets where possible | Jason Gerecke | 1 | -35/+39 |
2018-05-16 | HID: core: fix hid_hw_open() comment | Hisao Tanabe | 1 | -1/+1 |
2018-05-16 | HID: hid-plantronics: Re-resend Update to map button for PTT products | Terry Junge | 1 | -1/+5 |
2018-05-16 | HID: multitouch: fix types returned from mt_need_to_apply_feature() | Jiri Kosina | 1 | -3/+3 |
2018-05-15 | HID: i2c-hid: check if device is there before really probing | Dmitry Torokhov | 1 | -0/+8 |
2018-05-15 | HID: steam: add missing fields in client initialization | Jiri Kosina | 1 | -0/+3 |
2018-05-15 | HID: steam: add battery device. | Rodrigo Rivas Costa | 1 | -1/+140 |
2018-05-15 | HID: add driver for Valve Steam Controller | Rodrigo Rivas Costa | 4 | -0/+986 |
2018-05-09 | HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B | Hans de Goede | 2 | -0/+3 |
2018-04-26 | HID: intel-ish-hid: use put_device() instead of kfree() | Arvind Yadav | 1 | -1/+1 |
2018-04-26 | HID: alps: Fix some style in 't4_read_write_register()' | Christophe JAILLET | 1 | -3/+3 |
2018-04-26 | HID: alps: Check errors returned by 't4_read_write_register()' | Christophe JAILLET | 1 | -0/+18 |
2018-04-26 | HID: alps: Save a memory allocation in 't4_read_write_register()' when writin... | Christophe JAILLET | 1 | -2/+2 |
2018-04-26 | HID: alps: Report an error if we receive invalid data in 't4_read_write_regis... | Christophe JAILLET | 1 | -0/+2 |
2018-04-26 | HID: multitouch: implement precision touchpad latency and switches | Benjamin Tissoires | 1 | -5/+29 |
2018-04-26 | HID: multitouch: simplify the settings of the various features | Benjamin Tissoires | 1 | -71/+60 |
2018-04-26 | HID: multitouch: make use of HID_QUIRK_INPUT_PER_APP | Benjamin Tissoires | 1 | -39/+33 |
2018-04-26 | HID: input: append a suffix matching the application | Benjamin Tissoires | 1 | -8/+59 |
2018-04-26 | HID: generic: create one input report per application type | Benjamin Tissoires | 5 | -10/+49 |
2018-04-26 | HID: store the full list of reports in the hidinput | Benjamin Tissoires | 1 | -0/+6 |
2018-04-25 | HID: intel_ish-hid: Stop using a static local buffer in get_report() | Hans de Goede | 1 | -10/+6 |