1.\" $NetBSD: urndis.4,v 1.10 2019/12/29 20:58:34 triaxx Exp $ 2.\" 3.\" Copyright (c) 2010 Michael Knudsen <mk@openbsd.org> 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 10.\" - Redistributions of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" - Redistributions in binary form must reproduce the above 13.\" copyright notice, this list of conditions and the following 14.\" disclaimer in the documentation and/or other materials provided 15.\" with the distribution. 16.\" 17.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 20.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 21.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 23.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 24.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 25.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 27.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" POSSIBILITY OF SUCH DAMAGE. 29.\" 30.\" $OpenBSD: urndis.4,v 1.11 2011/07/20 13:12:16 jasper Exp $ 31.\" 32.Dd September 1, 2019 33.Dt URNDIS 4 34.Os 35.Sh NAME 36.Nm urndis 37.Nd USB Remote NDIS Ethernet device 38.Sh SYNOPSIS 39.Cd "urndis* at uhub?" 40.Sh DESCRIPTION 41The 42.Nm 43driver provides support for Ethernet access over Remote NDIS. 44The 45.Nm 46driver should work with all USB RNDIS devices, but the following devices are 47known to work: 48.Pp 49.Bl -bullet -compact -offset indent 50.It 51Geeksphone ONE 52.It 53Google Nexus One 54.It 55HTC Desire 56.It 57HTC Dream / T-Mobile G1 / ADP1 58.It 59HTC Hero 60.It 61HTC Magic 62.It 63HTC Tattoo 64.It 65HTC Wildfire 66.It 67LGE Nexus 5 68.It 69Motorola Moto X (2nd Gen.) 70.It 71Samsung Galaxy S / S2 72.It 73Samsung Galaxy S8 Active 74.It 75Sony Xperia XA2 76.El 77.Pp 78The 79.Nm 80driver does not support different media types or options. 81For more information on configuring this device, see 82.Xr ifconfig 8 . 83.Sh DIAGNOSTICS 84See 85.Xr usbnet 4 86for diagnostics. 87.Sh SEE ALSO 88.Xr arp 4 , 89.Xr intro 4 , 90.Xr netintro 4 , 91.Xr usb 4 , 92.Xr usbnet 4 , 93.Xr ifconfig.if 5 , 94.Xr ifconfig 8 95.Sh HISTORY 96The 97.Nm 98device driver first appeared in 99.Ox 4.7 100and in 101.Nx 6.0 . 102.Sh AUTHORS 103.An -nosplit 104The 105.Nm 106driver was written by 107.An Jonathan Armani Aq Mt armani@openbsd.org , 108.An Michael Knudsen Aq Mt mk@openbsd.org , 109and 110.An Fabien Romano Aq Mt fabien@openbsd.org . 111