summaryrefslogtreecommitdiff
path: root/drivers/staging/media/usbvision/TODO
blob: e9fb4d1255817fd2719e89c9e0a380638a8297a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
The driver is deprecated and scheduled for removal by the end
of 2020.

In order to prevent removal the following actions would have to
be taken:

- clean up the code
- convert to the vb2 framework
- fix the disconnect and free-on-last-user handling (i.e., add
  a release callback for struct v4l2_device and rework the code
  to use that correctly).