summaryrefslogtreecommitdiff
path: root/cmds/hid
Commit message (Expand)AuthorAgeFilesLines
* Add onDeviceSetReport to HID command toolChris Ye2021-02-243-8/+32
* Merge "Consolidate OWNERS for input" am: 471c70287e am: 916d84985b am: 863092...Michael Wright2021-02-241-0/+1
|\
| * Merge "Consolidate OWNERS for input"Michael Wright2021-02-231-0/+1
| |\
| | * Consolidate OWNERS for inputMichael Wright2021-02-221-0/+1
| * | [LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour2021-02-162-0/+26
| |/
* | Merge changes from topic "LightsManager" into sc-devChris Ye2021-02-233-8/+11
|\ \
| * | Add SET_REPORT data output to hid commandline tool.Chris Ye2021-02-193-8/+11
* | | [LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour2021-02-212-0/+26
|/ /
* / Add support to hid commandline tool for hid device output.Chris Ye2020-09-033-30/+64
|/
* Updated documentation for CTS uhid testsFarid Chahla2020-04-011-2/+7
* Populate uniq field in uhid.Garfield Tan2020-02-251-0/+2
* Added ability to set bus used for hid device testsFarid Chahla2020-02-195-18/+52
* Add UHID_OUTPUT handling to hid commandSiarhei Vishniakou2019-12-105-21/+134
* Use switch statement for report typesSiarhei Vishniakou2019-12-101-8/+37
* Use a separate writeEvent functionSiarhei Vishniakou2019-12-101-8/+10
* Use unique_fd for uhid deviceSiarhei Vishniakou2019-12-103-22/+23
* Convert frameworks/base/cmds/* to Android.bpColin Cross2019-06-062-20/+9
* Merge "Clean up some shell script copy & paste." am: b4012baaf4Elliott Hughes2019-05-101-7/+2
|\
| * Clean up some shell script copy & paste.Elliott Hughes2019-05-091-7/+2
| * Convert frameworks/base/cmds/* to Android.bpColin Cross2019-03-292-20/+9
|/
* Preload libnativehelper.so which cannot be loaded through the Java classloader.Martin Stjernholm2019-03-011-0/+6
* Add support for UHID_GET_REPORT requestsKim Low2018-12-065-10/+141
* Refactor hid command, mitigate overflowsSiarhei Vishniakou2018-11-292-25/+32
* Merge "Convert libhidcommand_jni to Android.bp" into stage-aosp-master am: a9...Dan Willemsen2017-09-093-18/+18
|\
| * Merge "Convert libhidcommand_jni to Android.bp" into stage-aosp-master am: a9...Dan Willemsen2017-09-093-18/+18
| |\
| | * Convert libhidcommand_jni to Android.bpDan Willemsen2017-09-083-18/+18
| |/ |/|
| * Merge "DO NOT MERGE Use CREATE instead of CREATE2 for 3.10 kernel" into oc-mr...Siarhei Vishniakou2017-08-261-13/+12
|/|
| * DO NOT MERGE Use CREATE instead of CREATE2 for 3.10 kernelSiarhei Vishniakou2017-08-261-13/+12
* | ScopedUtfChars: use proper nativehelper headersSteven Moreland2017-08-101-1/+1
* | Merge "com.android.server: use proper nativehelper headers" into stage-aosp-m...Steven Moreland2017-08-021-2/+2
|\ \ | |/ |/|
| * com.android.server: use proper nativehelper headersSteven Moreland2017-08-011-2/+2
* | Fix GamepadTestCase#testButtonA CTS testSiarhei Vishniakou2017-05-126-82/+245
|/
* Fix a set of random warnings in frameworks/base/Aurimas Liutikas2016-02-192-5/+5
* Add libhidcommand_jni.so to required module.Seigo Nonaka2015-07-021-0/+1
* Add new `hid` command.Michael Wright2015-06-1210-0/+1104