1. 7522f26 Update version for v1.3.10 release by Vincent Huang · 1 year, 7 months ago
  2. 1ed13a9 Add error handling by David Chiu · 2 years, 1 month ago
  3. 492fabb Support checking MSL by David Chiu · 2 years, 1 month ago
  4. 53b3c84 Merge pull request #35 from blueue/writeprotect by Vincent Huang · 2 years, 1 month ago
  5. 9bb07fb Merge pull request #34 from blueue/debug by Vincent Huang · 2 years, 1 month ago
  6. 833d55a Rename function by David Chiu · 2 years, 1 month ago
  7. b081422 Support write protection by David Chiu · 2 years, 1 month ago
  8. 1adbac0 Write signature if we can confirm its existence. by David Chiu · 2 years, 2 months ago
  9. ea217e5 Merge pull request #33 from blueue/master by Vincent Huang · 2 years, 3 months ago
  10. 0c81a55 Remove duplicated debugging message by David Chiu · 2 years, 3 months ago
  11. aa18b07 Merge pull request #32 from blueue/BLv10 by Vincent Huang · 2 years, 3 months ago
  12. 6940581 Merge branch 'master' into BLv10 by Vincent Huang · 2 years, 3 months ago
  13. 7f553ab Support debugging message in read/write by David Chiu · 2 years, 3 months ago
  14. e4e7242 Fix wrong assignment for BL v10 by David Chiu · 2 years, 3 months ago
  15. fff8689 Support writing FLD and GlobalParameters for bootlodare v10, and updating flow for bootloader v10 as well. by David Chiu · 2 years, 3 months ago
  16. d438ada Fix warnings by David Chiu · 2 years, 3 months ago
  17. 2b62809 Support writing signature by David Chiu · 2 years, 3 months ago
  18. e9115fa Parsing driver name instead of assigning one by David Chiu · 2 years, 3 months ago
  19. 1157623 Use the feature of toggling interrupts if it exists this feature report. by David Chiu · 2 years, 3 months ago
  20. 8809cf5 Separate the product ID checking from touchscreen's flow by David Chiu · 2 years, 4 months ago
  21. 1247098 Support checking product ID by David Chiu · 2 years, 4 months ago
  22. 209baef Update version for V1.3.9 release by Vincent Huang · 2 years, 4 months ago
  23. 6dde813 Read attention after enabling flashing for touchpad by David Chiu · 2 years, 4 months ago
  24. 8452c46 Disable this feature until we can make sure device has this feature already. by David Chiu · 2 years, 4 months ago
  25. 19496e9 Separate the code flow for TouchPad from TouchScreen. by David Chiu · 2 years, 4 months ago
  26. 84a72ab Support toggle interrupts mask by setting feature report by David Chiu · 2 years, 5 months ago
  27. 3725921 Update version for v1.3.8 release by Vincent Huang · 2 years, 6 months ago
  28. f28f77e Define the waiting time period for read partition. by David Chiu · 2 years, 6 months ago
  29. 386d65d Read attention before read flash status. by David Chiu · 2 years, 6 months ago
  30. b08492c Update version for v1.3.7 release by Vincent Huang · 2 years, 6 months ago
  31. c0a94c6 Add timeout 10 ms for select() and resend scheme in Read() to avoid indefinitely loop because of wrong report ID in return. by David Chiu · 2 years, 6 months ago
  32. 894fb79 Update version for v1.3.6 release by Vincent Huang · 3 years ago
  33. bfb3cb8 Separate the touchscreen flow from touchpad flow about several wait attention. by David Chiu · 3 years ago
  34. 5287a6c Update version for v1.3.5 release by Vincent Huang · 3 years, 1 month ago
  35. 18b8746 Remove redundant parsing by David Chiu · 3 years, 1 month ago
  36. 34da1e8 Update version for v1.3.4 release by Andrew Duggan · 3 years, 1 month ago
  37. 79481d2 Merge pull request #14 from enh-google/master by Andrew Duggan · 3 years, 2 months ago
  38. 7801df5 Update version for v1.3.3 release by Vincent Huang · 3 years, 5 months ago
  39. 3bd4858 Not triggering rebind driver after entering bootloader mode for TP case. by David Chiu · 3 years, 5 months ago
  40. 4b3b901 Update version for v1.3.2 release by Vincent Huang · 3 years, 7 months ago
  41. 47a49a5 Change path name for i2c_hid to i2c_hid_acpi according to patch on 2020/11, and also need backward compatible. by David Chiu · 3 years, 7 months ago
  42. 5cb1405 Add a condition in HID descriptor for PTP, and let workaround of erasing before parsing necessary information be run for touch screen only. by david.chiu@tw.synaptics.com · 3 years, 7 months ago
  43. 81bddc4 Update version for v1.3.1 release by Vincent Huang · 3 years, 8 months ago
  44. 47043ab Merge pull request #15 from blueue/master by Vincent Huang · 3 years, 8 months ago
  45. 931b61f Initialize varibales as NULL to avoid segmentation fault even no allocation as below. by david.chiu@tw.synaptics.com · 3 years, 8 months ago
  46. 997ad22 Fix the Android build. by Elliott Hughes · 4 years, 2 months ago
  47. ba3c9d2 Update README with current Android build instructions. by Elliott Hughes · 4 years, 2 months ago
  48. 8d12a56 Fix Application.mk. by Elliott Hughes · 4 years, 2 months ago
  49. 9c8fb8c Merge pull request #12 from blueue/master by Vincent Huang · 4 years, 9 months ago
  50. 70a56dd Add sanity check for partitions. by David Chiu · 4 years, 9 months ago
  51. f13d3d0 Update version for v1.3.0 release by Andrew Duggan · 4 years, 10 months ago
  52. 8ace50e Remove debug print statements by Andrew Duggan · 4 years, 10 months ago
  53. b6ef2f2 Update indentation to make it consistent by Andrew Duggan · 4 years, 10 months ago
  54. 9bec054 Merge pull request #10 from blueue/master by Andrew Duggan · 4 years, 10 months ago
  55. 8ade3e9 Support reflashing on bootloader version 8. by knockout · 4 years, 10 months ago
  56. 1df8c82 Update version to v1.2.14 by Andrew Duggan · 4 years, 11 months ago
  57. f498a3a Print firmware version in decimal instead of hex by Andrew Duggan · 4 years, 11 months ago
  58. 658df49 Update to version v1.2.13 by Andrew Duggan · 6 years ago
  59. 876b06b Workaround to check event maximum value by Vincent Huang · 6 years ago
  60. 459d02f update version to v1.2.12 by Andrew Duggan · 6 years ago
  61. e62aba1 Increase timeout to wait for device to appear by Andrew Duggan · 6 years ago
  62. c5daf57 Revert "Add delay between bind and unbind to avoid race when binding the driver" by Andrew Duggan · 6 years ago
  63. 91f8d44 update version to v1.2.11 by Andrew Duggan · 6 years ago
  64. 580f8ec Add delay between bind and unbind to avoid race when binding the driver by Andrew Duggan · 6 years ago
  65. e1c2a56 Fix RMI4UPDATE_GETOPTS by Andrew Duggan · 6 years ago
  66. 3057b70 Fix spacing in help text by Andrew Duggan · 6 years ago
  67. ae8c6a0 Reset the device if firmware update fails by Andrew Duggan · 6 years ago
  68. b834379 Cache the transport device and use that when rebinding the driver and read all pending inotifyt events by Andrew Duggan · 6 years ago
  69. c0d59b4 Add option to filter based on touchscreen or touchpad by Leon Tu · 6 years ago
  70. dc1391f update version to v1.2.10 by Andrew Duggan · 6 years ago
  71. 2141f71 Use fixed width interger types to avoid sign extending bus, vendor, or product ids by Andrew Duggan · 6 years ago
  72. 68216c5 update version to v1.2.9 by Andrew Duggan · 6 years ago
  73. 282f3a0 Workaround to prevent firmware from resetting into UI when rebinding driver by Leon Tu · 6 years ago
  74. 90045d6 Update f54test test tool by Leon Tu · 6 years ago
  75. 82213a2 update version to v1.2.8 by Andrew Duggan · 7 years ago
  76. 16305e8 Fix warning about uninitialized variable by Andrew Duggan · 7 years ago
  77. 1db0d35 For HID devices restore the original operating mode on close by Andrew Duggan · 7 years ago
  78. 3781959 Consolidate utility functions into the rmidevice library by Andrew Duggan · 7 years ago
  79. f1abc11 update version to v1.2.7 by Andrew Duggan · 7 years ago
  80. c2fb002 Restore enter flash programming for devices using older versions of F34 by Andrew Duggan · 7 years ago
  81. 1272cb3 Add support for devices which use bootloader v7 by Leon Tu · 7 years ago
  82. d737a3b update version to v1.2.6 by Andrew Duggan · 8 years ago
  83. 9c30400 Fix minor issues in the help text by Andrew Duggan · 8 years ago
  84. b5d8d22 Don't automatically switch back to mouse mode by Andrew Duggan · 8 years ago
  85. 496af6c update version to v1.2.5 by Andrew Duggan · 8 years ago
  86. 4aeaf4c Make sure members get cleared if HIDDevice::Open() fails by Andrew Duggan · 8 years ago
  87. f5c049f Make sure the RMIDevice's members are cleared on close by Andrew Duggan · 8 years ago
  88. 8efee6b Make sure device is closed if it doesn't match search criteria by Andrew Duggan · 8 years ago
  89. e596c80 Switch to rmidevice's device discovery in rmi4update by Andrew Duggan · 8 years ago
  90. fdaf793 Filter device discovery based on device type by Andrew Duggan · 8 years ago
  91. 21d9d30 Consolidate device discovery into the rmidevice library by Andrew Duggan · 8 years ago
  92. 5aa97c9 Remove redundant enum in hiddevice.h by Andrew Duggan · 8 years ago
  93. a8ea0fc rmi4update: add option to print the config id by Andrew Duggan · 8 years ago
  94. 59b6f4b update version to v1.2.4 by Andrew Duggan · 8 years ago
  95. 25113d6 rmidevice: Make sure config id doesn't get sign extended on 64 bit builds by Andrew Duggan · 8 years ago
  96. 62fd9c1 Update version number by Andrew Duggan · 8 years ago
  97. 93ff9d8 rmihidtool: Print device info when in interactive mode by Andrew Duggan · 8 years ago
  98. 8438f38 rmihidtool: Search for a device if non is provided by Andrew Duggan · 8 years ago
  99. 93de3d6 rmidevice / rmihidtool: Add feature to print config id by Andrew Duggan · 8 years ago
  100. 8900caa Update version number by Andrew Duggan · 9 years ago