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