summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-10/+4
|\
| * Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-231-10/+4
* | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-291-9/+47
|/
* Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-171-7/+5
* Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-171-19/+5
* Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-171-96/+60
* Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-171-29/+11
* Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-171-2/+14
* Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-171-327/+12
* Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-171-4/+551
* Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-171-0/+9
* Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-171-4/+8
* Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-171-3/+2
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-17/+3
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-051-0/+2
* 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
|\
| * HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza2012-12-071-1/+8
* | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-2/+6
|/
* Bluetooth: Fix style in hidp codeGustavo Padovan2012-06-091-1/+2
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-19/+0
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+2
* HID: Create a common generic driverHenrik Rydberg2012-05-011-26/+1
* HID: Create a generic device groupHenrik Rydberg2012-05-011-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-061-6/+3
* Bluetooth: Remove wrong error checkGustavo F. Padovan2011-10-061-1/+1
* Bluetooth: Fix input device registrationGustavo F. Padovan2011-10-061-9/+6
* Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan2011-10-061-8/+17
* Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan2011-10-061-4/+4
* Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan2011-10-061-8/+3
* Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann2011-10-061-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-111-1/+0
* Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-111-1/+2
* Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-111-0/+1
* Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-111-8/+6
* Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-06-301-7/+11
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-2/+4
* Bluetooth: Use kthread API in hidpSzymon Janc2011-04-051-29/+24
* Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc2011-03-311-17/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-16/+181
|\