summaryrefslogtreecommitdiff
path: root/udev_lib.h
diff options
context:
space:
mode:
authorazarah@nosferatu.za.org <azarah@nosferatu.za.org>2004-11-17 19:10:07 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:12:41 -0700
commit9dfe20eff709a251da92c473ea94615887497e0a (patch)
tree0a745948044ef8a7477b43a5bd3b7d6f11975c5c /udev_lib.h
parent0bac7bab72648fe9f2667287b38d371929341b4f (diff)
[PATCH] Some updates for Gentoo's udev rules
Hi, Here is a few updates for the udev.rules.gentoo from udev package. I will summarise it briefly: 1) The last change you did to legacy tty's is wrong. I say this because: 1a) The original devfs rules had both master and slave in /dev/pty: nosferatu linux # grep devfs_name drivers/char/pty.c pty_driver->devfs_name = "pty/m"; pty_slave_driver->devfs_name = "pty/s"; nosferatu linux # 1b) If you refer to '2.6.8.1-mm1 Tty problems?', you will see that the /dev/tty/ directory our rules create, replaces this symlink: nosferatu portage # ls -l /dev/tty crw-rw-rw- 1 root tty 5, 0 Nov 14 17:06 /dev/tty nosferatu portage # which is used to determine the controlling tty. 2) Somebody added the /dev/cpu/microcode rule, but it was not run as there was an older rule before that placing it in /dev/misc (which is wrong). Just remove the first broken rule 3) Some form/tab cleanups. Reorder rules alphabetically according to device class to make searching/editing easier.
Diffstat (limited to 'udev_lib.h')
0 files changed, 0 insertions, 0 deletions