1. 9dc424f Use -Werror in external/rmi4utils by Chih-Hung Hsieh · 7 years ago
  2. d45cae2 Fix OOB in rmi4utils firmware image parsing by Robb Glasser · 7 years ago
  3. 4d02a56 UPSTREAM: rmi4update: remove redundant include of alloca.h by Andrew Duggan · 9 years ago
  4. bfe164f UPSTREAM: rmi4update: fix uninitialized variable warning by Andrew Duggan · 9 years ago
  5. 83b0e1f UPSTREAM: rmi4update: Optimize writing firmware blocks by Andrew Duggan · 9 years ago
  6. 3d6ee02 UPSTREAM: After review bump the version to v1.2.0 by Andrew Duggan · 9 years ago
  7. 9534746 Fix build for inclusion in Android external tree by Andrew de los Reyes · 9 years ago
  8. 0e21a04 rmi4update: Check that Read() and Write() return exactly the expected amount. by Andrew Duggan · 9 years ago
  9. 69b31fb rmi4update: massively speed up update when no update needed by Andrew de los Reyes · 9 years ago
  10. fd23c02 rmi4update: Check Read() and Write() return lengths by Andrew de los Reyes · 9 years ago
  11. 040d599 bump subminor number by Andrew Duggan · 9 years ago
  12. 1129d67 Reset and rebind the driver even if update fails by Andrew Duggan · 9 years ago
  13. 5932fee bump minor version to indicate that it can support multiple input report sizes by Andrew Duggan · 9 years ago
  14. f2e021f Rebind the driver when switching between bootloader and UI in case the size of input reports changed by Andrew Duggan · 9 years ago
  15. bef9c2d Allow rebinding of the transport device to force a reload of the HID descriptors by Andrew Duggan · 9 years ago
  16. bc1e37b bump the subminor verison to create a new release with some fixes by Andrew Duggan · 9 years ago
  17. 5597d1e Add error message when the tool refuses to update the device if the firmware image is not newer then the firmware on the device by Andrew Duggan · 9 years ago
  18. 1bf175e Change m_imageSize to signed since it's value is set by the result of tellg and by Andrew Duggan · 9 years ago
  19. dc83855 Disable all interrupts not related to the update process before entering flash programming by Andrew Duggan · 10 years ago
  20. d2e1d57 Add a version number by Andrew Duggan · 10 years ago
  21. dca0efc Check the interrupt sources in WaitforIdle to ensure F34 generated the interrupt by Andrew Duggan · 10 years ago
  22. a0b675a Add lockdown command line option by Satoshi Noguchi · 10 years ago
  23. 28b8622 Switch a few types to accommodate larger values. by Andrew Duggan · 10 years ago
  24. c14ec9c Stop scanning the PDT if we find an specific function when ScanPDT's endFunc parameter is set by Andrew Duggan · 10 years ago
  25. 9b590b7 rebind the driver when the device file is specified on the command line by Andrew Duggan · 10 years ago
  26. 2f5c0c0 Add function to check if the device is in the bootloader by Andrew Duggan · 10 years ago
  27. 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
  28. a5f70ba Add an option to print a string describing the firmware version and build id. by Andrew Duggan · 10 years ago
  29. 049b787 Fix constness in StripPath by Andrew Duggan · 10 years ago
  30. fc7d81c allow inheriting compiler and tools if they are defined in the environment by Andrew Duggan · 10 years ago
  31. 64f3a0c Unbind and rebind the driver to the device after firmware update so that the driver reinitializes by Andrew Duggan · 10 years ago
  32. 18cc3b3 Remove debugging flag. by Andrew Duggan · 10 years ago
  33. 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
  34. 7b4b557 Link against rt for versions of glibc before 2.17 by Andrew Duggan · 10 years ago
  35. 050db0e Restructure firmware_image so that the firmware image checksum gets check before reading from the by Andrew Duggan · 10 years ago
  36. eda9578 Add additional member variable initializations by Andrew Duggan · 10 years ago
  37. 3563d1a Append flags to respect user's env settings by Andrew Duggan · 10 years ago
  38. c7d1643 Make -static build time configurable by Andrew Duggan · 10 years ago
  39. 6e63953 Make makefile linking rules more consistent remove the LD indirection. by Andrew Duggan · 10 years ago
  40. 9409ec7 Use the standard environment variable name for preprocessor flags. by Andrew Duggan · 10 years ago
  41. 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
  42. a90829b Add support for v6 bootloaders and RMI F34 version 1 by Andrew Duggan · 10 years ago
  43. 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
  44. d02a0b0 Initialize member variable pointers to NULL in FirmwareImage. by Andrew Duggan · 10 years ago
  45. 052556f Update copyright notices. by Andrew Duggan · 10 years ago
  46. 99b3e57 Return an error if the device or firmware image is missing from the command line. by Andrew Duggan · 10 years ago
  47. 65e5553 Implement timing, this time in microseconds. by Andrew Duggan · 10 years ago
  48. 7216358 Add support for compiling for Android. by Andrew Duggan · 10 years ago
  49. 4e81125 Initial commit by Andrew Duggan · 10 years ago