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

Dunlap, Randy (randy.dunlap@intel.com)
Mon, 25 Oct 1999 08:22:02 -0700


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_01BF1EFC.B06656BA
Content-Type: text/plain;
charset="iso-8859-1"

This patch file is against 2.3.23.

Adds USB major dev numbers to major.h.

~Randy

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

--- major.h.orig Mon Aug 23 10:18:38 1999=0A=
+++ major.h Fri Oct 22 17:04:00 1999=0A=
@@ -117,11 +117,15 @@=0A=
=0A=
#define AURORA_MAJOR 79=0A=
=0A=
-#define RAW_MAJOR 162=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=
+=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=
/*=0A=
* Tests for SCSI devices.=0A=

------_=_NextPart_000_01BF1EFC.B06656BA--

-
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/