[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1202071348130.24127@pobox.suse.cz>
Date: Tue, 7 Feb 2012 13:50:36 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT] HID, take #2
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@...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