You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
4.2 KiB

  1. 2018/8/22 v2.5.6722
  2. -Support scan more USB devices.
  3. 2018/12/03 v2.5.7103
  4. -Support 80H84 series.
  5. -Fix parsing Vkey data problem.
  6. -Fix UART resistive controller report point error.
  7. 2018/12/21 v2.5.7121
  8. -Support Key combination, ex:"ctrl"+"A"
  9. (keycode:https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/input-event-codes.h)
  10. 2019/02/01 v2.5.7301
  11. -Fix send wrong touch data when using active pen.
  12. 2019/02/18 v2.5.7318
  13. -Report resolution change to 2048.
  14. 2019/02/22 v2.5.7322
  15. -Support scan specific Product ID only.
  16. 2019/02/25 v2.5.7325
  17. -Adjust input event setting.
  18. 2019/03/08 v2.5.7408
  19. -Improve compatibility for Android system.
  20. 2019/03/13 v2.5.7413
  21. -Support HID Keyboard.
  22. 2019/04/10 v2.5.7510
  23. -Improve scan device process.
  24. 2019/05/02 v2.5.7602
  25. -Fix touch data problem when using UART interface.
  26. 2019/05/08 v2.5.7608
  27. -Fix mouse right click function.
  28. 2019/06/13 v2.5.7713
  29. -Improve compatibility for Android system.
  30. 2019/06/18 v2.5.7718
  31. -Improve scan USB device process.
  32. -Improve compatibility for Android system.
  33. 2019/08/22 v2.5.7922
  34. -Improve driver initial process for Raptor.
  35. 2019/08/30 v2.5.7930
  36. -Support multi monitor.
  37. 2019/10/18 v2.5.8118
  38. -Fix report format problem about Raptor 1.12 & Raptor 1.13.
  39. 2019/10/24 v2.5.8124
  40. -Improve monitor mapping process.
  41. 2019/10/30 v2.5.8130
  42. -Improve monitor mapping process.
  43. 2019/12/05 v2.5.8305
  44. -Improve monitor mapping process.
  45. 2019/12/15 v2.5.8315
  46. -Scan more UART device path.
  47. 2020/01/08 v2.5.8408
  48. -Add the physical path name to create Android input device.
  49. 2020/02/13 v2.5.8513
  50. -Add the physical path name to create Linux input device.
  51. 2020/02/20 v2.5.8520
  52. -Improve driver initial process.
  53. -Fix detect monitor rotation function.
  54. 2020/03/19 v2.5.8619
  55. -Update setup script.
  56. 2020/03/25 v2.5.8625
  57. -Update setup script.
  58. -Fix monitor mapping problem after system suspend resume.
  59. 2020/03/30 v2.5.8630
  60. -Update programming guide.
  61. 2020/04/08 v2.5.8708
  62. -Fix monitor mapping problem.
  63. -Fix multi touch controller problem.
  64. -Fix click on release function.
  65. 2020/05/05 v2.5.8805
  66. -Update setup script.
  67. -Update programming guide.
  68. -Improve performance.
  69. 2020/05/25 v2.5.8825
  70. -Improve driver initial process.
  71. -Fix monitor mapping problem for resistive controller.
  72. 2020/07/29 v2.5.9025
  73. -Fix resolution issue.
  74. 2020/08/21 v2.5.9321
  75. -Support ETR8000.
  76. -support 80H84 series point calibration.
  77. 2020/11/04 v2.5.9406
  78. -Update Android calibration APK eGalaxCalibrator_v0.17.
  79. -Support 1.018 FW of MERCURY controller.
  80. -Screen rotation follow system setting.
  81. -Set touch device to external device in Android.
  82. 2021/03/09 v2.5.9809
  83. -Change file mode from 777 to 666
  84. -Fix build warning.
  85. -Modify eGTouchA.ini Pipe_IN/OUT path from /data/ to /data/eGalax/ for Android.
  86. 2021/03/10 v2.5.9810
  87. -Fix DetectRotation fail issue.
  88. 2021/05/04 v2.5.10004
  89. -Fix Android Pen Pressure range.
  90. -Add Android Pen ID report.
  91. -Fix Android TILT_X TILT_Y range.
  92. 2021/05/10 v2.5.10010
  93. -Add GetReportInfo()
  94. -Fix Linux Pen Pressure, TILTE_X/Y range
  95. -Add Pen ID
  96. 2021/06/18 v2.5.10118
  97. -Improve R/W Uinput fail issue.
  98. -Remove daemon(0,0) for Android.
  99. 2021/07/06 v2.5.10206
  100. -fix Android version < 4 issue
  101. -fix GetReportInfo fail, set to default value.
  102. 2021/10/22 v2.5.10522
  103. 1.Add support OrionFamily new IC B4XXX & D4XXX.
  104. 3.Fix TILT_Y issue.
  105. 5.Add ini parameter "RS232HWFlowCtl"
  106. 6.Inprove ini file auto generate.
  107. 7.Inprove RS232 scan.
  108. 2021/11/10610
  109. 1.Add parameter "BarrelKeyEnable" to support Pen Barrel Key as RightClick
  110. 2021/11/10626
  111. 1.improvement serial packet parsing.
  112. 2021/12/10703
  113. 1.improvement Merge USB Cmd.
  114. 2022/04/21 v2.5.11121
  115. 1.Improvement APen support for new Orion 4.18 kernel.
  116. 2.Support VKey combo set, Maximum 5 combo key
  117. 3.Fix RS232 must /dev/ttyXXX issue.
  118. 2022/09/12 v2.5.11612
  119. 1. Add Support New Orion Familly IC "PCAP A", "PCAP B", "PCAP D", "PCAP E" Series.
  120. 2. Add parameter -i for set ini file path.
  121. 3. Add ini [string] parameter "eGalaxToolPath" for Android pipe & log path.
  122. 4. Inprove when PCAT UART baud rate = 9600 No Touch issue.
  123. 2022/10/03 v2.5.11703
  124. 1. Fix PCAP UART interface buad rate 9600 issue.
  125. 2. Add Support Event Type A on Linux.