1. 10 10月, 2016 6 次提交
  2. 27 9月, 2016 1 次提交
    • M
      HID: alps: fix multitouch cursor issue · 9a54cf46
      Masaki Ota 提交于
      Issue reproduction procedure:
      
      1. three or more fingers put on Touchpad.
      2. release fingers from Touchpad.
      3. move the cursor by one finger.
      4. the cursor does not move.
      
      Cause:
      
      We do not notify multi fingers state correctly to input subsystem.  For
      example, when three fingers release from Touchpad, fingers state is 3 -> 0. It
      needs to notify first, second and third finger's releasing state.
      
      Fix this by not breaking out on z axis and move x,y,z input handling
      code to the correct place so that it's in fact per-finger.
      
      [jkosina@suse.cz: reword changelog]
      Signed-off-by: NMasaki Ota <masaki.ota@jp.alps.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      9a54cf46
  3. 26 9月, 2016 10 次提交
  4. 22 9月, 2016 2 次提交
  5. 19 9月, 2016 12 次提交
  6. 31 8月, 2016 1 次提交
  7. 29 8月, 2016 5 次提交
  8. 17 8月, 2016 3 次提交