Lines Matching +full:en +full:- +full:usb
12 In its standard configuration it provides a single USB configuration
13 with RNDIS[1] (that is Ethernet), USB CDC[2] ACM (that is serial) and
14 USB Mass Storage functions.
18 have two configurations -- one with RNDIS and another with CDC ECM[3].
20 Please note that if you use non-standard configuration (that is enable
26 To make use of the gadget one needs to make it work on host side --
31 ------------------
38 This is also true for two configuration set-up with RNDIS
43 --------------------
50 First of all, Windows need to detect the gadget as an USB composite
52 Windows lets USB Generic Parent Driver[5] handle the device which then
61 create a proper INF -- and of course, if you do submit it!
70 implementing USB Mass Storage class and selects appropriate driver.
90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
98 interface numbers hard-coded in them (it's not hard to change those
108 some drivers information (changing USB port may sometimes help plus
115 and Windows 7, all 32-bit versions. It should work on 64-bit versions
120 -------------
125 out-of-the-box.
145 [[https://msdn.microsoft.com/en-us/library/ee484414.aspx]].
148 and other USB classes can be found at
149 [[http://www.usb.org/developers/devclass_docs/]].
153 [4] [[https://msdn.microsoft.com/en-us/library/ff537109(v=VS.85).aspx]]
155 [5] [[https://msdn.microsoft.com/en-us/library/ff539234(v=VS.85).aspx]]
165 [9] [[https://msdn.microsoft.com/en-us/library/ff570620.aspx]]