Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.15 9 lines 293 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config USB_S2255 3 tristate "USB Sensoray 2255 video capture device" 4 depends on VIDEO_V4L2 5 select VIDEOBUF2_VMALLOC 6 help 7 Say Y here if you want support for the Sensoray 2255 USB device. 8 This driver can be compiled as a module, called s2255drv. 9