source: udev-config/ChangeLog@ fb55e1f

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.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 fb55e1f was 17b7b24, checked in by Bryan Kadzban <bryan@…>, 15 years ago

Duplicate the RTC-setting rule for non-rtc-class kernels. Move the assignment to MODE after the match on ACTION. Add a missing changelog entry (copied from svn log, then reworded).

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

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