Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src Pull up following revision(s) (requested by nia in ticke...



details:   https://anonhg.NetBSD.org/src/rev/50f672d1c829
branches:  netbsd-10
changeset: 373556:50f672d1c829
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 17 17:36:26 2023 +0000

description:
Pull up following revision(s) (requested by nia in ticket #89):

        share/man/man4/urndis.4: revision 1.11
        sys/dev/usb/if_urndis.c: revision 1.48

urndis(4): Add OnePlus 5T to the quirky devices list. This allows it to
be attached as an urndis instead of ugen, and to transmit this commit
message across the tubes.

urndis.4: Add OnePlus 5T

diffstat:

 share/man/man4/urndis.4 |  6 ++++--
 sys/dev/usb/if_urndis.c |  5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 9163c3067f70 -r 50f672d1c829 share/man/man4/urndis.4
--- a/share/man/man4/urndis.4   Fri Feb 17 17:36:10 2023 +0000
+++ b/share/man/man4/urndis.4   Fri Feb 17 17:36:26 2023 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: urndis.4,v 1.10 2019/12/29 20:58:34 triaxx Exp $
+.\" $NetBSD: urndis.4,v 1.10.8.1 2023/02/17 17:36:26 martin Exp $
 .\"
 .\" Copyright (c) 2010 Michael Knudsen <mk%openbsd.org@localhost>
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\" $OpenBSD: urndis.4,v 1.11 2011/07/20 13:12:16 jasper Exp $
 .\"
-.Dd September 1, 2019
+.Dd February 12, 2023
 .Dt URNDIS 4
 .Os
 .Sh NAME
@@ -68,6 +68,8 @@
 .It
 Motorola Moto X (2nd Gen.)
 .It
+OnePlus 5T
+.It
 Samsung Galaxy S / S2
 .It
 Samsung Galaxy S8 Active
diff -r 9163c3067f70 -r 50f672d1c829 sys/dev/usb/if_urndis.c
--- a/sys/dev/usb/if_urndis.c   Fri Feb 17 17:36:10 2023 +0000
+++ b/sys/dev/usb/if_urndis.c   Fri Feb 17 17:36:26 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urndis.c,v 1.47 2022/03/03 05:56:58 riastradh Exp $ */
+/*     $NetBSD: if_urndis.c,v 1.47.4.1 2023/02/17 17:36:26 martin Exp $ */
 /*     $OpenBSD: if_urndis.c,v 1.31 2011/07/03 15:47:17 matthew Exp $ */
 
 /*
@@ -21,7 +21,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urndis.c,v 1.47 2022/03/03 05:56:58 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urndis.c,v 1.47.4.1 2023/02/17 17:36:26 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -103,6 +103,7 @@
        { USB_VENDOR_HTC,       USB_PRODUCT_HTC_ANDROID },
        { USB_VENDOR_SAMSUNG,   USB_PRODUCT_SAMSUNG_ANDROID2 },
        { USB_VENDOR_SAMSUNG,   USB_PRODUCT_SAMSUNG_ANDROID },
+       { USB_VENDOR_ONEPLUS,   USB_PRODUCT_ONEPLUS_A5010 }
 };
 
 static usbd_status



Home | Main Index | Thread Index | Old Index