| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-fixes' into for-next | Jiri Kosina | 2009-01-04 | 5 | -2/+10 |
|\ |
|
| * | HID: fix error condition propagation in hid-sony driver | Jiri Kosina | 2009-01-04 | 1 | -1/+1 |
| * | HID: fix reference count leak hidraw | Oliver Neukum | 2009-01-04 | 1 | -1/+1 |
| * | HID: add proper support for pensketch 12x9 tablet | Matt Helsley | 2009-01-04 | 2 | -0/+4 |
| * | HID: don't allow DealExtreme usb-radio be handled by usb hid driver | Alexey Klimov | 2009-01-04 | 2 | -0/+4 |
* | | HID: fix default Kconfig setting for TopSpeed driver | Jiri Kosina | 2009-01-04 | 1 | -1/+1 |
* | | HID: driver for TopSeed Cyberlink quirky remote | Lev Babiev | 2009-01-04 | 5 | -0/+89 |
* | | HID: make boot protocol drivers depend on EMBEDDED | Parag Warudkar | 2009-01-04 | 1 | -1/+1 |
* | | HID: hiddev cleanup -- handle all error conditions properly | Oliver Neukum | 2009-01-04 | 1 | -36/+99 |
* | | HID: force feedback driver for GreenAsia 0x12 PID | Lukasz Lubojanski | 2009-01-04 | 5 | -0/+199 |
* | | HID: switch specialized drivers from "default y" to !EMBEDDED | David Brownell | 2009-01-04 | 1 | -17/+17 |
* | | HID: set proper dev.parent in hidraw | Jiri Kosina | 2009-01-04 | 1 | -1/+1 |
* | | HID: add dynids facility | Jiri Slaby | 2009-01-04 | 1 | -3/+98 |
* | | HID: use GFP_KERNEL in hid_alloc_buffers | Jiri Slaby | 2009-01-04 | 1 | -7/+10 |
* | | HID: usbhid, use usb_endpoint_xfer_int | Jiri Slaby | 2009-01-04 | 1 | -1/+1 |
* | | HID: move usbhid flags to usbhid.h | Jiri Slaby | 2009-01-04 | 1 | -0/+10 |
* | | HID: add n-trig digitizer support | Rafi Rubin | 2009-01-04 | 6 | -0/+97 |
* | | HID: add phys and name ioctls to hidraw | Jiri Kosina | 2009-01-04 | 1 | -0/+28 |
* | | HID: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-04 | 1 | -3/+4 |
* | | HID: automatically call usbhid_set_leds in usbhid driver | Alan Stern | 2009-01-04 | 8 | -187/+9 |
* | | HID: non-input reports can also be numbered | Jiri Kosina | 2009-01-04 | 1 | -4/+2 |
* | | HID: ignore mouse interface for unibody macbooks | Jiri Kosina | 2009-01-04 | 1 | -0/+3 |
|/ |
|
* | HID: Apple ALU wireless keyboards are bluetooth devices | Jan Scholz | 2008-11-28 | 2 | -6/+6 |
* | HID: remove setup mutex, fix possible deadlock | Jiri Slaby | 2008-11-23 | 2 | -17/+2 |
* | HID: add USB ID for another dual gameron adapter | Jiri Kosina | 2008-11-20 | 3 | -0/+4 |
* | HID: unignore mouse on unibody macbooks | Jiri Kosina | 2008-11-20 | 1 | -3/+0 |
* | HID: fix blacklist entries for greenasia/pantherlord | Jiri Kosina | 2008-11-17 | 1 | -2/+2 |
* | HID: don't grab devices with no input | Jiri Slaby | 2008-11-14 | 1 | -6/+11 |
* | HID: fix radio-mr800 hidquirks | Alexey Klimov | 2008-11-13 | 1 | -1/+1 |
* | HID: fix kworld fm700 radio hidquirks | Alexey Klimov | 2008-11-13 | 1 | -1/+1 |
* | HID: fix start/stop cycle in usbhid driver | Jiri Slaby | 2008-11-13 | 1 | -0/+8 |
* | HID: use single threaded work queue for hid_compat | Andi Kleen | 2008-11-13 | 1 | -1/+1 |
* | HID: map macbook keys for "Expose" and "Dashboard" | Henrik Rydberg | 2008-11-13 | 1 | -2/+3 |
* | HID: support for new unibody macbooks | Henrik Rydberg | 2008-11-13 | 3 | -0/+15 |
* | HID: fix locking in hidraw_open() | Oliver Neukum | 2008-11-13 | 1 | -14/+16 |
* | V4L/DVB (9337a): HID: Don't allow KWorld radio fm700 be handled by usb hid dr... | Alexey Klimov | 2008-11-11 | 2 | -0/+4 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -2/+0 |
* | HID: add quirk entry for no-name keyboard (0x13ba/0x0017) | Alan Stern | 2008-10-30 | 3 | -0/+5 |
* | HID: sync on deleted io_retry timer in usbhid driver | Jiri Slaby | 2008-10-27 | 1 | -1/+1 |
* | HID: fix oops during suspend of unbound HID devices | Jiri Slaby | 2008-10-27 | 2 | -17/+43 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2008-10-26 | 10 | -57/+118 |
|\ |
|
| * | HID: Add support for Sony Vaio VGX-TP1E | Jiri Kosina | 2008-10-23 | 3 | -1/+45 |
| * | HID: fix lock imbalance in hiddev | Jiri Slaby | 2008-10-23 | 1 | -2/+1 |
| * | HID: fix lock imbalance in hidraw | Jiri Slaby | 2008-10-23 | 1 | -0/+1 |
| * | HID: fix hidbus/appletouch device binding regression | Jiri Slaby | 2008-10-22 | 2 | -41/+60 |
| * | HID: add hid_type to general hid struct | Jiri Slaby | 2008-10-22 | 1 | -0/+3 |
| * | HID: quirk for OLED devices present in ASUS G50/G70/G71 | Jiri Kosina | 2008-10-20 | 2 | -0/+2 |
| * | HID: Remove "default m" for Thrustmaster and Zeroplus | Andi Kleen | 2008-10-19 | 1 | -2/+0 |
| * | HID: fix hidraw_exit section mismatch | Jiri Slaby | 2008-10-17 | 1 | -1/+1 |
| * | HID: add support for another Gyration remote control | Jiri Kosina | 2008-10-17 | 3 | -1/+5 |