| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| *-. | Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat... | Jiri Kosina | 2011-03-17 | 1 | -16/+181 |
| |\ \ |
|
| | | * | HID: bt hidp: send Output reports using SET_REPORT on the Control channel | Antonio Ospite | 2011-02-22 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE | Alan Ott | 2011-02-11 | 1 | -4/+109 |
| | * | HID: bt: Wait for ACK on Sent Reports | Alan Ott | 2011-02-11 | 1 | -3/+51 |
| | * | HID: bt: Move hid_add_device() call to after hidp_session() has started. | Alan Ott | 2011-02-11 | 1 | -8/+20 |
| |/ |
|
* | | Bluetooth: remove l2cap_load() hack | Gustavo F. Padovan | 2011-02-15 | 1 | -2/+0 |
* | | Bluetooth: Do not use assignments in IF conditions | Andrei Emeltchenko | 2011-02-08 | 1 | -3/+6 |
|/ |
|
* | Bluetooth: hidp: fix information leak to userland | Vasiliy Kulikov | 2010-12-01 | 1 | -1/+1 |
* | Bluetooth: make batostr() print in the right order | Gustavo F. Padovan | 2010-10-12 | 1 | -6/+2 |
* | net: sk_sleep() helper | Eric Dumazet | 2010-04-20 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-02-25 | 1 | -3/+14 |
|\ |
|
| * | HID: make raw reports possible for both feature and output reports | Jiri Kosina | 2010-02-03 | 1 | -3/+14 |
* | | Bluetooth: Keep a copy of each HID device's report descriptor | Michael Poole | 2010-02-05 | 1 | -25/+24 |
|/ |
|
* | Bluetooth: Use the control channel for raw HID reports | Bastien Nocera | 2010-01-30 | 1 | -34/+36 |
* | Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() | Roel Kluin | 2009-12-17 | 1 | -1/+1 |
* | Bluetooth: Implement raw output support for HIDP layer | Jiri Kosina | 2009-12-03 | 1 | -0/+9 |
* | HID: consolidate connect and disconnect into core code | Jiri Kosina | 2009-09-17 | 1 | -7/+0 |
* | Bluetooth: Let HIDP grab the device reference for connections | Marcel Holtmann | 2009-08-22 | 1 | -21/+41 |
* | Bluetooth: Disconnect HIDRAW devices on disconnect | Marcel Holtmann | 2009-08-22 | 1 | -0/+3 |
* | Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received | Vikram Kandukuri | 2009-08-22 | 1 | -0/+1 |
* | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 2008-11-30 | 1 | -5/+0 |
* | HID: move connect quirks | Jiri Slaby | 2008-10-14 | 1 | -3/+0 |
* | HID: move apple quirks | Jiri Slaby | 2008-10-14 | 1 | -22/+0 |
* | HID: move ignore quirks | Jiri Slaby | 2008-10-14 | 1 | -1/+1 |
* | HID: hid, make parsing event driven | Jiri Slaby | 2008-10-14 | 1 | -82/+109 |
* | HID: make a bus from hid code | Jiri Slaby | 2008-10-14 | 1 | -9/+55 |
* | [Bluetooth] Signal user-space for HIDP and BNEP socket errors | Marcel Holtmann | 2008-07-14 | 1 | -0/+10 |
* | bluetooth: uninlining | Andrew Morton | 2008-02-05 | 1 | -11/+19 |
* | bluetooth: hidp_process_hid_control remove unnecessary parameter dealing | Dave Young | 2008-02-05 | 1 | -18/+1 |
* | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 2008-01-28 | 1 | -4/+1 |
* | [Bluetooth] Fix wrong argument in debug code of HIDP | Dave Young | 2007-10-22 | 1 | -1/+1 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 1 | -5/+7 |
* | [BLUETOOTH]: Make hidp_setup_input() return int | WANG Cong | 2007-10-10 | 1 | -4/+7 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -1/+1 |
* | Fix use-after-free oops in Bluetooth HID. | David Woodhouse | 2007-07-07 | 1 | -9/+9 |
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-05-11 | 1 | -3/+1 |
|\ |
|
| * | Bluetooth HID: HIDP - don't initialize force feedback | Jiri Kosina | 2007-05-09 | 1 | -3/+1 |
* | | [Bluetooth] Switch to using input_dev->dev.parent | Marcel Holtmann | 2007-05-10 | 1 | -5/+5 |
|/ |
|
* | [PATCH] bluetooth hid quirks: mightymouse quirk | Jiri Kosina | 2007-03-29 | 1 | -0/+23 |
* | [NET]: fix up misplaced inlines. | Dave Jones | 2007-03-22 | 1 | -1/+1 |
* | [Bluetooth] Add open and close callbacks for HID device | Marcel Holtmann | 2007-02-26 | 1 | -0/+12 |
* | [Bluetooth] Add support for using the HID subsystem | Marcel Holtmann | 2007-02-26 | 1 | -9/+161 |
* | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -7/+7 |
* | [Bluetooth] Fix HID disconnect NULL pointer dereference | Marcel Holtmann | 2006-10-20 | 1 | -4/+2 |
* | [Bluetooth] Fix reference count when connection lookup fails | Marcel Holtmann | 2006-10-15 | 1 | -3/+1 |
* | [Bluetooth] Disconnect HID interrupt channel first | Marcel Holtmann | 2006-10-15 | 1 | -2/+2 |
* | [Bluetooth] Integrate services into the driver model | Marcel Holtmann | 2006-09-28 | 1 | -0/+23 |
* | [Bluetooth] Remaining transitions to use kzalloc() | Marcel Holtmann | 2006-07-12 | 1 | -2/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [NET]: kfree cleanup | Jesper Juhl | 2005-11-08 | 1 | -3/+1 |