Module Name: src
Committed By: jakllsch
Date: Wed Jul 20 16:53:27 UTC 2011
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
Add UIPROTO_RNDIS.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/usb/usb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/usb.h
diff -u src/sys/dev/usb/usb.h:1.91 src/sys/dev/usb/usb.h:1.92
--- src/sys/dev/usb/usb.h:1.91 Tue Jan 18 08:29:24 2011
+++ src/sys/dev/usb/usb.h Wed Jul 20 16:53:27 2011
@@ -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