Lines Matching +full:0 +full:x409
52 FUNCTION="$GADGET/functions/uvc.0"
72 uvc.0 +
214 mkdir $FUNCTION/control/extensions/xu.0
215 pushd $FUNCTION/control/extensions/xu.0
223 # chain is IT > PU > XU.0 > OT
228 # control. For example to flag the 0th, 2nd and 3rd controls available:
229 echo 0x0d > bmControls
244 0x03
245 0x03
256 out with 0x00, for example:
261 0x03
262 0x05
269 0x03
273 0x03
274 0x00
291 echo 0x05 > $FUNCTION/control/processing/default/bmControls
295 echo 0x60 > $FUNCTION/control/terminal/camera/default/bmControls
300 0x00.
320 # For the VideoStreaming Interface 0/1 Descriptors.
322 mkdir -p $GADGET/strings/0x409/iad_desc
323 echo -n "Interface Associaton Descriptor" > $GADGET/strings/0x409/iad_desc/s
324 ln -s $GADGET/strings/0x409/iad_desc $FUNCTION/iad_desc
330 mkdir -p $GADGET/strings/0x409/xu.0
331 echo -n "A Very Useful Extension Unit" > $GADGET/strings/0x409/xu.0/s
332 ln -s $GADGET/strings/0x409/xu.0 $FUNCTION/control/extensions/xu.0
340 endpoint 0). At present support for sending data through this endpoint is missing