I am trying to hook up an external camera (borescope) via USB OTG and these drivers need to be enabled. They apparently are not enabled in stock kernel. I am currently running XXLSZ stock ROM with PhilZ stock kernel.
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.
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.