[GIT] HID for 3.16 merge window

2014-06-04 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - RMI driver for Synaptics touchpads, by Benjamin Tissoires, Andrew Duggan and Jiri Kosina - cleanup of hid-sony driver and improved support for Sixaxis and Dualshock 4, by Frank Pra

[GIT] HID

2014-04-02 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive the following updates for HID layer: - substantial cleanup of the generic and transport layers, in the direction of an ultimate goal of making struct hid_device completely transpor

[GIT] HID

2014-03-17 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - fix for ordering of device removal actions in hidraw, by Fernando Luis Vázquez Cao - fix for uninitialized workqueue usage in hid-sony, by Frank Praznik - signature addition for n

[GIT] HID

2014-02-18 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive: - fixes for several bugs in incorrect allocations of buffers by David Herrmann and Benjamin Tissoires. - support for a few new device IDs by Archana Patni, Benjamin Tissoires, Hu

[GIT] HID for 3.14

2014-01-22 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - quite some work on hid-sony driver in order to have DualShock 4 device properly supported, from Frank Praznik - fixed support for suspending I2C conntected devices, from Mika Wes

[GIT] HID

2013-12-13 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - Genius Gx Imperator Keyboard regression fix (missing break in case), by Ben Hutchings - duplicate sysfs entry error fix for hid-sensor-hub driver, by Srinivas Pandruvada Thanks.

[GIT] HID

2013-11-27 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - fix compat ioctl leak in uhid, by David Herrmann - fix scheduling in atomic context (causing actual lockups in real world) in hid-sony driver, by Sven Eckelmann - revert patch intro

[GIT] HID

2013-11-15 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - i2c-hid is not querying init reports any more, as it's not mandated by the spec, and annoys quite a few devices during enumeration, by Bibek Basu - a lot of fixes for Logitech devi

[GIT] HID

2013-10-21 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - a partial revert of exponent parsing changes to make "Unit" exponent item work properly again, by Nikolai Kondrashov - a few new device IDs additions piggy-backing, by AceLan Kao and

[GIT] HID

2013-10-07 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive = - fix for hidraw reference counting regression, by Manoj Chourasia - fix for minor number allocation for uhid, by David Herrmann - other small unsorted fixes / device ID additions

[GIT] HID for 3.12-rc2

2013-09-17 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive the following: - fixes for CVE-2013-2897, CVE-2013-2895, CVE-2013-2897, CVE-2013-2894, CVE-2013-2893, CVE-2013-2891, CVE-2013-2890, CVE-2013-2889. All the bugs are triggerable only by

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread David Herrmann
Hi Linus On Sat, Sep 7, 2013 at 6:52 PM, Linus Torvalds wrote: > On Sat, Sep 7, 2013 at 12:31 AM, David Herrmann wrote: >> >> The bug only occurs for multi-touch devices (their ABS_* bits are >>>0x1f), that's why I didn't see it happening during my tests.. > > It definitely affects keyboards too

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread Dmitry Torokhov
David Herrmann wrote: >Hi > >On Sat, Sep 7, 2013 at 11:20 AM, Benjamin Tissoires > wrote: >> >> >> On 07/09/13 10:57, David Herrmann wrote: >>> Hi >>> >>> On Sat, Sep 7, 2013 at 10:24 AM, Benjamin Tissoires I'm not particularly in favor of adding semantic between ABS_MISC >and ABS_MT_SLO

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread Linus Torvalds
On Sat, Sep 7, 2013 at 12:31 AM, David Herrmann wrote: > > The bug only occurs for multi-touch devices (their ABS_* bits are >>0x1f), that's why I didn't see it happening during my tests.. It definitely affects keyboards too. That's how I noticed it. That is with the logitech "universal" receiver

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread David Herrmann
Hi On Sat, Sep 7, 2013 at 11:20 AM, Benjamin Tissoires wrote: > > > On 07/09/13 10:57, David Herrmann wrote: >> Hi >> >> On Sat, Sep 7, 2013 at 10:24 AM, Benjamin Tissoires >>> I'm not particularly in favor of adding semantic between ABS_MISC and >>> ABS_MT_SLOT. We already did that once with the

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread David Herrmann
Hi On Sat, Sep 7, 2013 at 10:24 AM, Benjamin Tissoires wrote: > On Sat, Sep 7, 2013 at 9:31 AM, David Herrmann wrote: >> Hi >> >> On Sat, Sep 7, 2013 at 5:22 AM, Dmitry Torokhov >> wrote: >>> On Fri, Sep 06, 2013 at 06:00:29PM -0700, Linus Torvalds wrote: On Fri, Sep 6, 2013 at 5:58 PM, Dm

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread Benjamin Tissoires
On Sat, Sep 7, 2013 at 9:31 AM, David Herrmann wrote: > Hi > > On Sat, Sep 7, 2013 at 5:22 AM, Dmitry Torokhov > wrote: >> On Fri, Sep 06, 2013 at 06:00:29PM -0700, Linus Torvalds wrote: >>> On Fri, Sep 6, 2013 at 5:58 PM, Dmitry Torokhov >>> wrote: >>> > >>> > The patch still had problems so I'

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread David Herrmann
Hi On Sat, Sep 7, 2013 at 5:22 AM, Dmitry Torokhov wrote: > On Fri, Sep 06, 2013 at 06:00:29PM -0700, Linus Torvalds wrote: >> On Fri, Sep 6, 2013 at 5:58 PM, Dmitry Torokhov >> wrote: >> > >> > The patch still had problems so I'd revert it and wii bits and try again >> > later. >> >> Ok. Mind

Re: [GIT] HID for 3.12 merge window

2013-09-07 Thread David Herrmann
And this time also attached... On Sat, Sep 7, 2013 at 9:31 AM, David Herrmann wrote: > Hi > > On Sat, Sep 7, 2013 at 5:22 AM, Dmitry Torokhov > wrote: >> On Fri, Sep 06, 2013 at 06:00:29PM -0700, Linus Torvalds wrote: >>> On Fri, Sep 6, 2013 at 5:58 PM, Dmitry Torokhov >>> wrote: >>> > >>> > Th

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Dmitry Torokhov
On Fri, Sep 06, 2013 at 06:00:29PM -0700, Linus Torvalds wrote: > On Fri, Sep 6, 2013 at 5:58 PM, Dmitry Torokhov > wrote: > > > > The patch still had problems so I'd revert it and wii bits and try again > > later. > > Ok. Mind giving me a list of commits, so that I don't have to do a > trial-an

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Linus Torvalds
On Fri, Sep 6, 2013 at 5:58 PM, Dmitry Torokhov wrote: > > The patch still had problems so I'd revert it and wii bits and try again > later. Ok. Mind giving me a list of commits, so that I don't have to do a trial-and-error thing? I know the primary commit that causes problems, but there are com

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Dmitry Torokhov
Linus Torvalds wrote: >On Fri, Sep 6, 2013 at 2:50 PM, David Herrmann >wrote: >> Hi >> >> On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf >>> >>> commit 61e00655e9cb82e034eb72b95a51072e718d14a7 >>> Author: David Herrmann >>> Date: Mon Aug 26 19:14:46 2013 +0200 >>> >>> Input: intr

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Linus Torvalds
On Fri, Sep 6, 2013 at 2:50 PM, David Herrmann wrote: > Hi > > On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf >> >> commit 61e00655e9cb82e034eb72b95a51072e718d14a7 >> Author: David Herrmann >> Date: Mon Aug 26 19:14:46 2013 +0200 >> >> Input: introduce BTN/ABS bits for drums and g

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Dmitry Torokhov
On Sat, Sep 07, 2013 at 12:51:27AM +0200, David Herrmann wrote: > Hi > > On Fri, Sep 6, 2013 at 11:59 PM, Markus Trippelsdorf > wrote: > > On 2013.09.06 at 23:50 +0200, David Herrmann wrote: > >> Hi > >> > >> On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf > >> wrote: > >> > On 2013.09.06 a

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread David Herrmann
Hi On Fri, Sep 6, 2013 at 11:59 PM, Markus Trippelsdorf wrote: > On 2013.09.06 at 23:50 +0200, David Herrmann wrote: >> Hi >> >> On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf >> wrote: >> > On 2013.09.06 at 14:00 +0200, Jiri Kosina wrote: >> >> >> >> David Herrmann (12): >> > ... >> >>

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Markus Trippelsdorf
On 2013.09.06 at 23:50 +0200, David Herrmann wrote: > Hi > > On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf > wrote: > > On 2013.09.06 at 14:00 +0200, Jiri Kosina wrote: > >> > >> David Herrmann (12): > > ... > >> HID: wiimote: add support for Guitar-Hero drums > > > > commit 61e0065

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread David Herrmann
Hi On Fri, Sep 6, 2013 at 10:20 PM, Markus Trippelsdorf wrote: > On 2013.09.06 at 14:00 +0200, Jiri Kosina wrote: >> >> David Herrmann (12): > ... >> HID: wiimote: add support for Guitar-Hero drums > > commit 61e00655e9cb82e034eb72b95a51072e718d14a7 > Author: David Herrmann > Date: Mo

Re: [GIT] HID for 3.12 merge window

2013-09-06 Thread Markus Trippelsdorf
On 2013.09.06 at 14:00 +0200, Jiri Kosina wrote: > > David Herrmann (12): ... > HID: wiimote: add support for Guitar-Hero drums commit 61e00655e9cb82e034eb72b95a51072e718d14a7 Author: David Herrmann Date: Mon Aug 26 19:14:46 2013 +0200 Input: introduce BTN/ABS bits for drums and

[GIT] HID for 3.12 merge window

2013-09-06 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive HID updates for 3.12 merge window. Highlights: - conversion of HID subsystem to use devm-based resource management, from Benjamin Tissoires - i2c-hid support for DT bindings, from Benj

[GIT] HID

2013-08-09 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive: - revert of a patch which breaks enumeration workaround in hid-logitech-dj Jiri Kosina (1): Revert "HID: hid-logitech-dj: querying_devices was never set" drivers/hid/hid-logite

[GIT] HID

2013-07-31 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - fix for hid-sony PS3 sixaxxis breakage from Benjamin Tissories - fix for hidraw race condition from Yonghua Zheng - fix/bandaid for rare device enumeration problems of Logitech Unifyin

[GIT] HID

2013-07-04 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - HID battery handling cleanup by David Herrmann - ELO 4000/4500 driver, which has been finally ported to be proper HID driver by Jiri Slaby - ps3remote driver functionality is now prov

[GIT] HID

2013-06-12 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - memory leak regression fix from Benjamin Tissoires. Thanks. Benjamin Tissoires (1): HID: multitouch: prevent memleak with the allocated name drivers/hid/hid-multitouch.c |

Re: [GIT] HID

2013-05-15 Thread Ingo Molnar
* Jiri Kosina wrote: > On Tue, 14 May 2013, Ingo Molnar wrote: > > > > > FYI, there's a new HID related lockdep and RCU splat upstream, probably > > > > relatd to the debugfs locking fixes: > > > > > > > > [ 79.088631] == > > > > [ 79.08

Re: [GIT] HID

2013-05-14 Thread Jiri Kosina
On Tue, 14 May 2013, Ingo Molnar wrote: > > > FYI, there's a new HID related lockdep and RCU splat upstream, probably > > > relatd to the debugfs locking fixes: > > > > > > [ 79.088631] == > > > [ 79.088631] [ INFO: HARDIRQ-safe -> HARDIRQ-

Re: [GIT] HID

2013-05-14 Thread Ingo Molnar
* Jiri Kosina wrote: > > FYI, there's a new HID related lockdep and RCU splat upstream, probably > > relatd to the debugfs locking fixes: > > > > [ 79.088631] == > > [ 79.088631] [ INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected

[GIT] HID

2013-05-10 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - fix usage of sleeping lock in atomic context from Jiri Kosina - build fix for hid-steelseries under certain .config setups by Simon Wood - simple mismerge fix from Fernando Luis Vázqu

Re: [GIT] HID

2013-05-10 Thread Ingo Molnar
* Jiri Kosina wrote: > On Fri, 10 May 2013, Ingo Molnar wrote: > > > hi Jiri, > > > > * Jiri Kosina wrote: > > > > > Linus, > > > > > > please pull from > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus > > > > > > to receive HID subsystem updates for 3.1

Re: [GIT] HID

2013-05-10 Thread Jiri Kosina
On Fri, 10 May 2013, Ingo Molnar wrote: > hi Jiri, > > * Jiri Kosina wrote: > > > Linus, > > > > please pull from > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus > > > > to receive HID subsystem updates for 3.10. Highlights: > > > > > > - hid driver transpor

Re: [GIT] HID

2013-05-10 Thread Ingo Molnar
hi Jiri, * Jiri Kosina wrote: > Linus, > > please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus > > to receive HID subsystem updates for 3.10. Highlights: > > > - hid driver transport cleanup, finalizing the long-desired decoupling of > core from

[GIT] HID

2013-04-30 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive HID subsystem updates for 3.10. Highlights: - hid driver transport cleanup, finalizing the long-desired decoupling of core from transport layers, by Benjamin Tissoires and Henrik Rydbe

[GIT] HID

2013-04-04 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive - Workaround for device ID conflict between Masterkit MA901 usb radio device and Atmel V-USB devices, to avoid regressions from older kernels, by Alexey Klimov - fix for possible ra

[GIT] HID

2013-03-27 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive the following: - fix for potential 3.9 regression in handling of buttons for touchpads following HID mt specification; potential because reportedly there is no retail product on the

[GIT] HID

2013-03-08 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-3.9/upstream-fixes to receive Bugfix for a long-standing bug in logitech-dj driver causing all sorts of random initialization problems, finally debugged by Benjamin Tissoires with help of Bob Bowles.

[GIT] HID

2013-02-21 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive HID subsystem and drivers update. Highlights: - new support of a group of Win7/Win8 multitouch devices, from Benjamin Tissoires - fix for compat interface brokenness in uhid, from Dmitr

[GIT] HID

2013-01-31 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-3.8/upstream-fixes to receive updates that should still go into 3.8. - fix i2c-hid and hidraw interaction, by Benjamin Tissoires - a quirk to make a particular device (Formosa IR receiver) work properly,

[GIT] HID

2012-12-12 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive updates for HID subsystem. 1) Support for HID over I2C bus has been added by Benjamin Tissoires. ACPI device discovery is still in the works. 2) Support for Win8 Multitiouch protocol i

[GIT] HID

2012-11-16 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus It contains build fix for architectures where memcmp() is macro, from Jiri Slaby. Jiri Slaby (1): HID: microsoft: do not use compound literal - fix build drivers/hid/hid-microsoft.c |6

[GIT] HID

2012-11-08 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus It reverts a patch that causes regression in binding between HID devices and drivers during device unplug/replug cycle. Thanks. Jiri Kosina (1): HID: hidraw: put old deallocation mechanism in

[GIT] HID

2012-10-31 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive HID updates for -rc. It contains fixes for two devices by Jiri Slaby and Xianhan Yu, new device IDs for MacBook Pro 10,2 from Dirk Hohndel and generic multitouch code fix from Alan Cox.

[GIT] HID

2012-10-01 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive updates for HID layer. 1) Patchset from Henrik Rydberg which substantially reduces irqsoff latency for all input devices. In addition to that, Henrik reworked multitouch handling

[GIT] HID

2012-09-22 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes to receive HID fixes that should still go into 3.6. Thanks. The most important fix is Logitech Unifying receiver regression in device enumeration fix from Nestor Lopez Casado. In addition to t

[GIT] HID

2012-09-07 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes to receive the -rc updates for HID code below. It contains a fix for Eaton Ellipse MAX UPS from Alan Stern, performance improvement (not processing debug data if noone is interested), by Henrik

[GIT] HID

2012-08-23 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes to receive fix for one particular device not being properly claimed by hid-multitouch driver. Thanks. Simon Farnsworth (1): HID: Remove QUANTA from special drivers list drivers/hid/hid

[GIT] HID

2012-07-24 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive 3.6 merge window updates for HID layer. The list of changes worth pointing out explicitly: - We are getting 'UHID', which is a new framework for implementing HID transport drivers in u

[GIT] HID

2012-07-19 Thread Jiri Kosina
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes to receive a final round of changes for HID for 3.5. It's just device ID additions. Thanks. Benjamin Tissoires (1): HID: hid-multitouch: add support for Zytronic panels Daniel Nicoletti