Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() | Jiri Kosina | 2007-05-10 | 1 | -0/+14 |
| | | | | | | | | 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> | ||||
* | USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid | Jiri Kosina | 2007-04-11 | 1 | -0/+847 |
Separate usbhid code into dedicated drivers/hid/usbhid directory as discussed previously with Greg, so that it eases maintaineance process. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |