1. 27 Apr, 2019 1 commit
    • Philipp Zabel's avatar
      Input: synaptics-rmi4 - fill initial format · 9f6da5d4
      Philipp Zabel authored
      The driver doesn't set an initial video format until s_input is called:
      
        $ v4l2-ctl -d /dev/v4l-touch0 --get-input
        Video input : 0 (Normalized 16-Bit Image: ok)
        $ v4l2-ctl -d /dev/v4l-touch0 --get-fmt-video
        	Width/Height      : 0/0
        	Pixel Format      : ''
        	[...]
        $ v4l2-ctl -d /dev/v4l-touch0 --set-input 0
        Video input set to 0 (Normalized 16-Bit Image: Touch, ok)
        $ v4l2-ctl -d /dev/v4l-touch0 --get-fmt-video
        	Width/Height      : 71/40
        	Pixel Format      : 'TD16'
        	[...]
      
      To fix this, initialize the video format to input 0 during probe.
      Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      9f6da5d4
  2. 26 Apr, 2019 2 commits
  3. 23 Apr, 2019 2 commits
  4. 04 Apr, 2019 4 commits
  5. 03 Apr, 2019 3 commits
  6. 04 Mar, 2019 2 commits
  7. 19 Feb, 2019 1 commit
  8. 18 Feb, 2019 1 commit
  9. 17 Feb, 2019 9 commits
  10. 09 Feb, 2019 2 commits
  11. 08 Feb, 2019 3 commits
  12. 07 Feb, 2019 10 commits