Lines Matching +full:over +full:- +full:sampling
37 Function-specific configfs interface
38 ------------------------------------
45 The attribute is read-only.
51 ------------------------
76 Function-specific configfs interface
77 ------------------------------------
87 Ethernet over USB link
89 Ethernet over USB link
95 configuration. The ifname is read-only and contains the name of the interface
99 ------------------------
116 Function-specific configfs interface
117 ------------------------------------
127 Ethernet over USB link
129 Ethernet over USB link
135 configuration. The ifname is read-only and contains the name of the interface
139 -------------------------------
156 Function-specific configfs interface
157 ------------------------------------
167 Ethernet over USB link
169 Ethernet over USB link
175 configuration. The ifname is read-only and contains the name of the interface
179 ------------------------
196 Function-specific configfs interface
197 ------------------------------------
209 ------------------------
220 Function-specific configfs interface
221 ------------------------------------
246 $ echo -ne \\x05\\x01\\x09\\x06\\xa1.....
249 ------------------------
253 - create the gadget
254 - connect the gadget to a host, preferably not the one used
256 - run a program which writes to /dev/hidg<N>, e.g.
263 - observe the keystrokes from the gadget
270 Function-specific configfs interface
271 ------------------------------------
282 -----------------------------
286 host: test-usb (tools/usb/testusb.c)
293 Function-specific configfs interface
294 ------------------------------------
327 read-only. This is implied if CD-ROM emulation
333 being a CD-ROM.
339 ---------------------------------
350 Function-specific configfs interface
351 ------------------------------------
366 -------------------------
375 $ arecordmidi -l
377 14:0 Midi Through Midi Through Port-0
379 $ arecordmidi -p 24:0 from_gadget.mid
383 $ aplaymidi -l
387 $ aplaymidi -p 20:0 to_host.mid
393 $ arecordmidi -l
397 $ arecordmidi -p 20:0 from_host.mid
401 $ aplaymidi -l
403 14:0 Midi Through Midi Through Port-0
406 $ aplaymidi -p24:0 to_gadget.mid
414 $ aplaymidi -l
416 14:0 Midi Through Midi Through Port-0
423 $ aplaymidi -p 128:0 file.mid
430 whatever is played at the gadget side with aplaymidi -l is audible
438 Function-specific configfs interface
439 ------------------------------------
449 Ethernet over USB link
451 Ethernet over USB link
457 configuration. The ifname is read-only and contains the name of the interface
461 ------------------------
478 Function-specific configfs interface
479 ------------------------------------
486 The attribute is read-only.
491 -------------------------
495 seriald -f /dev/ttyGS<Y> -s 1024
499 serialc -v <vendorID> -p <productID> -i<interface#> -a1 -s1024 \
500 -t<out endpoint addr> -r<in endpoint addr>
504 https://github.com/felipebalbi/usb-tools.git master
511 Function-specific configfs interface
512 ------------------------------------
523 ---------------------------
529 http://www.spinics.net/lists/linux-usb/msg85689.html
533 git://git.gitorious.org/meego-cellular/phonet-utils.git
537 $ ./phonet -a 0x10 -i usbpn0
544 $ ./phonet -a 0x6c -i upnlink0
550 http://www.spinics.net/lists/linux-usb/msg85690.html
554 $ ./pnxmit -a 0x6c -r
558 $ ./pnxmit -a 0x10 -s 0x6c
565 $ ./pnxmit -a 0x10 -r
569 $ ./pnxmit -a 0x6c -s 0x10
576 Function-specific configfs interface
577 ------------------------------------
587 Ethernet over USB link
589 Ethernet over USB link
595 configuration. The ifname is read-only and contains the name of the interface
599 --------------------------
616 Function-specific configfs interface
617 ------------------------------------
624 The attribute is read-only.
629 ---------------------------
634 echo VID PID >/sys/bus/usb-serial/drivers/generic/new_id
659 Function-specific configfs interface
660 ------------------------------------
668 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
677 -------------------------------
681 host: test-usb (tools/usb/testusb.c)
689 Function-specific configfs interface
690 ------------------------------------
708 -------------------------
714 aplay -l # should list our USB Audio Gadget
721 Function-specific configfs interface
722 ------------------------------------
729 c_srate capture sampling rate
732 p_srate playback sampling rate
734 req_number the number of pre-allocated request for both capture
741 -------------------------
744 host: aplay -l # should list our USB Audio Gadget
751 $ arecord -f dat -t wav -D hw:2,0 | aplay -D hw:0,0 &
755 $ arecord -f dat -t wav -D hw:CARD=UAC2Gadget,DEV=0 | \
756 aplay -D default:CARD=OdroidU3
763 Function-specific configfs interface
764 ------------------------------------
799 # ln -s header/h class/fs
800 # ln -s header/h class/ss
801 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p
810 # ln -s ../../uncompressed/u
812 # ln -s ../../header/h
814 # ln -s ../../header/h
816 # ln -s ../../header/h
820 ------------------------
824 # uvc-gadget -u /dev/video<uvc video node #> -v /dev/video<vivid video node #>
826 where uvc-gadget is this program:
827 http://git.ideasonboard.org/uvc-gadget.git
831 http://www.spinics.net/lists/linux-usb/msg99220.html
835 luvcview -f yuv
842 Function-specific configfs interface
843 ------------------------------------
854 ----------------------------
860 # ls -l /devices/virtual/usb_printer_gadget/
870 host->device transmission:
880 device->host transmission::
899 Function-specific configfs interface
900 ------------------------------------
907 c_srate capture sampling rate
910 p_srate playback sampling rate
912 req_number the number of pre-allocated request for both capture
919 -------------------------
922 host: aplay -l # should list our USB Audio Gadget
929 $ arecord -f dat -t wav -D hw:2,0 | aplay -D hw:0,0 &
933 $ arecord -f dat -t wav -D hw:CARD=UAC1Gadget,DEV=0 | \
934 aplay -D default:CARD=OdroidU3