[patch] include/linux/major.h for USB majors

Dunlap, Randy (randy.dunlap@intel.com)
Wed, 3 Nov 1999 16:50:52 -0800


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BF265E.A6843B63
Content-Type: text/plain;
charset="iso-8859-1"

This patch file is against 2.3.25.

Adds USB major dev numbers to include/linux/major.h.

/Randy

------_=_NextPart_000_01BF265E.A6843B63
Content-Type: application/octet-stream;
name="major.h.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="major.h.diff"

--- include/linux/major.h.orig Tue Oct 26 15:02:14 1999=0A=
+++ include/linux/major.h Wed Nov 3 16:53:12 1999=0A=
@@ -120,6 +120,10 @@=0A=
#define RTF_MAJOR 150=0A=
#define RAW_MAJOR 162=0A=
=0A=
+#define USB_ACM_MAJOR 166=0A=
+#define USB_ACM_AUX_MAJOR 167=0A=
+#define USB_CHAR_MAJOR 180=0A=
+=0A=
#define UNIX98_PTY_MASTER_MAJOR 128=0A=
#define UNIX98_PTY_MAJOR_COUNT 8=0A=
#define UNIX98_PTY_SLAVE_MAJOR =
(UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT)=0A=

------_=_NextPart_000_01BF265E.A6843B63--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/