[GIT] HID, take #2

From: Jiri Kosina
Date: Tue Feb 07 2012 - 07:50:36 EST


On Mon, 6 Feb 2012, Jiri Kosina wrote:

> please pull from
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes
>
> to receive fixes for -rc3.

Linus,

seeing that you haven't pulled yet, I am updating the pull request with
one more commit; identical fix that was needed for wacom driver is
necessary for wiimote as well.

Thanks in advance.



Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git upstream-fixes

to receive fixes for -rc3.

- fix for crashing wacom and wiimote driver due to incorrect ordering of
power_supply_* calls; I had to merge your tree into upstream-fixes
branch first, in order to have the buggy code that went in through
Anton's tree
- deadlock / race fix in generic USB HID code between open() and
disconnect() (caught by lockdep, not usually triggered in the wild)
- fix for hyperv driver to handle disconnection of corresponding input
device properly

Jiri Kosina (1):
HID: wiimote: fix invalid power_supply_powers call

K. Y. Srinivasan (1):
HID: hyperv: Properly disconnect the input device

Ming Lei (1):
HID: usbhid: fix dead lock between open and disconect

Przemo Firszt (1):
HID: wacom: Fix invalid power_supply_powers calls

drivers/hid/hid-hyperv.c | 1 +
drivers/hid/hid-wacom.c | 7 ++++---
drivers/hid/hid-wiimote-core.c | 4 ++--
drivers/hid/usbhid/hiddev.c | 4 ++--
4 files changed, 9 insertions(+), 7 deletions(-)

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/