This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1b5fb415442e Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah [...] new 416dacb819f5 HID: hidraw: Fix invalid read in hidraw_ioctl new 5f9242775bb6 HID: logitech: Fix general protection fault caused by Logi [...] new 8ccff2843fb4 HID: logitech-dj: Fix crash when initial logi_dj_recv_quer [...] new b20bef4b4be8 HID: i2c-hid: modify quirks for weida's devices new 2bcdacb70327 HID: sony: Fix memory corruption issue on cleanup. new 98375b86c791 HID: prodikeys: Fix general protection fault during probe new e6d64ce06c28 Merge branch 'for-5.3/upstream-fixes' into for-linus new aec256d0ecd5 HID: apple: Fix stuck function keys when using FN new 53c716412708 Merge branch 'for-5.4/apple' into for-linus new 87fcb6a69e54 HID: do not call hid_set_drvdata(hdev, NULL) in drivers new 7147935a0cf6 Merge branch 'for-5.4/cleanup' into for-linus new 2acf40f0454d HID: Add quirk for HP X500 PIXART OEM mouse new 337c22ab1d4f HID: core: reformat and reduce hid_printk macros new aaeabb121a62 HID: core: Add printk_once variants to hid_warn() etc new 0af10eed9b73 HID: core: fix dmesg flooding if report field larger than 32bit new ad049d525a86 Merge branch 'for-5.4/core' into for-linus new 378b80370aa1 hidraw: Return EPOLLOUT from hidraw_poll new c801aff1a576 hiddev: Return EPOLLOUT from hiddev_poll new 98656d503dd6 Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linus new c1ca58f6982b HID: intel-ish-hid: ipc: set NO_D3 flag only when needed new 2db8edaa88c1 HID: intel-ish-hid: ipc: make ish suspend paths clear new fc19a57dd483 HID: intel-ish-hid: ipc: check the NO_D3 flag to distingui [...] new 979d859d3ff1 Merge branch 'for-5.4/ish' into for-linus new 5b6cc1277a05 HID: logitech-dj: extend consumer usages range new 6f50fa2a6f13 Merge branch 'master' into for-5.4/logitech new 992ff2cc9ec6 HID: logitech-dj: add support of the G700(s) receiver new 5722f3386eb9 hid-logitech-dj: add the new Lightspeed receiver new 08115756515d Merge branch 'for-5.4/logitech' into for-linus new c23e2043d5f7 HID: multitouch: do not filter mice nodes new 69ecd44d68a7 HID: multitouch: add support for the Smart Tech panel new 67fe00d8c39f Merge branch 'for-5.4/multitouch' into for-linus new f7c4f737ced2 HID: sb0540: add support for Creative SB0540 IR receivers new 7af0f839f4ee Merge branch 'for-5.4/sb0540' into for-linus new 073b50bccbbf HID: wacom: Fix several minor compiler warnings new 670e90924bfe HID: wacom: support named keys on older devices new 362c571b92e2 HID: wacom: do not call hid_set_drvdata(hdev, NULL) new bbbe3ac8f943 HID: wacom: add new MobileStudio Pro 13 support new 8ca06d6f2d7b Merge branch 'for-5.4/wacom' into for-linus new 1ad0bc789486 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 4ff96fb52c69 livepatch: Nullify obj->mod in klp_module_coming()'s error path new 9f7582d15f82 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 41 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: MAINTAINERS | 6 + drivers/hid/Kconfig | 9 ++ drivers/hid/Makefile | 1 + drivers/hid/hid-apple.c | 49 +++--- drivers/hid/hid-core.c | 4 +- drivers/hid/hid-cougar.c | 6 +- drivers/hid/hid-creative-sb0540.c | 268 ++++++++++++++++++++++++++++++++ drivers/hid/hid-gfrm.c | 7 - drivers/hid/hid-ids.h | 5 +- drivers/hid/hid-lenovo.c | 2 - drivers/hid/hid-lg.c | 10 +- drivers/hid/hid-lg4ff.c | 1 - drivers/hid/hid-logitech-dj.c | 32 ++-- drivers/hid/hid-multitouch.c | 37 ++++- drivers/hid/hid-picolcd_core.c | 7 +- drivers/hid/hid-prodikeys.c | 12 +- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-sensor-hub.c | 1 - drivers/hid/hid-sony.c | 2 +- drivers/hid/hidraw.c | 4 +- drivers/hid/i2c-hid/i2c-hid-core.c | 4 +- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +- drivers/hid/intel-ish-hid/ipc/pci-ish.c | 95 ++++++----- drivers/hid/usbhid/hiddev.c | 2 +- drivers/hid/wacom_sys.c | 25 ++- drivers/hid/wacom_wac.c | 76 ++++++++- include/linux/hid.h | 43 ++--- kernel/livepatch/core.c | 1 + 29 files changed, 562 insertions(+), 151 deletions(-) create mode 100644 drivers/hid/hid-creative-sb0540.c