1. 14 5月, 2015 1 次提交
  2. 07 4月, 2015 1 次提交
  3. 02 2月, 2015 1 次提交
  4. 09 1月, 2015 1 次提交
  5. 25 11月, 2014 1 次提交
  6. 14 11月, 2014 2 次提交
  7. 08 11月, 2014 2 次提交
  8. 09 9月, 2014 3 次提交
  9. 27 8月, 2014 2 次提交
  10. 08 6月, 2014 2 次提交
  11. 06 5月, 2014 1 次提交
  12. 23 4月, 2014 1 次提交
  13. 19 12月, 2013 1 次提交
  14. 06 12月, 2013 1 次提交
  15. 25 8月, 2013 1 次提交
  16. 07 7月, 2013 1 次提交
    • M
      Input: elantech - fix for newer hardware versions (v7) · 9eebed7d
      Matteo Delfino 提交于
      * Fix version recognition in elantech_set_properties
      
        The new hardware reports itself as v7 but the packets'
        structure is unaltered.
      
      * Fix packet type recognition in elantech_packet_check_v4
      
        The bitmask used for v6 is too wide, only the last three bits of
        the third byte in a packet (packet[3] & 0x03) are actually used to
        distinguish between packet types.
        Starting from v7, additional information (to be interpreted) is
        stored in the remaining bits (packets[3] & 0x1c).
        In addition, the value stored in (packet[0] & 0x0c) is no longer
        a constant but contains additional information yet to be deciphered.
        This change should be backwards compatible with v6 hardware.
      
      Additional-author: Giovanni Frigione <gio.frigione@gmail.com>
      Signed-off-by: NMatteo Delfino <kendatsuba@gmail.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      9eebed7d
  17. 20 9月, 2012 1 次提交
  18. 10 4月, 2012 2 次提交
  19. 21 11月, 2011 2 次提交
  20. 10 11月, 2011 2 次提交
  21. 11 10月, 2011 1 次提交
  22. 21 9月, 2011 2 次提交
  23. 10 9月, 2011 7 次提交
  24. 17 5月, 2011 1 次提交