summaryrefslogtreecommitdiff
path: root/profiles/input
Commit message (Expand)AuthorAgeFilesLines
...
* device: Fix possible run-time warningBastien Nocera2017-11-171-4/+8
* sixaxis: Fix compilation and various coding style issuesLuiz Augusto von Dentz2017-10-272-25/+18
* profiles/input: Add DS4 devices to the shared headerBastien Nocera2017-10-272-5/+19
* profiles/input: Use sixaxis header to simplify device detectionBastien Nocera2017-10-271-6/+4
* plugins/sixaxis: Move device discovery to shared headerBastien Nocera2017-10-271-0/+85
* hog: When no VID&PID also register a DIS notifierJuha Kuikka2017-02-251-0/+1
* hog: Move dis_notify aroundJuha Kuikka2017-02-251-10/+10
* input/hog-lib: Attempt to read PNP values if not setLuiz Augusto von Dentz2016-12-291-0/+5
* dis: Add support to gatt-dbLuiz Augusto von Dentz2016-12-291-1/+1
* input/hog-lib: Add support to gatt-dbLuiz Augusto von Dentz2016-12-293-67/+245
* Remove deprecated UHID_FEATURE APIJuha Kuikka2016-12-271-33/+0
* 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-lib: Fix not truncating nameLuiz Augusto von Dentz2016-08-301-1/+1
* input/hog-lib: Remove spammy debug messageSzymon Janc2016-08-291-2/+0
* 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-lib: Print report value handle and typeLuiz Augusto von Dentz2015-11-131-1/+17
* input/hog: Make use of hog-libLuiz Augusto von Dentz2015-11-131-910/+56
* hog: Move code from android to profilesLuiz Augusto von Dentz2015-11-132-0/+1575
* 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: Use no suspend support instead of the dummy FIFOMarcel Holtmann2015-05-291-0/+42
* 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-283-18/+15
* 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
* hog: import latest uhid.h definitionBenjamin Tissoires2014-11-261-12/+105
* profiles/input: Add Sony Navigation ControllerAlex Gal2014-11-071-0/+4
* input: Fix crash when receiving event from uHIDLuiz Augusto von Dentz2014-08-201-0/+5
* 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
* profiles/input: Fix usage of PATH_MAXJohan Hedberg2014-07-111-2/+1
* input: Fix access to uninitialized data when authorizing connectionsJohan Hedberg2014-06-101-22/+23
* input: Do not send UHID_DESTROYLuiz Augusto von Dentz2014-05-302-26/+1
* input: Update uhid_copy.h to version from Linux 3.14Szymon Janc2014-05-251-2/+4
* input/hog: Rework uHID code to use bt_uhidLuiz Augusto von Dentz2014-05-231-185/+90
* input/device: Fix warnings when disconnectingLuiz Augusto von Dentz2014-05-231-25/+5
* input/device: Rework uHID code to use bt_uhidLuiz Augusto von Dentz2014-05-231-184/+71
* hog: Fix compilation error on 32 bit machineSzymon Janc2014-05-141-1/+1