| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'upstream' and 'upstream-fixes' into for-linus | Jiri Kosina | 2010-10-23 | 1 | -40/+0 |
|\ \ |
|
| * | | HID: usbhid: remove unused hiddev_driver | Alan Stern | 2010-09-24 | 1 | -40/+0 |
| |/ |
|
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | HID: fix hiddev's use of usb_find_interface | Guillaume Chazarain | 2010-09-14 | 1 | -1/+1 |
|/ |
|
* | HID: hiddev: fix memory corruption due to invalid intfdata | Jiri Kosina | 2010-08-13 | 1 | -2/+3 |
* | HID: hiddev: protect against disconnect/NULL-dereference race | Chris Ball | 2010-08-13 | 1 | -2/+4 |
* | HID: hiddev: use usb_find_interface, get rid of BKL | Arnd Bergmann | 2010-07-13 | 1 | -42/+12 |
* | HID: update BKL comment in hiddev | Jiri Kosina | 2010-03-30 | 1 | -2/+17 |
* | USB: Push BKL on open down into the drivers | Oliver Neukum | 2010-03-02 | 1 | -2/+5 |
* | HID: remove BKL from hiddev_ioctl_usage() | Jiri Kosina | 2009-11-05 | 1 | -5/+0 |
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -2/+2 |
* | HID: support larger reports than 64 bytes in hiddev | Jiri Kosina | 2009-08-20 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-07-22 | 1 | -1/+3 |
|\ |
|
| * | HID: hiddev, fix lock imbalance | Jiri Slaby | 2009-06-22 | 1 | -1/+3 |
* | | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 2009-06-15 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'autosuspend' into for-next | Jiri Kosina | 2009-03-30 | 1 | -2/+15 |
|\ |
|
| * | HID: autosuspend support for USB HID | Oliver Neukum | 2009-03-25 | 1 | -2/+15 |
* | | HID: fix race between usb_register_dev() and hiddev_open() | Oliver Neukum | 2009-03-30 | 1 | -0/+5 |
* | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-26 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 | 1 | -4/+1 |
* | | HID: fix waitqueue usage in hiddev | Johannes Weiner | 2009-03-10 | 1 | -1/+1 |
* | | HID: fix incorrect free in hiddev | Johannes Weiner | 2009-03-10 | 1 | -1/+1 |
|/ |
|
* | HID: fix reversed logic in disconnect testing of hiddev | Oliver Neukum | 2009-01-29 | 1 | -1/+1 |
* | HID: fix hid->hiddev initialization in hiddev_connect() | Jiri Kosina | 2009-01-07 | 1 | -0/+2 |
* | HID: hiddev cleanup -- handle all error conditions properly | Oliver Neukum | 2009-01-04 | 1 | -36/+99 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -2/+0 |
* | HID: fix lock imbalance in hiddev | Jiri Slaby | 2008-10-23 | 1 | -2/+1 |
* | HID: move connect quirks | Jiri Slaby | 2008-10-14 | 1 | -9/+11 |
* | HID: remove unused variable from hiddev compat ioctl | Jiri Kosina | 2008-07-23 | 1 | -1/+0 |
* | HID: fix compile issue in hiddev ioctl | Jiri Kosina | 2008-07-23 | 1 | -1/+1 |
* | HID: Switch hiddev to unlocked_ioctl | Alan Cox | 2008-07-23 | 1 | -2/+9 |
* | HID: fix build failure in hiddev_ioctl with gcc 3.2 | Jean Delvare | 2008-04-22 | 1 | -136/+150 |
* | HID: hiddev - fix compiler warning | Jiri Kosina | 2007-10-31 | 1 | -1/+1 |
* | HID: hiddev: Add 32bit ioctl compatibilty | Philip Langdale | 2007-10-14 | 1 | -0/+12 |
* | HID: make debugging output runtime-configurable | Jiri Kosina | 2007-07-09 | 1 | -1/+1 |
* | USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() | Jiri Kosina | 2007-05-10 | 1 | -0/+14 |
* | USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid | Jiri Kosina | 2007-04-11 | 1 | -0/+847 |