lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 9 Dec 2021 11:15:17 +0100 (CET)
From:   Jiri Kosina <jikos@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
cc:     Benjamin Tissoires <benjamin.tissoires@...hat.com>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] HID fixes

Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus

to receive fixes for HID subsystem.

=====
- fixes for various drivers which assume that a HID device is on USB
  transport, but that might not necessarily be the case, as the device
  can be faked by uhid. (Greg, Benjamin Tissoires)
- fix for spurious wakeups on certain Lenovo notebooks (Thomas 
  Weißschuh)
- a few other device-specific quirks
=====

Thanks.

----------------------------------------------------------------
Benjamin Tissoires (2):
      HID: sony: fix error path in probe
      HID: bigbenff: prevent null pointer dereference

Greg Kroah-Hartman (6):
      HID: add hid_is_usb() function to make it simpler for USB detection
      HID: wacom: fix problems when device is not a valid USB device
      HID: check for valid USB device for many HID drivers
      HID: add USB_HID dependancy on some USB HID drivers
      HID: add USB_HID dependancy to hid-chicony
      HID: add USB_HID dependancy to hid-prodikeys

Hans de Goede (2):
      HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
      HID: Ignore battery for Elan touchscreen on Asus UX550VE

Thomas Weißschuh (1):
      HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested

xiazhengqiao (1):
      HID: google: add eel USB id

 drivers/hid/Kconfig                     | 10 +++++-----
 drivers/hid/hid-asus.c                  |  6 ++----
 drivers/hid/hid-bigbenff.c              |  2 +-
 drivers/hid/hid-chicony.c               |  3 +++
 drivers/hid/hid-corsair.c               |  7 ++++++-
 drivers/hid/hid-elan.c                  |  2 +-
 drivers/hid/hid-elo.c                   |  3 +++
 drivers/hid/hid-ft260.c                 |  3 +++
 drivers/hid/hid-google-hammer.c         |  2 ++
 drivers/hid/hid-holtek-kbd.c            |  9 +++++++--
 drivers/hid/hid-holtek-mouse.c          |  9 +++++++++
 drivers/hid/hid-ids.h                   |  3 +++
 drivers/hid/hid-input.c                 |  2 ++
 drivers/hid/hid-lg.c                    | 10 ++++++++--
 drivers/hid/hid-logitech-dj.c           |  2 +-
 drivers/hid/hid-prodikeys.c             | 10 ++++++++--
 drivers/hid/hid-quirks.c                |  1 +
 drivers/hid/hid-roccat-arvo.c           |  3 +++
 drivers/hid/hid-roccat-isku.c           |  3 +++
 drivers/hid/hid-roccat-kone.c           |  3 +++
 drivers/hid/hid-roccat-koneplus.c       |  3 +++
 drivers/hid/hid-roccat-konepure.c       |  3 +++
 drivers/hid/hid-roccat-kovaplus.c       |  3 +++
 drivers/hid/hid-roccat-lua.c            |  3 +++
 drivers/hid/hid-roccat-pyra.c           |  3 +++
 drivers/hid/hid-roccat-ryos.c           |  3 +++
 drivers/hid/hid-roccat-savu.c           |  3 +++
 drivers/hid/hid-samsung.c               |  3 +++
 drivers/hid/hid-sony.c                  | 24 ++++++++++++++++++------
 drivers/hid/hid-thrustmaster.c          |  3 +++
 drivers/hid/hid-u2fzero.c               |  2 +-
 drivers/hid/hid-uclogic-core.c          |  3 +++
 drivers/hid/hid-uclogic-params.c        |  3 +--
 drivers/hid/intel-ish-hid/ipc/pci-ish.c |  6 ++++--
 drivers/hid/wacom_sys.c                 | 19 +++++++++++++------
 include/linux/hid.h                     |  5 +++++
 36 files changed, 146 insertions(+), 36 deletions(-)

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ