linux/drivers/hid/usbhid
Jiri Kosina cdcb44e87b USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()
There is a small race window in which hiddev_release() could corrupt the
list that is being processed for new event in hiddev_send_event().
Synchronize the operations over this list.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2007-05-10 08:45:56 +02:00
..
Kconfig USB HID: update CONFIG_USB_HIDINPUT_POWERBOOK description 2007-05-09 02:52:51 +02:00
Makefile
hid-core.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
hid-ff.c
hid-lgff.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
hid-pidff.c
hid-plff.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
hid-quirks.c USB HID: Logitech wheel 0x046d/0xc294 needs HID_QUIRK_NOGET quirk 2007-05-09 02:52:51 +02:00
hid-tmff.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
hid-zpff.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
hiddev.c USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() 2007-05-10 08:45:56 +02:00
usbhid.h
usbkbd.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00
usbmouse.c HID: switch to using input_dev->dev.parent 2007-05-09 10:17:31 +02:00