media: usbvision: deprecate driver
[linux-2.6-microblaze.git] / drivers / staging / media / usbvision / TODO
1 The driver is deprecated and scheduled for removal by the end
2 of 2020.
3
4 In order to prevent removal the following actions would have to
5 be taken:
6
7 - clean up the code
8 - convert to the vb2 framework
9 - fix the disconnect and free-on-last-user handling (i.e., add
10   a release callback for struct v4l2_device and rework the code
11   to use that correctly).