source: udev-config/ChangeLog@ bb8939c

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since bb8939c was bb8939c, checked in by Bryan Kadzban <bryan@…>, 15 years ago
  • Install udev's 40-isdn.rules to handle ISDN (CAPI) devices; remove udev-config rules for them. Fixes more of #2297.
  • Use the dialout group instead of uucp. Udev has moved to a Debian-like setup, where the uucp group is for a UUCP daemon, and dialout is for devices. (This undoes much of r8428 as well.) Fixes the rest of #2314, and more of #2297.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 9.5 KB
Line 
12009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
2 * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
3 version, which has a better match via SUBSYSTEM).
4 * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
5 to standardize on a Debian-like setup (uucp is for UUCP daemons to use
6 for privilege separation; dialout is for users and devices).
7
82008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
9 * 55-lfs.rules: Change one line to use continuation so it does
10 not overflow the book's width.
11
122008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
13 * 55-lfs.rules: Remove several rules that are either provided by upstream,
14 or that don't have any effect (there is no /dev/js or /dev/djs according
15 to devices.txt).
16 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
17 everywhere, per upstream's general request.
18
192008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
20 * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
21 numbers. Thanks to Trent Shea for the fix. Closes #2278.
22
232008-10-15 DJ Lucas <dj@linuxfromscratch.org>
24 * 55-lfs.rules: Override default perms on floppy disk devices provided
25 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
26 LFS ticket #2076.
27
282008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
29 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
30 already handled by udev's 50-udev-default.rules file. The docs
31 can be added back later if needed.
32 * Makefile: Don't install the above deleted files.
33 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
34 50-udev-default.rules file handles it properly.
35
362008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
37 * Makefile: Make the package DESTDIR-friendly by installing the docs
38 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
39 trying to figure out what version of udev was just installed.
40
412007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
42 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
43 the rules that override upstream's assignment of the dialout group.
44 Replace "dialout" with "uucp" on the remaining rules.
45
462007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
47 * 51-lfs.rules: Move to 55-lfs.rules.
48 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
49
502007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
51 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
52 new 50-udev-defaults.rules file; remove them. Override permissions
53 where needed elsewhere (and document overrides in comments).
54 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
55 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
56
57 * 25-lfs.rules: Move to 51-lfs.rules.
58 * 27-firmware.rules: Move to 81-firmware.rules.
59 * 81-cdrom.rules: Move to 61-cdrom.rules.
60
61 * doc/25-lfs.txt: Rename to 51-lfs.txt.
62 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
63 the upstream rules.
64 * doc/27-firmware.txt: Rename to 81-firmware.txt.
65 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
66
67 * Makefile: Use new filenames.
68
692007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
70 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
71 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
72 to only trigger on "add" events. This change is not backwards
73 compatible with older kernels.
74
752007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
76 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
77 which is what's expected in userspace apps such as x86info.
78
792007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
80 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
81 and floppies (create extra nodes based on CMOS type), copied from
82 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
83
842007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
85 * Makefile: Use `udevd --version' to work out what version of Udev is
86 installed (requires Udev >= 106)
87
882007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
89 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
90 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
91
922006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
93 * Makefile: Add a missing backslash in install-extra-doc.
94
95 * 05-udev-early.rules, 60-persistent-input.rules,
96 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
97 will install these files from udev's etc/udev/rules.d directory
98 instead.
99 * Makefile: Don't install these rules files after all. Also, only
100 install corresponding docs if requested.
101
1022006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
103 * Makefile: Added; contains targets to install rules and doc files.
104 From Dan Nicholson.
105
1062006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
107 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
108 upstream sample rules files (from udev-102), except for one rule
109 which is more specific in our tarball and should probably be changed
110 upstream.
111 * doc/60-persistent-storage.txt: Modify to match the changes. Also
112 fix a couple typos.
113
114 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
115 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
116
117 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
118 glob matching, not regular expressions, so the old rules would match
119 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
120 character after the "fixed" portion was in the list, the rule would
121 match; it wouldn't apply the same character range to later characters.
122
123 * doc/25-lfs.txt: Add a note on interaction between permissions and
124 symlinks.
125
1262006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
127 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
128 0660).
129
130 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
131 Also tweak the comment about other TTY devices.
132
1332006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
134 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
135 2.6.18, this rule is no longer required.
136
137 * doc/05-udev-early.txt: Update to match.
138
1392006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
140 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
141 at least the parts I understand. (I don't use DASD or netblock or
142 several other supported configurations.)
143
144 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
145
146 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
147 now finished.
148
1492006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
150 * doc/60-persistent-input.txt: Explain (in probably too much detail)
151 60-persistent-input.rules.
152
1532006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
154 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
155
156 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
157
158 * doc/27-firmware.txt: Explain 27-firmware.rules.
159
1602006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
161 * doc/25-lfs.txt: Explain 25-lfs.rules.
162
163 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
164
1652006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
166 * doc: New subdirectory to contain documentation of rules
167 * doc/README: New file, top-level documentation
168 * doc/*.txt: New documentation files, one for each rules file. Only
169 05-udev-early.txt has anything in it.
170
1712006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
172 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
173 of setting NAME to an empty string. This matches the way we ignore
174 devmapper / LVM devices.
175
1762006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
177 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
178 60-persistent-input.rules creates persistent symlinks for input
179 devices, and 95-udev-late.rules enables udevmonitor.
180
181 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
182 ATTRS{removable} on partition devices. Replace ATTRS{removable}
183 with ATTR{removable} on whole-disk devices.
184
1852006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
186 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
187 in the rule that waits for the "bus" symlink should be replaced by
188 SUBSYSTEMS.
189
1902006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
191 * Adapted rules to the new matches used in udev-098 and above (e.g.,
192 SYSFS becomes ATTRS). Prevents warnings, and support for the old
193 matches will be removed eventually. These rules will not work with
194 udev-097 and before!
195 * Fixed several bugs in the rules left over from previous udev
196 versions (missing commas, overwriting user symlinks using ="..."
197 instead of +="...", and matching against "*" instead of "?*").
198
199 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
200 entries. (See standards.info; search it for "changelog" to get
201 the general gist.)
202
203dnicholson - Jul 14, 2006
204 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
205 to Anthony Wright.
206
207n/a - Jul 12, 2006
208 * Added options so temporary nodes are not created with device-mapper
209 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
210 SUBSYSTEM=="block" test.
211 * Added simple 81-cdrom.rules file to set cdrom group ownership
212
213n/a - Jun 07, 2006
214 * Removed nvidia rules
215 * Removed bug reporting rule
216 * Moved Debian-based persistent CD-ROM rules to contrib
217 * Adapted firmware rule to udev-093
218
219n/a - May 15, 2006
220 * Part one of 25-lfs.rules rewrite
221 * Some minor tweaking of the layout
222
223n/a - May 12, 2006
224 * Initial import of the udev-config directory.
225 * Reorganized and modularized the rules files.
226 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.