[Q] Are there N5110 kernels with Video4Linux(V4L2) & USB Video Class(UVC) enabled?

Search This thread

v35lee

Senior Member
Mar 29, 2010
71
10
[Q] Are there N5110 kernels with Video4Linux(V4L2) & USB Video Class(UVC) enabled?

I am trying to hook up an external USB camera (borescope) via USB OTG and these drivers need to be enabled. They apparently are not enabled in stock kernel. I am currently running stock 4.2.2 not rooted, but would root/install different kernel etc if these drivers would be enabled.

Is anyone aware of a kernel with these drivers enabled?

Evidently requires the following in the defconfig or .config file:
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_COMMON=y
CONFIG_VIDEO_MEDIA=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y

I'm sure this is a simple change but beyond my skill level...

Thanks for any help.