aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp/core.c
Commit message (Expand)AuthorAge
* Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann2015-04-18
* Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-04
* Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann2015-04-02
* Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro2014-12-19
* Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick2014-11-14
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-08
* Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann2014-07-30
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-01
|\
| * HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires2014-03-14
| * HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik2014-02-24
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-17
| * HID: HIDp: remove duplicated codedBenjamin Tissoires2014-02-17
| * HID: HIDp: remove hidp_hidinput_eventBenjamin Tissoires2014-02-17
* | Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina2014-04-01
|\|
| * HID: Add the transport-driver functions to the HIDP driver.Frank Praznik2014-01-29
* | HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann2014-02-17
|/
* Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann2013-10-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-06
|\
| * Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-04
| |\
| * | HID: fix unused rsize usageJiri Kosina2013-07-22
| * | HID: fix data access in implement()Jiri Kosina2013-07-22
* | | Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-25
* | | Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-25
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09
|\ \ | |/ |/|
| * Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang2013-06-22
* | HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann2013-05-29
|/
* Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann2013-04-17
* Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann2013-04-17
* Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann2013-04-17
* Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann2013-04-17
* Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann2013-04-17
* Bluetooth: hidp: remove old session-managementDavid Herrmann2013-04-17
* Bluetooth: hidp: add new session-management helpersDavid Herrmann2013-04-17
* Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2013-04-17
* Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann2013-04-17
* Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2013-04-17
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-17
* Bluetooth: hidp: verify l2cap socketsDavid Herrmann2013-04-05
* Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton2013-03-08
* Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza2012-12-07
* | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-27
|/
* Bluetooth: Fix style in hidp codeGustavo Padovan2012-06-09
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-04
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-04
* HID: Create a common generic driverHenrik Rydberg2012-05-01
* HID: Create a generic device groupHenrik Rydberg2012-05-01
* Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-18
* Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan2011-11-07