From: Jiri Kosina <jikos@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>, linux-kernel@vger.kernel.org Subject: [GIT PULL] HID for 5.8 Date: Wed, 3 Jun 2020 22:31:00 +0200 (CEST) Message-ID: <nycvar.YFH.7.76.2006032225550.13242@cbobk.fhfr.pm> (raw) Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus to receive HID subsystem updates for 5.8. Highlights: ===== - hid-mcp2221 GPIO support, from Rishi Gupta - MT_CLS_WIN_8_DUAL obsolete quirk removal from hid-multitouch, from Kai-Heng Feng - a bunch of new hardware support to hid-asus driver, from Hans de Goede - other assorted small fixes, cleanups and device-specific quirks ===== Thanks. ---------------------------------------------------------------- Arnd Bergmann (1): HID: intel-ish-hid: avoid bogus uninitialized-variable warning Benjamin Tissoires (1): HID: multitouch: enable multi-input as a quirk for some devices Christophe JAILLET (1): HID: fix typo in Kconfig Cristian Klein (1): HID: Add quirks for Trust Panora Graphic Tablet Filipe Laíns (1): HID: logitech: drop outdated references to unifying receivers Hans de Goede (7): HID: asus: Only set EV_REP if we are adding a mapping HID: asus: Simplify skipping of mappings for Asus T100CHI keyboard-dock HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) check HID: asus: Add report_size to struct asus_touchpad_info HID: asus: Add support for multi-touch touchpad on Medion Akoya E1239T HID: asus: Fix mute and touchpad-toggle keys on Medion Akoya E1239T HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option Julian Sax (1): HID: i2c-hid: add Schneider SCL142ALM to descriptor override Kai-Heng Feng (1): HID: multitouch: Remove MT_CLS_WIN_8_DUAL Rishi Gupta (1): HID: mcp2221: add GPIO functionality support Scott Shumate (1): HID: sony: Fix for broken buttons on DS3 USB dongles free5lot (1): HID: apple: Swap the Fn and Left Control keys on Apple keyboards drivers/hid/Kconfig | 11 +- drivers/hid/hid-apple.c | 30 ++++- drivers/hid/hid-asus.c | 122 ++++++++++++++++---- drivers/hid/hid-ids.h | 12 +- drivers/hid/hid-logitech-dj.c | 4 +- drivers/hid/hid-logitech-hidpp.c | 2 +- drivers/hid/hid-mcp2221.c | 169 ++++++++++++++++++++++++++++ drivers/hid/hid-multitouch.c | 60 ++++------ drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-sony.c | 17 +++ drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 ++ drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 + 12 files changed, 364 insertions(+), 74 deletions(-) -- Jiri Kosina SUSE Labs
next reply index Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-03 20:31 Jiri Kosina [this message] 2020-06-04 18:25 ` pr-tracker-bot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=nycvar.YFH.7.76.2006032225550.13242@cbobk.fhfr.pm \ --to=jikos@kernel.org \ --cc=benjamin.tissoires@redhat.com \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
LKML Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/lkml/0 lkml/git/0.git git clone --mirror https://lore.kernel.org/lkml/1 lkml/git/1.git git clone --mirror https://lore.kernel.org/lkml/2 lkml/git/2.git git clone --mirror https://lore.kernel.org/lkml/3 lkml/git/3.git git clone --mirror https://lore.kernel.org/lkml/4 lkml/git/4.git git clone --mirror https://lore.kernel.org/lkml/5 lkml/git/5.git git clone --mirror https://lore.kernel.org/lkml/6 lkml/git/6.git git clone --mirror https://lore.kernel.org/lkml/7 lkml/git/7.git git clone --mirror https://lore.kernel.org/lkml/8 lkml/git/8.git git clone --mirror https://lore.kernel.org/lkml/9 lkml/git/9.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 lkml lkml/ https://lore.kernel.org/lkml \ linux-kernel@vger.kernel.org public-inbox-index lkml Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git