aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-5/+10
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina1-10/+4
2013-07-25Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires1-14/+0
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires1-0/+26
2013-07-22HID: fix unused rsize usageJiri Kosina1-0/+1
2013-07-22HID: fix data access in implement()Jiri Kosina1-5/+9
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+4
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 Herrmann2-9/+49
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
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 Herrmann3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann2-25/+583
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2-9/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-17/+3
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+2
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann1-3/+1
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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+8
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linusJiri Kosina2-2/+29
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza1-1/+8
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-2/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-2/+6
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-2/+2
2012-08-06Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO1-1/+21
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-1/+1
2012-06-09Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan2-34/+1
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
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg1-3/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-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