summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4Star
* | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-292-9/+49
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-171-7/+5Star
* | Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5Star
* | Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60Star
* | Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11Star
* | Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-171-2/+14
* | Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-173-348/+18Star
* | Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-172-25/+583
* | Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-172-9/+9
* | Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-171-4/+8
* | Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-172-4/+2Star
* | Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-17/+3Star
* | Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-061-0/+2
* | Bluetooth: hidp: remove redundant error messageDavid Herrmann2013-04-061-1/+0Star
* | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1Star
* | Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton2013-03-081-0/+4
|/
* Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+8
|\
| *-. Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina2012-12-122-2/+29
| |\ \
| | | * HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza2012-12-071-1/+8
| | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-2/+6
|\ \ \ | |_|/ |/| |
| * | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+2
|\ \ \ | |/ / |/| / | |/
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-2/+2
* | Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO2012-08-061-1/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-1/+1
|\
| * HID: Fix the generic Kconfig optionsHenrik Rydberg2012-06-251-1/+1
* | Bluetooth: Fix style in hidp codeGustavo Padovan2012-06-101-1/+2
* | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-052-34/+1Star
* | Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+2
|/
* 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