diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-05-06 13:51:26 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-05-06 13:51:26 +0000 |
commit | 90f99b8c30747c59b7882e4f1ef110353b432e21 (patch) | |
tree | 20fc16e6f44c46ed89908146b8f743cb86c2e4d1 | |
parent | 83df0b4ee946c6c5aa9f97cf9a1ab643b54ac6b3 (diff) | |
download | FreeBSD-src-90f99b8c30747c59b7882e4f1ef110353b432e21.zip FreeBSD-src-90f99b8c30747c59b7882e4f1ef110353b432e21.tar.gz |
Added USB HID devices major number.
Submitted by: MAEKAWA Masahide
-rw-r--r-- | sys/conf/majors | 3 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 19228ab..a971a37 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.70 1999/05/02 21:52:15 n_hibma Exp $ +$Id: majors.i386,v 1.71 1999/05/04 10:48:22 phk Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -171,5 +171,6 @@ chrdev name comments 119 ast ATAPI tape 120 aud Audit Device <robert+freebsd@cyrus.watson.org> 121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org> +122 uhid USB HID devices <hibma@skylink.it> 200 ?? entries from 200-255 are reserved for local use 255 ?? entries from 200-255 are reserved for local use diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 19228ab..a971a37 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.70 1999/05/02 21:52:15 n_hibma Exp $ +$Id: majors.i386,v 1.71 1999/05/04 10:48:22 phk Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -171,5 +171,6 @@ chrdev name comments 119 ast ATAPI tape 120 aud Audit Device <robert+freebsd@cyrus.watson.org> 121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org> +122 uhid USB HID devices <hibma@skylink.it> 200 ?? entries from 200-255 are reserved for local use 255 ?? entries from 200-255 are reserved for local use |