Messages in this thread |  | | | Date | Tue, 7 Feb 2012 13:50:36 +0100 (CET) | | From | Jiri Kosina <> | | 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
|  |