aboutsummaryrefslogtreecommitdiff
path: root/rmihidtool
AgeCommit message (Collapse)Author
2018-11-16Convert rmi4utils to Android.bpandroid-wear-8.0.0_r2android-n-iot-release-ihome-igv1nougat-iot-releaseDan Willemsen
See build/soong/README.md for more information. Test: cd external/rmi4utils; mma Change-Id: I774bef8e463aafa523b0ac4698d07e8aba74cc37
2017-10-12Use -Werror in external/rmi4utilsChih-Hung Hsieh
* Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I2ad78f07782ca824db01e23e1309bcde34420e8e
2015-09-16Fix build for inclusion in Android external treeAndrew de los Reyes
2015-09-10rmihidtool: length check on find_tokenAndrew de los Reyes
Addresses security concern: find_token does not check size of result buffer when writing, just depends on caller to make sure input and output buffers are the same length. This can lead to a stack buffer overflow if run with malicious arguments (e.g. "-w AAAA...more.than.255...AAAA").
2015-05-11Add command line option to reset the deviceAndrew Duggan
2015-05-06Print protocol specific information about a deviceAndrew Duggan
2015-05-06Add option to rebind the driver from rmihidtool.Andrew Duggan
2014-11-14Fix string parsing bugs which prevented write commands from working correctlyAndrew Duggan
2014-11-10Change GetReport to only read one report at a time and remove HIDDevice's ↵Andrew Duggan
attention report queue Simplify GetReport and only have it read a single report and let the functions which call it decide if they have gotten the data which they are looking for. Also, remove in the HIDDevice attention report queue since reports are queued in the kernel so queueing in userspace is unnecessary.
2014-10-08Stop printing attention reports if GetAttentionReport failsAndrew Duggan
2014-07-31allow inheriting compiler and tools if they are defined in the environmentAndrew Duggan
2014-07-30Remove debugging flag.Andrew Duggan
2014-07-22Append flags to respect user's env settingsAndrew Duggan
2014-07-14Make -static build time configurableAndrew Duggan
2014-07-14 Make makefile linking rules more consistent remove the LD indirection.Andrew Duggan
2014-07-14Use the standard environment variable name for preprocessor flags.Andrew Duggan
2014-05-16Fix compiler warningsAndrew Duggan
2014-04-29Make sure the device file is specified.Andrew Duggan
2014-04-29Add additional commands to rmihidtool and allow them to be set from the ↵Andrew Duggan
command line.
2014-04-16Update copyright notices.Andrew Duggan
2014-04-08Add support for multiple protocols in rmihidtool.Andrew Duggan
2014-04-03Add support for compiling for Android.Andrew Duggan
2014-04-03Initial commitAndrew Duggan