ReleaseNote.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2007.06.15 [Jack Chang]
  2. 1. Add ReleaseNote.txt.
  3. 2007.06.28
  4. 1. Change count number for NEC. For remote controller response faster.
  5. 2007.06.28
  6. 1. Change count number back. Because that cause release version remote controller can't work.
  7. 2007.06.29
  8. 1. Fix IR count uncorrect issue.
  9. 2007.07.24
  10. 1. Fix NEC IR continue code fail issue.
  11. 2. Change NEC continue count to 1-->3-->2-->2-->2 ......
  12. 2007.07.25
  13. 1. Fix NEC IR discontinue issue.
  14. 2007.08.08
  15. 1. Add for customerize.
  16. 2. Change NEC continue count to 1-->3-->1-->1-->1 ......
  17. 2007.08.13
  18. 1. When enter Linux, to enable LED1 or LED2.
  19. 2007.08.17
  20. 1. Include Customerzation.h from include\sis516 folder.
  21. 2007.09.21
  22. 1. Modify continue key function. When press IR remote controller, just report Continue_Start & Continue_End for UMF.
  23. 2007.10.02
  24. 1. To disable Timer & enable DisableTimerFlag when UMF call IR_Release function.
  25. 2007.10.08
  26. 1. Fix RCT #722 - Remote control\VOL,CH,按住Vol Up/Down不放再按其他按鈕,音量會持續的增加.
  27. 2. Fix RCT #713 - 連續快速按任何鍵from remote contorl, IR 會有漏收的情況.
  28. 2007.10.25
  29. 1. Add StartTimer0Flag & StopTimer0Flag functions.
  30. 2008.02.15
  31. 1. Add IRHardwareEnableFun() & IRHardwareDisableFun().
  32. 2. Add an IR_Auto_Test define.
  33. 2008.02.19
  34. 1. Add IOCTL for IRHardwareEnableFun() & IRHardwareDisableFun().
  35. 2008.02.25
  36. 1. Update for DebugPrint.
  37. 2008.03.04
  38. 1. Add spin_lock for data buffer read/write.