source: udev-config/ChangeLog@ a429714

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 a429714 was 4c40da5, checked in by Bruce Dubbs <bdubbs@…>, 16 years ago

Split one udev rule so it is not wider than the book's page.

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

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