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
| ||
|
Message-ID: <Pine.LNX.4.64.0710141557310.20620@jikos.suse.cz> Date: Sun, 14 Oct 2007 16:00:10 +0200 (CEST) From: Jiri Kosina <jkosina@...e.cz> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-kernel@...r.kernel.org Subject: [GIT PATCH] HID updates for 2.6.24 Linus, could you please pull from 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive updates for HID code for 2.6.24. drivers/hid/Kconfig | 19 ++ drivers/hid/Makefile | 2 + drivers/hid/hid-core.c | 16 ++ drivers/hid/hid-debug.c | 40 ++-- drivers/hid/hid-input.c | 92 ++++++++- drivers/hid/hidraw.c | 401 +++++++++++++++++++++++++++++++++++++++ drivers/hid/usbhid/Kconfig | 11 +- drivers/hid/usbhid/hid-core.c | 54 +++++- drivers/hid/usbhid/hid-ff.c | 5 +- drivers/hid/usbhid/hid-plff.c | 24 ++- drivers/hid/usbhid/hid-quirks.c | 33 ++++ drivers/hid/usbhid/hid-tmff.c | 161 ++++++++++++---- drivers/hid/usbhid/hiddev.c | 12 ++ include/linux/hid.h | 7 + include/linux/hidraw.h | 86 +++++++++ include/linux/input.h | 2 + 16 files changed, 877 insertions(+), 88 deletions(-) Alfred E. Heggestad (1): USBHID: add CM109 device to blacklist Anssi Hannula (1): HID: use hid-plff driver for GreenAsia 0e8f:0003 devices Dmitry Torokhov (1): HID: add support for Thrustmaster FGT Force Feedback wheel Ilya Frolov (1): HID: Add GeneralTouch touchscreen to the blacklist Jiri Kosina (8): USB HID: provide hook for hidraw write() HID: add hidraw interface Input: add KEY_SPELLCHECK HID: add support for Microsoft Natural Ergonomic Keyboard 4000 HID: fix whitespace damage HID: ignore all non-LED usages in output fields in hid-input HID: Report usage codes of keys as EV_MSC scancode events HID: fix input mapping for Microsoft Ergonomic Keyboard Joe Perches (1): HID: trivial fixes in hid-debug Khelben Blackstaff (2): Input: add KEY_LOGOFF HID: add support for Microsoft Wireless Laser Keyboard 6000 Mariusz Kozlowski (1): HID: hidraw_connect() memleak fix Mike Crowe (1): USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display Oliver Neukum (1): HID: minimal autosuspend support for USB HID devices Philip Langdale (1): HID: hiddev: Add 32bit ioctl compatibilty Stelian Pop (1): HID: enable hiddev for the SantaRosa MacBookPro IR receiver Tomoya Adachi (1): USBHID: report descriptor fix for MacBook JIS keyboard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists