Difference between revisions of "USB Gadget"
Jump to navigation
Jump to search
(Created page with "Category:UNIX Hacks{{metadesc|Creating a composite USB gadget}} == Miscellaneous Links == * [https://www.kernel.org/doc/Documentation/usb/gadget_configfs.txt USB Kernel...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* [https://www.kernel.org/doc/Documentation/usb/gadget_configfs.txt USB Kernel Support] | * [https://www.kernel.org/doc/Documentation/usb/gadget_configfs.txt USB Kernel Support] | ||
+ | * [https://www.kernel.org/doc/Documentation/usb/gadget_multi.txt Kernel Multifunction Composite Gadget] | ||
+ | * [https://www.kernel.org/doc/Documentation/usb/mass-storage.txt Kernel Mass Storage Gadget] | ||
+ | * [https://www.kernel.org/doc/Documentation/usb/gadget_hid.txt Kernel USB HID gadget driver] | ||
* [https://www.isticktoit.net/?p=1383 Examples] | * [https://www.isticktoit.net/?p=1383 Examples] |