summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
Commit message (Expand)AuthorAgeFilesLines
* HID: Create a common generic driverHenrik Rydberg2012-05-011-26/+1Star
* HID: Create a generic device groupHenrik Rydberg2012-05-011-1/+1
* Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg2012-02-271-3/+3
* Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-211-1/+1
* Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-2/+2
* Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan2011-11-071-6/+6
* Bluetooth: hidp: Fix module reference cleanupDavid Herrmann2011-11-071-2/+2
* Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-0/+1
* Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan2011-10-071-2/+2
* Bluetooth: Delay session allocation in hidpGustavo F. Padovan2011-10-071-6/+8
* Bluetooth: hidp: safely acquire hci connectionPeter Hurley2011-10-071-14/+20
* Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan2011-10-071-6/+3Star
* Bluetooth: Remove wrong error checkGustavo F. Padovan2011-10-071-1/+1
* Bluetooth: Fix input device registrationGustavo F. Padovan2011-10-071-9/+6Star
* Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan2011-10-071-8/+17
* Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan2011-10-071-4/+4
* Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan2011-10-071-8/+3Star
* Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann2011-10-071-14/+20
* Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-2/+8
* Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann2011-09-211-0/+3
* Bluetooth: hidp: Don't release device ref if never heldPeter Hurley2011-08-121-1/+0Star
* Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-121-1/+2
* Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-121-0/+1
* Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-121-8/+6Star
* Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-06-302-7/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite2011-04-211-1/+1
* | Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-2/+4
* | Bluetooth: Use kthread API in hidpSzymon Janc2011-04-052-30/+25Star
* | Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc2011-03-313-22/+26
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-182-16/+196
|\
| *-. Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina2011-03-172-16/+196
| |\ \
| | | * HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite2011-02-221-1/+1
| | |/ | |/|
| | * HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREAlan Ott2011-02-112-4/+117
| | * HID: bt: Wait for ACK on Sent ReportsAlan Ott2011-02-112-3/+55
| | * HID: bt: Move hid_add_device() call to after hidp_session() has started.Alan Ott2011-02-112-8/+23
| |/
* | Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* | Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko2011-02-081-3/+6
|/
* Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov2010-12-021-1/+1
* Bluetooth: fix hidp kconfig dependency warningRandy Dunlap2010-11-091-1/+1
* Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-121-6/+2Star
* net: sk_sleep() helperEric Dumazet2010-04-212-7/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-02-251-3/+14
|\
| * HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-031-3/+14
* | Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2010-02-052-26/+27
|/
* Bluetooth: Use the control channel for raw HID reportsBastien Nocera2010-01-301-34/+36
* Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin2009-12-171-1/+1
* Bluetooth: Implement raw output support for HIDP layerJiri Kosina2009-12-031-0/+9
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2