V4L framework progress
Jump to navigation
Jump to search
This page contains the status of all drivers with respect to their adoption of all the new structures that the V4L framework offers.
This should help in identifying those drivers that need more work.
It is expected that this page will be continuously updated whenever new conversion tasks appear.
Bridge Drivers
- driver
The driver name
- V4L2
Whether the driver implements the V4L2 API or still uses the old V4L1 API
- v4l2_device
Whether the driver uses struct v4l2_device
- video_ioctls
Whether the driver uses the video_ioctl2 fops .ioctl op
- have hardware
Can someone test this driver?
driver | V4L2 | v4l2_device | video_ioctl2 | have hardware | comments |
---|---|---|---|---|---|
dsbr100 | 2 | y | y | y | |
radio-mr800 | 2 | y | y | y | |
radio-si470x | 2 | n | y | y | |
radio-tea5764 | 2 | n | y | y | |
arv | 1 | n | n | n | |
bw-qcam | 1 | n | n | n | |
c-qcam | 1 | n | n | y | |
cpia_pp | 1 | n | n | n | |
cpia_usb | 1 | n | n | n | deprecated, replaced by gspca |
cpia2 | 2 | n | n | y | |
et61x251 | 2 | n | n | y | |
gspca | 2 | n | y | y | |
meye | 2 | n | y | n | |
omap24xcam | 2 | n | y | y | |
ov511 | 1 | n | n | y | deprecated, replaced by gspca |
pms | 2 | y | y | y | |
pwc | 2 | n | n | y | |
s2255drv | 2 | n | y | ? | |
se401 | 1 | n | n | y | |
sn9c102 | 2 | n | n | ? | |
soc_camera | 2 | n | y | y | |
stk-webcam | 2 | y | n | ? | |
stradis | 1 | n | n | n | |
stv680 | 1 | n | n | y | deprecated, replaced by gspca |
tea575x-tuner | 2 | n | y | n | |
quickcam_messenger | 1 | n | n | y | deprecated, replaced by gspca |
vicam | 1 | n | n | y | |
ibmcam | 1 | n | n | y | |
konicawc | 1 | n | n | n | |
uvc | 2 | n | n | y | |
w9966 | 1 | n | n | n | |
zc0301 | 2 | n | n | n | |
zr364xx | 2 | n | y | y | |
cx18 | 2 | y | y | y | |
em28xx | 2 | y | y | y | |
saa7134 | 2 | y | y | y | |
ivtv | 2 | y | y | y | |
bttv | 2 | y | y | y | |
cx23885 | 2 | y | y | y | |
hdpvr | 2 | y | y | y | |
davinci | 2 | y | y | y | |
pvrusb2 | 2 | y | y | y | |
saa7164 | 2 | y | y | y | |
usbvision | 2 | y | y | y | |
zoran | 2 | y | y | y | |
mxb | 2 | y | y | y | |
hexium_gemini | 2 | y | y | n | |
hexium_orion | 2 | y | y | n | |
radio-aimslab | 2 | y | y | n | |
radio-aztech | 2 | y | y | n | |
radio-cadet | 2 | y | y | n | |
radio-gemtek | 2 | y | y | y | |
radio-gemtek-pci | 2 | y | y | n | |
radio-maestro | 2 | y | y | n | |
radio-maxiradio | 2 | y | y | n | |
radio-miropcm20 | 2 | y | y | n | |
radio-rtrack2 | 2 | y | y | n | |
radio-sf16fmi | 2 | y | y | n | |
radio-sf16fmr2 | 2 | y | y | n | |
radio-si4713 | 2 | y | y | n | |
radio-terratec | 2 | y | y | n | |
radio-timb | 2 | y | y | n | |
radio-trust | 2 | y | y | n | |
radio-typhoon | 2 | y | y | n | |
radio-zoltrix | 2 | y | y | n |
Sub-Device Drivers
- subdev driver
The sub-device driver name
- uses mediabus
Whether the driver implements the new *_mbus_fmt subdev ops
- uses init
Whether the driver uses the deprecated .core init op
- uses reset
Whether the driver uses the deprecated .core reset op
- have hardware
Can someone test this i2c driver?
i2c driver | uses mediabus | uses init | uses reset | have hardware | comments |
---|---|---|---|---|---|
au0828 | n | y |