1. 20 10月, 2017 2 次提交
  2. 30 9月, 2017 1 次提交
  3. 12 9月, 2017 1 次提交
    • L
      Input: edt-ft5x06 - fix access to non-existing register · 47014752
      Luca Ceresoli 提交于
      reg_addr->reg_report_rate is supposed to exist in M06, not M09.
      
      The driver is written to skip avoids access to non-existing registers
      when the register address is NO_REGISTER (0xff). But
      reg_addr->reg_report_rate is initialized to 0x00 by devm_kzalloc() (in
      edt_ft5x06_ts_probe()) and not changed thereafter. So the checks do
      not work and an access to register 0x00 is done.
      
      Fix by setting reg_addr->reg_report_rate to NO_REGISTER.
      
      Also fix the only place where reg_report_rate is checked against zero
      instead of NO_REGISTER.
      Signed-off-by: NLuca Ceresoli <luca@lucaceresoli.net>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      47014752
  4. 23 5月, 2017 1 次提交
  5. 23 1月, 2017 1 次提交
  6. 07 1月, 2017 1 次提交
  7. 23 8月, 2016 1 次提交
  8. 16 7月, 2016 2 次提交
  9. 10 2月, 2016 1 次提交
  10. 17 10月, 2015 4 次提交
  11. 07 10月, 2015 1 次提交
  12. 28 9月, 2015 5 次提交
  13. 18 7月, 2015 1 次提交
  14. 12 7月, 2015 1 次提交
  15. 26 6月, 2015 2 次提交
  16. 25 3月, 2015 2 次提交
  17. 16 12月, 2014 1 次提交
  18. 02 11月, 2014 1 次提交
  19. 14 10月, 2014 1 次提交
  20. 14 8月, 2014 1 次提交
  21. 19 7月, 2014 1 次提交
  22. 08 6月, 2014 1 次提交
  23. 04 4月, 2014 1 次提交
  24. 29 3月, 2014 5 次提交
  25. 21 1月, 2014 1 次提交