summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann2014-07-301-1/+1
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-111/+7
|\
| * HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires2014-03-141-14/+0
| * HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik2014-02-241-0/+3
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-1/+0
| * HID: HIDp: remove duplicated codedBenjamin Tissoires2014-02-171-57/+11
| * HID: HIDp: remove hidp_hidinput_eventBenjamin Tissoires2014-02-171-46/+0
* | Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina2014-04-011-0/+90
|\ \ | |/
| * HID: Add the transport-driver functions to the HIDP driver.Frank Praznik2014-01-291-0/+90
* | HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-172-2/+18
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-6/+12
|\
| * Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann2013-10-131-6/+12
* | net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-191-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-5/+10
|\
| * Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-041-10/+4
| |\
| * | HID: fix unused rsize usageJiri Kosina2013-07-221-0/+1
| * | HID: fix data access in implement()Jiri Kosina2013-07-221-5/+9
* | | Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0
* | | Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
| |/ |/|
* | 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-292-9/+49
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-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/+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-173-348/+18
* | 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/+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: hidp: remove redundant error messageDavid Herrmann2013-04-051-1/+0
* | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1
* | 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-281-1/+1
|\
| * HID: Fix the generic Kconfig optionsHenrik Rydberg2012-06-251-1/+1
OpenPOWER on IntegriCloud