summaryrefslogtreecommitdiff
path: root/profiles/input/hog.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "input/hog: Remove HID device after HoG device disconnects"Sonny Sasaka2020-12-141-2/+0
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* input: Make HID devices support wakeAbhishek Pandit-Subedi2020-07-071-0/+1
* lib: Move HOG UUID definitionManish Mandlik2020-06-161-2/+0
* input: Add LEAutoSecurity setting to input.confLuiz Augusto von Dentz2020-03-161-2/+11
* input: hog: Attempt to set security level if not bondedLuiz Augusto von Dentz2020-03-161-2/+11
* HOGP must only accept data from bonded devices.Alain Michaud2020-03-101-0/+4
* input/hog: Remove HID device after HoG device disconnectsBenjamin Tissoires2019-07-151-0/+2
* input/hog-lib: Add support to gatt-dbLuiz Augusto von Dentz2016-12-291-33/+28
* input/hog: Remove unused attioid from hog_devicePetri Gynther2016-11-041-1/+0
* core: Remove attio callbacksLuiz Augusto von Dentz2016-09-271-1/+0
* input/hog: Use .accept and .disconnect instead of attioLuiz Augusto von Dentz2016-09-271-28/+28
* input/hog: Fix crash if uhid is not enabledSzymon Janc2016-04-021-1/+9
* input/hog: Fix not reseting queue to NULL after destroying itLuiz Augusto von Dentz2015-11-131-1/+3
* input/hog: Make use of hog-libLuiz Augusto von Dentz2015-11-131-910/+56
* hog: handle HoG init failures correctlyPetri Gynther2015-09-071-12/+18
* hog: add more debugging to HoG device initPetri Gynther2015-09-071-0/+7
* profiles/hog: Fix Invalid Handle errorArman Uguray2015-05-011-1/+1
* hog: fix HoG reconnect handling in attio_connected_cb()Petri Gynther2015-04-301-4/+1
* hog: enable HoG report notifications only after uHID is readyPetri Gynther2015-04-301-0/+13
* hog: rework HoG report notifications enablePetri Gynther2015-04-301-14/+25
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+4
* profiles/hog: Remove dead codeGowtham Anandha Babu2015-01-071-1/+0
* hog: Fix unnecessary < 0 check of unsigned valueJohan Hedberg2014-11-261-1/+1
* hog: implement set_report functionalityBenjamin Tissoires2014-11-261-0/+76
* hog: implement get_report functionalityBenjamin Tissoires2014-11-261-0/+86
* hog: break out the report retrieval in its own functionBenjamin Tissoires2014-11-261-17/+25
* input/hog: Remove unnecessary variablesLuiz Augusto von Dentz2014-08-081-10/+7
* hog: fix output-report to attr mappingDavid Herrmann2014-08-051-19/+36
* input/hog: Cleanup unnecessary codeLuiz Augusto von Dentz2014-07-291-3/+0
* input: Remove broken UHID_FEATURE supportJohan Hedberg2014-07-241-10/+3
* input: Do not send UHID_DESTROYLuiz Augusto von Dentz2014-05-301-10/+0
* input/hog: Rework uHID code to use bt_uhidLuiz Augusto von Dentz2014-05-231-185/+90
* hog: Fix compilation error on 32 bit machineSzymon Janc2014-05-141-1/+1
* hog: Fix report_value_cb() buffer overflowPetri Gynther2014-05-091-9/+14
* hog: Improve report_value_cb() uHID error handlingPetri Gynther2014-05-091-5/+16
* hog: Fix report_value_cb() signaturePetri Gynther2014-05-091-2/+1
* hog: Remove redundant structAndrzej Kaczmarek2014-05-051-20/+5
* hog: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-40/+12
* hog: Improve report map debuggingAndrzej Kaczmarek2014-04-301-26/+38
* hog: Fix checking for Report ID item presenceAndrzej Kaczmarek2014-04-301-5/+62
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-2/+2
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-4/+5
* hog: Fill ev.u.create.{phys,uniq} for UHID_CREATEPetri Gynther2014-03-071-0/+3
* hog: Remove hog_device.namePetri Gynther2014-03-071-9/+5
* hog: Use HoG device name as uHID input device namePetri Gynther2014-02-191-1/+9
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-3/+4
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-3/+3
* hog: ignore UHID-setup events and document whyDavid Herrmann2013-09-061-1/+32
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-241-3/+3