Message ID | 552E899E.2050703@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Randy, On 15.04.2015 17:54, Randy Dunlap wrote: > --- > drivers/input/touchscreen/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20150415.orig/drivers/input/touchscreen/Kconfig > +++ linux-next-20150415/drivers/input/touchscreen/Kconfig > @@ -981,6 +981,7 @@ config TOUCHSCREEN_SUR40 > tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen" > depends on USB > depends on MEDIA_USB_SUPPORT > + depends on VIDEO_V4L2 > select INPUT_POLLDEV > select VIDEOBUF2_DMA_SG > help > Thanks for catching this. I assumed videobuf2 would to auto-select video-v4l2 in any case. Best, Florian
--- linux-next-20150415.orig/drivers/input/touchscreen/Kconfig +++ linux-next-20150415/drivers/input/touchscreen/Kconfig @@ -981,6 +981,7 @@ config TOUCHSCREEN_SUR40 tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen" depends on USB depends on MEDIA_USB_SUPPORT + depends on VIDEO_V4L2 select INPUT_POLLDEV select VIDEOBUF2_DMA_SG help