17f07c01bc
When uvc_gadget application tries to call ioctl to send response for usb control request, it might call compat_ioctl on platforms having 32bit userspace and 64bit kernel space. This leads to UVC functionality failure as v4l2_compat_ioctl32() is checking only for ioctl type as "V" and returning error for usb ioctl of type "U". Hence fix the issue by adding check for ioctl type of "U" as well and allow calling corresponding ioctl callback. CRs-Fixed: 3081837 Change-Id: Ie7ae67a796a8af5ea4a80fd437943b0f3d3b2afe Signed-off-by: Zhou Guo <zhouguo@codeaurora.org> |
||
---|---|---|
.. | ||
cec | ||
common | ||
dvb-core | ||
dvb-frontends | ||
firewire | ||
i2c | ||
mmc | ||
pci | ||
platform | ||
radio | ||
rc | ||
spi | ||
tuners | ||
usb | ||
v4l2-core | ||
Kconfig | ||
Makefile | ||
media-device.c | ||
media-devnode.c | ||
media-entity.c |