original_kernel/drivers/hid/usbhid
Oliver Neukum 89092ddd7a HID: fix possible deadlock in usbhid_close()
This patch switches usbhid_close() from flush_scheduled_work() to canceling
the outstanding work. This fixes a possible deadlock due to work taking
the mutex usbhid_close() holds. Lockdep reported the problem.

Signed-off-by: Oliver Neukum <oliver@neukum.org>

--
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-04-29 17:25:01 +02:00
..
Kconfig
Makefile
hid-core.c
hid-pidff.c
hid-quirks.c
hiddev.c
usbhid.h
usbkbd.c
usbmouse.c