aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/rndis.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-4/+2
In a number of places we had wordings of the GPL (or LGPL in a few cases) license text that were split in such a way that it wasn't caught previously. Convert all of these to the correct SPDX-License-Identifier tag. Signed-off-by: Tom Rini <trini@konsulko.com>
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev1-0/+8
Add waiting for receiving Ethernet gadget state on the Windows host side before dropping pullup, but keep it for debug. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev1-0/+252
Port USB gadget RNDIS protocol support from linux-2.6.26 (.27 gadget stack actually has composite drivers). Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>