mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
media: cec: move compat_ioctl handling to cec-api.c
All the CEC ioctls are compatible, and they are only implemented in one driver, so we can simply let this driver handle them natively. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
b5d3206112
commit
e6c8320648
2 changed files with 1 additions and 12 deletions
|
@ -1195,18 +1195,6 @@ COMPATIBLE_IOCTL(VIDEO_CLEAR_BUFFER)
|
|||
COMPATIBLE_IOCTL(VIDEO_SET_STREAMTYPE)
|
||||
COMPATIBLE_IOCTL(VIDEO_SET_FORMAT)
|
||||
COMPATIBLE_IOCTL(VIDEO_GET_SIZE)
|
||||
/* cec */
|
||||
COMPATIBLE_IOCTL(CEC_ADAP_G_CAPS)
|
||||
COMPATIBLE_IOCTL(CEC_ADAP_G_LOG_ADDRS)
|
||||
COMPATIBLE_IOCTL(CEC_ADAP_S_LOG_ADDRS)
|
||||
COMPATIBLE_IOCTL(CEC_ADAP_G_PHYS_ADDR)
|
||||
COMPATIBLE_IOCTL(CEC_ADAP_S_PHYS_ADDR)
|
||||
COMPATIBLE_IOCTL(CEC_G_MODE)
|
||||
COMPATIBLE_IOCTL(CEC_S_MODE)
|
||||
COMPATIBLE_IOCTL(CEC_TRANSMIT)
|
||||
COMPATIBLE_IOCTL(CEC_RECEIVE)
|
||||
COMPATIBLE_IOCTL(CEC_DQEVENT)
|
||||
|
||||
/* joystick */
|
||||
COMPATIBLE_IOCTL(JSIOCGVERSION)
|
||||
COMPATIBLE_IOCTL(JSIOCGAXES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue