aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusGravatar Jiri Kosina 1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusGravatar Jiri Kosina 1-0/+90
2014-03-14HID: remove hid_output_raw_report transport implementationsGravatar Benjamin Tissoires 1-14/+0
2014-02-24HID: hidp: Add a comment that some devices depend on the current behavior of ...Gravatar Frank Praznik 1-0/+3
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughGravatar David Herrmann 2-2/+18
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceGravatar Benjamin Tissoires 1-1/+0
2014-02-17HID: HIDp: remove duplicated codedGravatar Benjamin Tissoires 1-57/+11
2014-02-17HID: HIDp: remove hidp_hidinput_eventGravatar Benjamin Tissoires 1-46/+0
2014-01-29HID: Add the transport-driver functions to the HIDP driver.Gravatar Frank Praznik 1-0/+90
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-6/+12
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesGravatar Joe Perches 1-2/+2
2013-10-13Bluetooth: Access HIDP session addresses through L2CAP channelGravatar Marcel Holtmann 1-6/+12
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+10
2013-09-04Merge branch 'master' into for-3.12/upstreamGravatar Jiri Kosina 1-10/+4
2013-07-25Bluetooth: hidp: remove wrong send_report at initGravatar Benjamin Tissoires 1-14/+0
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackGravatar Benjamin Tissoires 1-0/+26
2013-07-22HID: fix unused rsize usageGravatar Jiri Kosina 1-0/+1
2013-07-22HID: fix data access in implement()Gravatar Jiri Kosina 1-5/+9
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-10/+4
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Gravatar Chen Gang 1-10/+4
2013-05-29HID: Bluetooth: hidp: register HID devices asyncGravatar David Herrmann 2-9/+49
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelGravatar David Herrmann 1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsGravatar David Herrmann 1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()Gravatar David Herrmann 1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()Gravatar David Herrmann 1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyGravatar David Herrmann 1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementGravatar David Herrmann 3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersGravatar David Herrmann 2-25/+583
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cGravatar David Herrmann 2-9/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingGravatar David Herrmann 1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldGravatar David Herrmann 2-4/+2
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()Gravatar David Herrmann 1-17/+3
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Gravatar Al Viro 1-1/+1
2013-04-05Bluetooth: hidp: verify l2cap socketsGravatar David Herrmann 1-0/+2
2013-04-05Bluetooth: hidp: remove redundant error messageGravatar David Herrmann 1-1/+0
2013-03-08Bluetooth: discard bt_sock_unregister() errorsGravatar David Herrmann 1-3/+1
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingGravatar Karl Relton 1-0/+4
2013-01-09Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Gravatar Anderson Lizardo 1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+8
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Gravatar Jiri Kosina 2-2/+29
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedGravatar Lamarque V. Souza 1-1/+8
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Gravatar John W. Linville 1-2/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrGravatar Andrei Emeltchenko 1-2/+6
2012-09-21net: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-2/+2
2012-08-06Bluetooth: Added /proc/net/hidp via bt_procfs_init()Gravatar Masatake YAMATO 1-1/+21
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-06-25HID: Fix the generic Kconfig optionsGravatar Henrik Rydberg 1-1/+1
2012-06-09Bluetooth: Fix style in hidp codeGravatar Gustavo Padovan 1-1/+2