1. 27 10月, 2011 1 次提交
  2. 19 10月, 2011 1 次提交
    • M
      Input: adp5589-keys - add support for the ADP5585 derivatives · 3f48e735
      Michael Hennerich 提交于
      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: NMichael Hennerich <michael.hennerich@analog.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      3f48e735
  3. 13 10月, 2011 2 次提交
  4. 12 10月, 2011 1 次提交
  5. 11 10月, 2011 10 次提交
  6. 10 10月, 2011 3 次提交
  7. 07 10月, 2011 5 次提交
  8. 05 10月, 2011 5 次提交
  9. 29 9月, 2011 1 次提交
  10. 21 9月, 2011 10 次提交
  11. 13 9月, 2011 1 次提交
    • C
      Input: wacom - fix touch parsing on newer Bamboos · 8f906860
      Chris Bagwell 提交于
      Bamboos with Product ID's > 0xD4 return values unrelated to pressure
      in touch 1 pressure field.  They also report 2nd touch X/Y values
      shifted down 1 byte (where pressure was).  This results in jumpy
      1 finger touch and totally invalid 2nd finger data.
      
      For touch detection, switch to a Touch Present single bit that
      all versions of Bamboo support.
      
      For touch 2 offset, calculate offset based on a bit that is set
      different between the two packet layouts.
      
      Since touch pressure reports were removed from driver, there was
      no need to be reading pressure any more.
      Signed-off-by: NChris Bagwell <chris@cnpbagwell.com>
      Reviewed-by: NPing Cheng <pinglinux@gmail.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      8f906860