1. 394620d Snap for 4393550 from 2e1f226533b323316f7c22e601733677149499ea to pi-release by android-build-team Robot · 7 years ago
  2. 2e1f226 Use -Werror in external/rmi4utils am: 9dc424f949 am: 36df17c811 am: b1f5e0f8c8 by Chih-Hung Hsieh · 7 years ago
  3. f23f3ae Use -Werror in external/rmi4utils am: 9dc424f949 am: 36df17c811 am: b1f5e0f8c8 by Chih-Hung Hsieh · 7 years ago
  4. b1f5e0f Use -Werror in external/rmi4utils am: 9dc424f949 am: 36df17c811 by Chih-Hung Hsieh · 7 years ago
  5. 36df17c Use -Werror in external/rmi4utils am: 9dc424f949 by Chih-Hung Hsieh · 7 years ago
  6. 9dc424f Use -Werror in external/rmi4utils by Chih-Hung Hsieh · 7 years ago
  7. d45cae2 Fix OOB in rmi4utils firmware image parsing by Robb Glasser · 7 years ago
  8. 40eb2d7 UPSTREAM: rmi4update: Make sure the device file exists when rebinding the driver by Andrew Duggan · 9 years ago int/n/fp2
  9. ddfbb28 UPSTREAM: Add some additional architectures by Andrew Duggan · 9 years ago
  10. 4d02a56 UPSTREAM: rmi4update: remove redundant include of alloca.h by Andrew Duggan · 9 years ago
  11. bfe164f UPSTREAM: rmi4update: fix uninitialized variable warning by Andrew Duggan · 9 years ago
  12. 83b0e1f UPSTREAM: rmi4update: Optimize writing firmware blocks by Andrew Duggan · 9 years ago
  13. 3d6ee02 UPSTREAM: After review bump the version to v1.2.0 by Andrew Duggan · 9 years ago
  14. 9534746 Fix build for inclusion in Android external tree by Andrew de los Reyes · 9 years ago
  15. da82cd3 HIDDevice::Write: return number of bytes of data written by Andrew Duggan · 9 years ago
  16. 1595330 HIDDevice::GetAttentionReport: Fix copying of attention data by Andrew Duggan · 9 years ago
  17. edeea83 HIDDevice::Read: Check that the bytes reported by the report match what we expect by Andrew Duggan · 9 years ago
  18. 0e21a04 rmi4update: Check that Read() and Write() return exactly the expected amount. by Andrew Duggan · 9 years ago
  19. 69b31fb rmi4update: massively speed up update when no update needed by Andrew de los Reyes · 9 years ago
  20. 6f1ac59 rmihidtool: length check on find_token by Andrew de los Reyes · 9 years ago
  21. fd23c02 rmi4update: Check Read() and Write() return lengths by Andrew de los Reyes · 9 years ago
  22. b2191d0 rmidevice: Check return value of Read(), Write() by Andrew de los Reyes · 9 years ago
  23. cf0d733 HIDDevice: WriteDeviceNameToFile: check lengths, close return value by Andrew de los Reyes · 9 years ago
  24. 5f61728 HIDDevice::GetReport: Fix count for split reads by Andrew de los Reyes · 9 years ago
  25. 3db4561 HIDDevice::Read: Fix possible out of bounds access by Andrew de los Reyes · 9 years ago
  26. ec066ee HIDDevice::ParseReportSizes: check for valid descriptors by Andrew de los Reyes · 9 years ago
  27. 242ea83 validate m_*Report lengths by Andrew de los Reyes · 9 years ago
  28. 074c448 RMIDevice: Make dtor vitual by Andrew de los Reyes · 9 years ago
  29. 040d599 bump subminor number by Andrew Duggan · 9 years ago
  30. 1129d67 Reset and rebind the driver even if update fails by Andrew Duggan · 9 years ago
  31. a0d74e0 Add command line option to reset the device by Andrew Duggan · 9 years ago
  32. e7d0c10 Merge pull request #7 from josephsih/master by Andrew Duggan · 9 years ago
  33. 5932fee bump minor version to indicate that it can support multiple input report sizes by Andrew Duggan · 9 years ago
  34. 97e8d7b Update Android NDK version so I can keep using readlinkat by Andrew Duggan · 9 years ago
  35. b6302c3 Fix build warning on ARM and some cleanup. by Andrew Duggan · 9 years ago
  36. f2e021f Rebind the driver when switching between bootloader and UI in case the size of input reports changed by Andrew Duggan · 9 years ago
  37. 2c24adb Print protocol specific information about a device by Andrew Duggan · 9 years ago
  38. 161c83c Add option to rebind the driver from rmihidtool. by Andrew Duggan · 9 years ago
  39. bef9c2d Allow rebinding of the transport device to force a reload of the HID descriptors by Andrew Duggan · 9 years ago
  40. cb30849 Add a noReset flag to f54test by Joseph Hwang · 9 years ago
  41. bc1e37b bump the subminor verison to create a new release with some fixes by Andrew Duggan · 9 years ago
  42. 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
  43. 1bf175e Change m_imageSize to signed since it's value is set by the result of tellg and by Andrew Duggan · 9 years ago
  44. dc83855 Disable all interrupts not related to the update process before entering flash programming by Andrew Duggan · 10 years ago
  45. 849fea3 Fix string parsing bugs which prevented write commands from working correctly by Andrew Duggan · 10 years ago
  46. d2e1d57 Add a version number by Andrew Duggan · 10 years ago
  47. dca0efc Check the interrupt sources in WaitforIdle to ensure F34 generated the interrupt by Andrew Duggan · 10 years ago
  48. bcdd7c6 Print the interrupt mask part of the function info by Andrew Duggan · 10 years ago
  49. f73fdc7 Change GetReport to only read one report at a time and remove HIDDevice's attention report queue by Andrew Duggan · 10 years ago
  50. f6e278f Stop printing attention reports if GetAttentionReport fails by Andrew Duggan · 10 years ago
  51. 7f495fb Fix Android build errors in f54test by Andrew Duggan · 10 years ago
  52. 11df808 Revert "Remove f54test from Android build since it is currently not compatible" by Andrew Duggan · 10 years ago
  53. a15fa80 Remove f54test from Android build since it is currently not compatible by Andrew Duggan · 10 years ago
  54. ab33df5 Merge pull request #6 from synasnoguchi/master by Andrew Duggan · 10 years ago
  55. c534360 Add f54 test functions by Satoshi Noguchi · 10 years ago
  56. 3020cbb Have interrupt register number and mask in RMIFunction by Satoshi Noguchi · 10 years ago
  57. 2230416 Have register base addresses in 16 bit in RMIFunction by Satoshi Noguchi · 10 years ago
  58. 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
  59. a0b675a Add lockdown command line option by Satoshi Noguchi · 10 years ago
  60. 28b8622 Switch a few types to accommodate larger values. by Andrew Duggan · 10 years ago
  61. d8f0896 Set the page before querying properties by Andrew Duggan · 10 years ago
  62. c14ec9c Stop scanning the PDT if we find an specific function when ScanPDT's endFunc parameter is set by Andrew Duggan · 10 years ago
  63. 9b590b7 rebind the driver when the device file is specified on the command line by Andrew Duggan · 10 years ago
  64. 2f5c0c0 Add function to check if the device is in the bootloader by Andrew Duggan · 10 years ago
  65. 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
  66. a5f70ba Add an option to print a string describing the firmware version and build id. by Andrew Duggan · 10 years ago
  67. 777d012 Product Info is essentially the major and minor version of the firmware by Andrew Duggan · 10 years ago
  68. 049b787 Fix constness in StripPath by Andrew Duggan · 10 years ago
  69. fc7d81c allow inheriting compiler and tools if they are defined in the environment by Andrew Duggan · 10 years ago
  70. 64f3a0c Unbind and rebind the driver to the device after firmware update so that the driver reinitializes by Andrew Duggan · 10 years ago
  71. 18cc3b3 Remove debugging flag. by Andrew Duggan · 10 years ago
  72. 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
  73. 7b4b557 Link against rt for versions of glibc before 2.17 by Andrew Duggan · 10 years ago
  74. 050db0e Restructure firmware_image so that the firmware image checksum gets check before reading from the by Andrew Duggan · 10 years ago
  75. eda9578 Add additional member variable initializations by Andrew Duggan · 10 years ago
  76. 3563d1a Append flags to respect user's env settings by Andrew Duggan · 10 years ago
  77. c7d1643 Make -static build time configurable by Andrew Duggan · 10 years ago
  78. 6e63953 Make makefile linking rules more consistent remove the LD indirection. by Andrew Duggan · 10 years ago
  79. 9409ec7 Use the standard environment variable name for preprocessor flags. by Andrew Duggan · 10 years ago
  80. fe4fb5a Use the make variable so that the correct make gets used. by Andrew Duggan · 10 years ago
  81. 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
  82. 64d6e59 Used signed variables to store the result from read/write. by Andrew Duggan · 10 years ago
  83. 8b77439 Parse the size of the HID reports from the HID Report Descriptor. by Andrew Duggan · 10 years ago
  84. a90829b Add support for v6 bootloaders and RMI F34 version 1 by Andrew Duggan · 10 years ago
  85. 8b79f31 Fix compiler warnings by Andrew Duggan · 10 years ago
  86. 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
  87. fc17a65 Read the Product ID separately. by Andrew Duggan · 10 years ago
  88. a0d5aa6 Add license file. by Andrew Duggan · 10 years ago
  89. 4667eb7 Make sure the device file is specified. by Andrew Duggan · 10 years ago
  90. e9a5cd0 Add additional commands to rmihidtool and allow them to be set from the command line. by Andrew Duggan · 10 years ago
  91. d02a0b0 Initialize member variable pointers to NULL in FirmwareImage. by Andrew Duggan · 10 years ago
  92. 052556f Update copyright notices. by Andrew Duggan · 10 years ago
  93. 63078d5 Add support for multiple protocols in rmihidtool. by Andrew Duggan · 10 years ago
  94. 99b3e57 Return an error if the device or firmware image is missing from the command line. by Andrew Duggan · 10 years ago
  95. 5d47750 Move some functions from HIDDevice to RMIDevice to better support multiple transports update the Android builds. by Andrew Duggan · 10 years ago
  96. 65e5553 Implement timing, this time in microseconds. by Andrew Duggan · 10 years ago
  97. caf09de Simplify Android build process. by Andrew Duggan · 10 years ago
  98. c562f28 Add a basic README. by Andrew Duggan · 10 years ago
  99. 7216358 Add support for compiling for Android. by Andrew Duggan · 10 years ago
  100. 4e81125 Initial commit by Andrew Duggan · 10 years ago