1. f6e278f Stop printing attention reports if GetAttentionReport fails by Andrew Duggan · 10 years ago
  2. 7f495fb Fix Android build errors in f54test by Andrew Duggan · 10 years ago
  3. 11df808 Revert "Remove f54test from Android build since it is currently not compatible" by Andrew Duggan · 10 years ago
  4. a15fa80 Remove f54test from Android build since it is currently not compatible by Andrew Duggan · 10 years ago
  5. ab33df5 Merge pull request #6 from synasnoguchi/master by Andrew Duggan · 10 years ago
  6. c534360 Add f54 test functions by Satoshi Noguchi · 10 years ago
  7. 3020cbb Have interrupt register number and mask in RMIFunction by Satoshi Noguchi · 10 years ago
  8. 2230416 Have register base addresses in 16 bit in RMIFunction by Satoshi Noguchi · 10 years ago
  9. baf6bba Continue scanning the PDT even if we found a blank page when ScanPDT's optional endPage parameter is set by Satoshi Noguchi · 10 years ago
  10. a0b675a Add lockdown command line option by Satoshi Noguchi · 10 years ago
  11. 28b8622 Switch a few types to accommodate larger values. by Andrew Duggan · 10 years ago
  12. d8f0896 Set the page before querying properties by Andrew Duggan · 10 years ago
  13. c14ec9c Stop scanning the PDT if we find an specific function when ScanPDT's endFunc parameter is set by Andrew Duggan · 10 years ago
  14. 9b590b7 rebind the driver when the device file is specified on the command line by Andrew Duggan · 10 years ago
  15. 2f5c0c0 Add function to check if the device is in the bootloader by Andrew Duggan · 10 years ago
  16. 82cef42 Update comment since the second part of it was fixed by updating i2c-hid.c in the kernel. by Andrew Duggan · 10 years ago
  17. a5f70ba Add an option to print a string describing the firmware version and build id. by Andrew Duggan · 10 years ago
  18. 777d012 Product Info is essentially the major and minor version of the firmware by Andrew Duggan · 10 years ago
  19. 049b787 Fix constness in StripPath by Andrew Duggan · 10 years ago
  20. fc7d81c allow inheriting compiler and tools if they are defined in the environment by Andrew Duggan · 10 years ago
  21. 64f3a0c Unbind and rebind the driver to the device after firmware update so that the driver reinitializes by Andrew Duggan · 10 years ago
  22. 18cc3b3 Remove debugging flag. by Andrew Duggan · 10 years ago
  23. d14ef28 Store product info in a short instead of a char array. The spec says it is two bytes and this will avoid a strict-aliasing warning. by Andrew Duggan · 10 years ago
  24. 7b4b557 Link against rt for versions of glibc before 2.17 by Andrew Duggan · 10 years ago
  25. 050db0e Restructure firmware_image so that the firmware image checksum gets check before reading from the by Andrew Duggan · 10 years ago
  26. eda9578 Add additional member variable initializations by Andrew Duggan · 10 years ago
  27. 3563d1a Append flags to respect user's env settings by Andrew Duggan · 10 years ago
  28. c7d1643 Make -static build time configurable by Andrew Duggan · 10 years ago
  29. 6e63953 Make makefile linking rules more consistent remove the LD indirection. by Andrew Duggan · 10 years ago
  30. 9409ec7 Use the standard environment variable name for preprocessor flags. by Andrew Duggan · 10 years ago
  31. fe4fb5a Use the make variable so that the correct make gets used. by Andrew Duggan · 10 years ago
  32. fa10fc8 Ensure the hidraw device has a Synaptics vendor id before opening and in rmi4update continue searching hidraw devices until we find an appropriate device that matches our image file. by Andrew Duggan · 10 years ago
  33. 64d6e59 Used signed variables to store the result from read/write. by Andrew Duggan · 10 years ago
  34. 8b77439 Parse the size of the HID reports from the HID Report Descriptor. by Andrew Duggan · 10 years ago
  35. a90829b Add support for v6 bootloaders and RMI F34 version 1 by Andrew Duggan · 10 years ago
  36. 8b79f31 Fix compiler warnings by Andrew Duggan · 10 years ago
  37. 6213791 Keep going if attention times out, but print a message so that attn reports can be fixed otherwise it will be really slow. But, this will only happen if something is broken in the driver. by Andrew Duggan · 10 years ago
  38. fc17a65 Read the Product ID separately. by Andrew Duggan · 10 years ago
  39. a0d5aa6 Add license file. by Andrew Duggan · 10 years ago
  40. 4667eb7 Make sure the device file is specified. by Andrew Duggan · 10 years ago
  41. e9a5cd0 Add additional commands to rmihidtool and allow them to be set from the command line. by Andrew Duggan · 10 years ago
  42. d02a0b0 Initialize member variable pointers to NULL in FirmwareImage. by Andrew Duggan · 10 years ago
  43. 052556f Update copyright notices. by Andrew Duggan · 10 years ago
  44. 63078d5 Add support for multiple protocols in rmihidtool. by Andrew Duggan · 10 years ago
  45. 99b3e57 Return an error if the device or firmware image is missing from the command line. by Andrew Duggan · 10 years ago
  46. 5d47750 Move some functions from HIDDevice to RMIDevice to better support multiple transports update the Android builds. by Andrew Duggan · 10 years ago
  47. 65e5553 Implement timing, this time in microseconds. by Andrew Duggan · 10 years ago
  48. caf09de Simplify Android build process. by Andrew Duggan · 10 years ago
  49. c562f28 Add a basic README. by Andrew Duggan · 10 years ago
  50. 7216358 Add support for compiling for Android. by Andrew Duggan · 10 years ago
  51. 4e81125 Initial commit by Andrew Duggan · 10 years ago