1. 20 11月, 2009 2 次提交
  2. 04 11月, 2009 1 次提交
  3. 03 11月, 2009 2 次提交
  4. 01 11月, 2009 1 次提交
  5. 30 10月, 2009 2 次提交
  6. 29 10月, 2009 10 次提交
  7. 27 10月, 2009 2 次提交
  8. 26 10月, 2009 2 次提交
  9. 25 10月, 2009 1 次提交
  10. 23 10月, 2009 10 次提交
  11. 21 10月, 2009 5 次提交
  12. 18 10月, 2009 1 次提交
  13. 17 10月, 2009 1 次提交
    • S
      [ARM] pxa/spitz: add gpio button support (fixes regression) · f6919eb4
      Stanislav Brabec 提交于
      Updating desc for lid keys and resending patch with proper comments:
      Define Spitz buttons as GPIO keys in a way compatible with the old driver:
      
      On/Off: As Suspend EV_PWR key
      Raw values of lid sensors SWA and SWB: As EV_SW switches
      SWA: Display Down
      SWB: Lid Closed
      Recommended user space decoding:
      SWA==0 & SWB==0: lid opened (landscape mode)
      SWA==1 & SWB==0: invalid (or mechanic race condition)
      SWA==0 & SWB==1: lid closed with display up (portrait mode or mechanic
                       race condition while closing to display-less mode)
      SWA==1 & SWB==1: lid closed with display down (display-less mode)
      
      AK_INT remote trigger is not mapped as input event. Without complete
      remote driver and remote pull-up control it has no useful
      interpretation.
      Signed-off-by: NStanislav Brabec <utx@penguin.cz>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      f6919eb4