1. 15 5月, 2014 1 次提交
  2. 07 1月, 2014 1 次提交
  3. 15 8月, 2013 1 次提交
  4. 01 7月, 2013 1 次提交
    • D
      Input: add OLPC AP-SP driver · b56ece9a
      Daniel Drake 提交于
      The OLPC XO-1.75 and XO-4 laptops include a PS/2 touchpad and an AT
      keyboard, yet they do not have a hardware PS/2 controller. Instead, a
      firmware runs on a dedicated core ("Security Processor", part of the SoC)
      that acts as a PS/2 controller through bit-banging.
      
      Communication between the main cpu (Application Processor) and the
      Security Processor happens via a standard command mechanism implemented
      by the SoC. Add a driver for this interface to enable keyboard/mouse
      input on this platform.
      
      Original author: Saadia Baloch
      Signed-off-by: NDaniel Drake <dsd@laptop.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      b56ece9a