This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9e5eefba3d09 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new b3a81c777dcb HID: fix error message in hid_open_report() new fe2199cfd151 HID: prodikeys: make array keys static const, makes object [...] new d9d4b1e46d95 HID: Fix assumption that devices have inputs new 9e4dbc4646a8 HID: google: add magnemite/masterball USB ids new 16ff7bf6dbcc HID: intel-ish-hid: fix wrong error handling in ishtp_cl_a [...] new 67b18dfb8cfc HID: i2c-hid: Remove runtime power management new abdd3d0b344f HID: logitech-hidpp: split g920_get_config() new 905d754c53a5 HID: logitech-hidpp: rework device validation new 08c453f6d073 HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy() new 09f3dbe47473 HID: i2c-hid: add Trekstor Primebook C11B to descriptor override new 0365fb6baeb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/hid/hid-axff.c | 11 +- drivers/hid/hid-core.c | 7 +- drivers/hid/hid-dr.c | 12 +- drivers/hid/hid-emsff.c | 12 +- drivers/hid/hid-gaff.c | 12 +- drivers/hid/hid-google-hammer.c | 4 + drivers/hid/hid-holtekff.c | 12 +- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-lg2ff.c | 12 +- drivers/hid/hid-lg3ff.c | 11 +- drivers/hid/hid-lg4ff.c | 11 +- drivers/hid/hid-lgff.c | 11 +- drivers/hid/hid-logitech-hidpp.c | 248 +++++++++++++---------- drivers/hid/hid-microsoft.c | 12 +- drivers/hid/hid-prodikeys.c | 4 +- drivers/hid/hid-sony.c | 12 +- drivers/hid/hid-tmff.c | 12 +- drivers/hid/hid-zpff.c | 12 +- drivers/hid/i2c-hid/i2c-hid-core.c | 118 +---------- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 19 ++ drivers/hid/intel-ish-hid/ishtp/client-buffers.c | 2 +- 21 files changed, 297 insertions(+), 259 deletions(-)