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.

112 lines
2.7 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.