aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
Commit message (Expand)AuthorAge
* Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-17
* Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-17
* Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-17
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-17
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-05
* Bluetooth: hidp: remove redundant error messageDavid Herrmann2013-04-05
* Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-08
* Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton2013-03-08
* Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| *-. Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina2012-12-12
| |\ \
| | | * HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza2012-12-07
| | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-19
|\ \ \ | |_|/ |/| |
| * | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
|\ \ \ | |/ / |/| / | |/
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-21
* | Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO2012-08-06
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-28
|\
| * HID: Fix the generic Kconfig optionsHenrik Rydberg2012-06-25
* | Bluetooth: Fix style in hidp codeGustavo Padovan2012-06-09
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-04
* | Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-04
|/
* HID: Create a common generic driverHenrik Rydberg2012-05-01
* HID: Create a generic device groupHenrik Rydberg2012-05-01
* Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg2012-02-27
* Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-20
* Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-18
* Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan2011-11-07
* Bluetooth: hidp: Fix module reference cleanupDavid Herrmann2011-11-07
* Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-07
* Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan2011-10-07
* Bluetooth: Delay session allocation in hidpGustavo F. Padovan2011-10-07
* Bluetooth: hidp: safely acquire hci connectionPeter Hurley2011-10-07
* Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan2011-10-06
* Bluetooth: Remove wrong error checkGustavo F. Padovan2011-10-06
* Bluetooth: Fix input device registrationGustavo F. Padovan2011-10-06
* Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan2011-10-06
* Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan2011-10-06
* Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan2011-10-06
* Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann2011-10-06
* Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-27
* Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann2011-09-21
* Bluetooth: hidp: Don't release device ref if never heldPeter Hurley2011-08-11
* Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-11
* Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-11
* Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-11
* Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-06-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-23
|\
| * HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite2011-04-21
* | Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-28