summaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang1-10/+4
2013-05-29HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann1-9/+47
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann1-327/+12
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann1-4/+551
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann1-0/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann1-3/+2
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-17/+3
2013-04-06Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+2
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton1-0/+4
2013-01-09Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+8
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza1-1/+8
2012-09-28Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-2/+6
2012-06-10Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-19/+0
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-2/+2
2012-05-01HID: Create a common generic driverHenrik Rydberg1-26/+1
2012-05-01HID: Create a generic device groupHenrik Rydberg1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-2/+2
2011-11-07Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan1-6/+6
2011-11-07Bluetooth: hidp: Fix module reference cleanupDavid Herrmann1-2/+2
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-0/+1
2011-10-07Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan1-2/+2
2011-10-07Bluetooth: Delay session allocation in hidpGustavo F. Padovan1-6/+8
2011-10-07Bluetooth: hidp: safely acquire hci connectionPeter Hurley1-14/+20
2011-10-07Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan1-6/+3
2011-10-07Bluetooth: Remove wrong error checkGustavo F. Padovan1-1/+1
2011-10-07Bluetooth: Fix input device registrationGustavo F. Padovan1-9/+6
2011-10-07Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan1-8/+17
2011-10-07Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan1-4/+4
2011-10-07Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan1-8/+3
2011-10-07Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann1-14/+20
2011-09-28Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-2/+8
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann1-0/+3
2011-08-12Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-12Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-12Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-12Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley1-7/+11
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-2/+4
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc1-29/+24
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc1-17/+20
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-16/+181
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina1-16/+181