• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

f54test/23-Nov-2023-2,8192,186

rmi4update/23-Nov-2023-1,264918

rmidevice/23-Nov-2023-1,4521,118

rmihidtool/23-Nov-2023-421363

Android.bpD23-Nov-2023990 3229

Application.mkD23-Nov-2023139 44

LICENSED23-Nov-202310 KiB192155

METADATAD23-Nov-2023138 98

MODULE_LICENSE_APACHE2D23-Nov-20230

MakefileD23-Nov-2023400 2116

OWNERSD23-Nov-202346 21

READMED23-Nov-2023454 119

README

1Build on Linux:
2$ make
3
4Build for Android:
5This tool depends on HIDRAW being compiled into the Android device's kernel. This may not be enabled by default. When developing on platforms you may need to rebuild the kernel to enable it.
6
7Then:
8Install the latest verison of the Android NDK.
9Copy from the kernel source include/linux/hid.h and include/linux/hidraw.h to $(ANDROID_NDK)/platforms/android-19/arch-arm/usr/include/linux/
10Then run:
11$ make android