Age | Commit message (Expand) | Author |
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-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 |
2018-04-25 | HID: intel_ish-hid: Move header size check to inside the loop | Hans de Goede |
2018-04-25 | HID: wacom: Release device resource data obtained by devres_alloc() | Arvind Yadav |
2018-04-25 | HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice | pgzh |
2018-04-19 | HID: i2c-hid: fix inverted return value from i2c_hid_command() | Jiri Kosina |
2018-04-17 | HID: input: do not increment usages when a duplicate is found | Benjamin Tissoires |
2018-04-17 | HID: redragon: Fix modifier keys for Redragon Asura Keyboard | Robert Munteanu |
2018-04-16 | HID: i2c-hid: Silently fail probe for CHPN0001 touchscreen | Hans de Goede |
2018-04-16 | HID: i2c-hid: Move i2c_hid_acpi_pdata error reporting to inside the function | Hans de Goede |
2018-04-12 | HID: i2c-hid: Fix resume issue on Raydium touchscreen device | Aaron Ma |
2018-04-12 | HID: wacom: bluetooth: send exit report for recent Bluetooth devices | Aaron Armstrong Skomra |
2018-04-09 | HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device | Rodrigo Rivas Costa |