summaryrefslogtreecommitdiff
path: root/drivers/staging/media/usbvision/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/usbvision/TODO')
-rw-r--r--drivers/staging/media/usbvision/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/media/usbvision/TODO b/drivers/staging/media/usbvision/TODO
new file mode 100644
index 000000000000..e9fb4d125581
--- /dev/null
+++ b/drivers/staging/media/usbvision/TODO
@@ -0,0 +1,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).