1. 04 4月, 2019 1 次提交
  2. 27 3月, 2019 8 次提交
  3. 10 3月, 2019 4 次提交
  4. 04 3月, 2019 1 次提交
  5. 20 2月, 2019 1 次提交
  6. 19 2月, 2019 1 次提交
  7. 17 2月, 2019 12 次提交
  8. 12 2月, 2019 2 次提交
  9. 10 2月, 2019 5 次提交
  10. 08 2月, 2019 4 次提交
  11. 07 2月, 2019 1 次提交
    • M
      Input: ili210x - add ILI251X support · 49588917
      Marek Vasut 提交于
      Add support for ILI251x touch controller. This controller is similar
      to the ILI210x, except for the following differences:
      - Does not support I2C R-W transfer, Read must be followed by an
        obscenely long delay, and then followed by Write
      - Does support 10 simultaneous touch inputs.
      - Touch data format is slightly different, pressure reporting does not
        work although the touch data contain such information.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      49588917