aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cxd2099/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/cxd2099/TODO')
-rw-r--r--drivers/staging/media/cxd2099/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/media/cxd2099/TODO b/drivers/staging/media/cxd2099/TODO
new file mode 100644
index 00000000000..375bb6f8ee2
--- /dev/null
+++ b/drivers/staging/media/cxd2099/TODO
@@ -0,0 +1,12 @@
1For now, data is passed through '/dev/dvb/adapterX/sec0':
2 - Encrypted data must be written to 'sec0'.
3 - Decrypted data can be read from 'sec0'.
4 - Setup the CAM using device 'ca0'.
5
6But this is wrong. There are some discussions about the proper way for
7doing it, as seen at:
8 http://www.mail-archive.com/linux-media@vger.kernel.org/msg22196.html
9
10While there's no proper fix for it, the driver should be kept in staging.
11
12Patches should be submitted to: linux-media@vger.kernel.org.