Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add UIPROTO_RNDIS.



details:   https://anonhg.NetBSD.org/src/rev/334dc7dba9c2
branches:  trunk
changeset: 767509:334dc7dba9c2
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Jul 20 16:53:27 2011 +0000

description:
Add UIPROTO_RNDIS.

diffstat:

 sys/dev/usb/usb.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7628c58a5c12 -r 334dc7dba9c2 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Wed Jul 20 14:41:39 2011 +0000
+++ b/sys/dev/usb/usb.h Wed Jul 20 16:53:27 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.91 2011/01/18 08:29:24 matt Exp $    */
+/*     $NetBSD: usb.h,v 1.92 2011/07/20 16:53:27 jakllsch Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -546,6 +546,7 @@
 #define UICLASS_WIRELESS       0xe0
 #define  UISUBCLASS_RF                 0x01
 #define   UIPROTO_BLUETOOTH            0x01
+#define   UIPROTO_RNDIS                        0x03
 
 #define UICLASS_APPL_SPEC      0xfe
 #define  UISUBCLASS_FIRMWARE_DOWNLOAD  1



Home | Main Index | Thread Index | Old Index