usb: gadget: uvc: Use macro for interrupt endpoint status size instead of using a...
authorBhupesh Sharma <bhupesh.sharma@st.com>
Fri, 1 Jun 2012 09:38:55 +0000 (15:08 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Jun 2012 15:12:31 +0000 (18:12 +0300)
commit5797663674b0d802f275761e71593b32b0849242
tree86f1ee4d35e18002d99d2f930424018bb8b79491
parent3de6e63f7845e99981e489ddccf70b3ec02fe00a
usb: gadget: uvc: Use macro for interrupt endpoint status size instead of using a MAGIC number

This patch adds a MACRO for the UVC video control status (interrupt) endpoint and
removes the magic number which was being used earlier.

Some UDCs have issues supporting an interrupt IN endpoint having a max packet
size less than a particular value (say 32). It is easier in that case to simply
change the MACRO value instead of changing the max packet size value at a
number of locations.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_uvc.c
This page took 0.030094 seconds and 5 git commands to generate.