Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] unimplemented ioctls in dmx.h



Hi,

linux/dvb/dmx.h defines 3 unimplemented ioctls:

#define DMX_GET_EVENT            _IOR('o',46,struct dmx_event)
#define DMX_GET_CAPS             _IOR('o',48,dmx_caps_t)
#define DMX_SET_SOURCE           _IOW('o',49,dmx_source_t)

Does anyone use one of these somehow in patched drivers? If so, it would
be nice to send a patch so it can be included in dmxdev.c. However, if
they are not used, then I would like to remove these definitions to
minimize confusion and unused source code.

If DMX_GET_EVENT shall not be removed, then the following patch is
needed, because the type time_t is used by struct dmx_event:

--- dmx.h.orig  Mon Jan 27 17:53:29 2003
+++ dmx.h       Sun Jan 26 22:50:56 2003
@@ -28,6 +28,7 @@
 #include <linux/types.h>
 #else
 #include <stdint.h>
+#include <time.h>
 #endif
 
 #define DMX_FILTER_SIZE 16

Regards,
Andreas



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index