1. 08 Nov, 2011 1 commit
    • Chris Bagwell's avatar
      Input: wacom - ignore unwanted bamboo packets · 5a6c865d
      Chris Bagwell authored
      Bamboo's Pen and Touch packets always start with a value
      of 0x02 in first byte.  In 3rd gen Bamboo's, the hw is now
      periodically sending some additional packets with unrelated data
      and uses a value other than 0x02 to inform driver this.
      
      Ignore those packets now.
      
      This was reported by users as bad behavior in Gimp. The
      invalid packets being processed made the stylus report
      out of proximity for the 1 packet and this triggered some
      secondary bug which caused Gimp to stop drawing until
      user really took pen out of proximity of tablet.
      Signed-off-by: default avatarChris Bagwell <chris@cnpbagwell.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      5a6c865d
  2. 05 Nov, 2011 2 commits
  3. 29 Oct, 2011 1 commit
  4. 27 Oct, 2011 6 commits
  5. 19 Oct, 2011 1 commit
    • Michael Hennerich's avatar
      Input: adp5589-keys - add support for the ADP5585 derivatives · 3f48e735
      Michael Hennerich authored
      The ADP5585 family keypad decoder and IO expander is similar to the ADP5589,
      however it features less IO pins, and lacks hardware assisted key-lock
      functionality. Unfortunately the register addresses are different, as well as
      the event codes and bit organization within the port related registers.
      
      Move ADP5589 Register defines from the header file into the main source file.
      Add new defines while making sure we don't break existing platform_data.
      Add register address translation, and turn device specific defines into variables.
      Introduce some helper functions and disable functions that doesn't
      exist on the added devices.
      Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      3f48e735
  6. 13 Oct, 2011 2 commits
  7. 12 Oct, 2011 1 commit
  8. 11 Oct, 2011 10 commits
  9. 10 Oct, 2011 3 commits
  10. 07 Oct, 2011 5 commits
  11. 05 Oct, 2011 4 commits
  12. 28 Sep, 2011 1 commit
  13. 21 Sep, 2011 3 commits