1 Summary of changes from v173 to v174
2 ============================================
5 ata_id: Check for Compact Flash card
8 Add mic mute keycode support for Lenovo Thinkpad USB keyboard
11 gtk-doc: delete empty files
12 libudev: list - use binary search for list lookup
13 rules: move input_id to default rules
14 implement path_id, usb_id, input_id as built-in command
15 do not remove static nodes on module unload
16 rules: remove legacy rules for cdrom and usb printer
18 preserve 'sticky bit' on 'add/change' events
19 libudev: util_get_sys_(subsystem,driver}() -> util_get_sys_core_link_value()
20 export USEC_INITIALIZED= and take timestamp on message receive time
21 libudev: udev_device_get_sysattr_value() return syspath of custom links
22 libudev: list - properly sort linked list not only the index
23 mknod: do not complain about existing node
25 libudev: fix typo in documentation
26 rules: fuse: do not mount fusectl from udev rules
27 keymap: add genius keymap to Makefile
29 usb_id: can't use global variables when used as built-in
30 remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys
31 libudev: export udev_util_encode_string()
33 systemd: no not start udev in a container
34 systemd: no not start udev in a container
35 delete left-over files in extras/
36 systemd: update drop-in sd-daemon files
37 udevadm: control - use /run/udev/control socket instead of abstract namespace one
38 udevd: control - no not delete socket file when --daemon is used
39 udev_ctrl_cleanup()- accept NULL as argument
41 udevd: install into /lib/udev instead of /sbin
42 udevd: add missing braces
43 systemd: use ConditionCapability=CAP_MKNOD instead of ConditionVirtualization=!container
44 rules: do not load sg module
47 keymap: add Genius SlimStar 320
50 keymap: Update Acer Aspire 5920g
53 make: allow to pass ${ACLOCAL_FLAGS}
56 keymap: update the OLPC keymap for correct function key behavior
59 udevadm: settle - return failure if unknown option is given
62 udevd: exit - process events before signals in worker
65 keymap: Support keymap overrides in /etc/udev/keymaps
66 keymap: Support for microphone mute button on ThinkPad X220 et al
69 Summary of changes from v172 to v173
70 ============================================
73 configure: allow to disable mtd_probe
76 make: fix 'make tar-sync'
77 udevd: use 'uptime' in debug timestamp
78 udevd: fix (recently) broken static node permission setting
79 rules: mount fuse filesystem only 'add'
80 udevadm: move udevadm command descriptions into their files
81 udev-acl: skip ACLs when systemd is running, disable by default
82 do not delete database when renaming netif, the db name does not change anymore
83 do not allow kernel properties to be set by udev rules
84 configure: reorder options
85 rules: input - do not create (broken) links for bluetooth devices
86 rules: serial - do not export ID_PORT, use ID_USB_INTERFACE_NUM
87 rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUM
88 keymap: do not run usb_id for bluetooth devices
89 udevadm: trigger --type=failed - log deprecation warning
90 udevd: debug - put timestamp in []
93 gudev: Ship JavaScript examples
95 Remove obsolete extras/scsi_id/scsi_id.config
96 keymap: Only run on key devices
99 Summary of changes from v171 to v172
100 ============================================
103 accelerometer: add orientation property
104 udev-acl: fix memleak
105 accelerometer: add documentation
108 udevadm-*.c: return != 0, if unknown option given
109 udev/udevadm-monitor.c: fixed misplaced brace
112 rules: apply 'audio' group of the static snd/{seq,timer} nodes
113 Makefile: add tar-sync
114 rules: static_node - use 0660 if group is given to get the cigar
115 rule-syntax-check.py: use print()
117 rules: run input_id for main input devices too
119 configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR
120 cdrom_id: add tray lock and eject handling
121 rules: enable in-kernel media-presence polling
123 delete mobile-action-modeswitch which has moved to usb_modeswitch
124 libudev: enumerate - scan /sys/module
125 rules: move polling rule above 'block' match
126 libudev: monitor - update doc
127 rules: set polling value only if it is disabled
128 libudev: device - fix udev_device_get_tags_list_entry() to always load database
129 rules: remove redundant MODE="0664" from lp rules
130 rules: fix wrong wildcard match, we always need a ':*' at the end
131 libudev: device - export udev_device_has_tag()
132 path_id: add missing '-' to tape suffix
133 path_id: add ID_PATH_TAG= to be used in udev tags
134 enforce valid TAG+= names
136 libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc
137 libudev: enumerate - add udev_enumerate_add_match_parent()
138 libudev: enumerate - include parent device itself with match_parent()
139 libudev: enumerate - clarify documentation
140 path_id: recognize ACPI parent devices
141 rules: input - call path_id for ACPI devices
142 udevadm: monitor - use uptime to match the kernel's timestamp
143 libudev: ctrl - move code to udev directory
144 update sd-daemon.[ch]
147 rules: support for gpt partition uuid/label
150 Support more MSI notebook by using asterisk on dmi vendor name
153 Add missing commas to 95-keymap.rules
156 keymap: Add Microsoft Natural Keyboard
157 keymap: Add force-release quirk for Hannspree SN10.
158 keymap: Add slight name variations of Toshiba Satellites
161 ata_id: show the error message when HDIO_GET_IDENTITY fails
164 Summary of changes from v170 to v171
165 ============================================
168 libudev: export symbols explicitely and individually from C code not from separate file or prefix match
169 libudev: device - make a bunch of symbols static
170 systemd: Replace Requires= with Wants=, run trigger in parallel
171 systemd: sort trigger after socket
172 systemd: trigger - run after udev.service (for now)
173 systemd: set socket buffer size to 128 MB like udev has
176 libudev: monitor - use SOCK_NONBLOCK
177 systemd: split socket file
178 systemd: add missing socket files
179 rules: fix whitespace
180 rules: implement TAGS== match
181 libudev: enumerate - do not ignore other matches when add_match_tag() is used
182 rules: support substitutions in TAG=
183 path_id: allow to be asked about usb_devices not only usb_interfaces
184 systemd: run udev.service and udev-trigger.service in parallel
186 Scott James Remnant (1):
187 configure: allow usb.ids location to be specified
190 Summary of changes from v169 to v170
191 ============================================
194 libudev: ctrl - properly wait for incoming message after connect
197 configure.ac: fixes for rule_generator and modeswitch
200 Summary of changes from v168 to v169
201 ============================================
204 simplify rules file overwrite logic
205 libudev: list - use bit flags for 'sort' and 'unique'
206 libudev: queue - _unref() should return the object
207 remove dead fstab_import files
208 hid2hci: prepare move to bluez package
209 set event timeout to 60 sec and settle timeout to 120
210 udevd: improve error message in case exec() fails
211 configure: allow to enable/disable extras individually
212 delete hid2hci which moved to the bluez tree
214 bump requirement to Linux kernel 2.6.32 and ARM 2.6.36
215 libudev: ctrl - log accept4() errors
217 update INSTALL, NEWS, configure comment, queue doc
219 udevd: create queue file before daemonizing to reliably block 'settle'
220 udevd: remove left-over SIGALRM
221 gudev: silent gtk-doc warnings
222 cdrom_id: remove unused --export switch to silent gcc
223 libudev: queue - always rebuild queue file when nothing is queued anymore
224 libudev: device - use DEVMODE from kernel as the default mode
226 Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev
227 udate TODO, NEWS, INSTALL
228 build: use --gc-sections, -fvisibility=hidden
229 udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used
232 configure: reintroduce introspection flags to fix crosscompilation
235 Docs: udev.xml: Offset daemon name with commas
236 Docs: udev.xml: Remove commas (and unnecessary repetition)
237 Docs: udev.xml: `are' -> `is'; the subject is `Access'
238 Docs: udev.xml: Use present tense
239 Docs: udev.xml: Clarification through proper wording
240 Docs: udev.xml: `,' -> `;'
241 Docs: udev.xml: `key value' -> `key-value'
242 Docs: udev.xml: `,' -> `:'
243 Docs: udev.xml: Use `assignment' consistently
244 Docs: udev.xml: `comma-separated' is a better description
245 Docs: udev.xml: Remove unnecessary repitition
246 Docs: udev.xml: Add a few more words for context
247 Docs: udev.xml: Use `unless' for clarity
248 Docs: udev.xml: Clarify PROGRAM key
249 Docs: udev.xml: `a shell style' -> `shell-style'
250 Docs: udev.xml: Clean `*' description
251 Docs: udev.xml: Clean character range description
252 Docs: udev.xml: Clean up description of NAME assignment key
253 Docs: udev.xml: Clean up description of SYMLINK assignment key
254 Docs: udev.xml: Clean up description of ENV assignment key
255 Docs: udev.xml: Clean up description of RUN assignment key
256 Docs: udev.xml: Clean up description of LABEL assignment key
257 Docs: udev.xml: Add missing `.'
258 Docs: udev.xml: `which' -> `content of which'
259 Docs: udev.xml: `commandline' -> `command line'
260 Docs: udev.xml: Clean up WAIT_FOR description
261 Docs: udev.xml: `a' -> `the'
262 Docs: udev.xml: Clean up introduction to substitutions.
263 Docs: udev.xml: Use normal sentence structure
264 Docs: udev.xml: Actually make a separate paragraph
265 Docs: udev.xml: Add comma
266 Docs: udev.xml: `char' -> `character'
267 Docs: udev.xml: `comma-separated' is a better description
268 Docs: udev.xml: Clarify through a change in word ordering
269 Docs: udev.xml: Improved word order
270 Docs: udev.xml: Fix dangling modifier
273 libudev: queue - accept NULL passed into udev_queue_export_cleanup()
276 Summary of changes from v167 to v168
277 ============================================
280 Run ata_id on non-removable USB devices
283 udevd: clarify worker exit status
287 systemd: let settle depend on trigger, do not block basic with trigger
288 selinux: do not label files in runtime dir
289 selinux: firmware - do not label files in runtime dir
290 udevadm: control - add --exit
292 udevd: log warning if /run is not writable
293 libudev: ctrl - fix refcounting in connection handling
294 udevadm: settle - watch queue file
295 libudev: bump revision
296 udevadm: info --cleanup-db
297 udevd: do not nice processes
298 "db_persist=" -> "db_persist"
299 udevd: move OOM disable into --daemon option
300 systemd: add OOMScoreAdjust=-1000
301 require explicit "db_persist" to exclude device info from --db-cleanup
302 udevd: get netlink socket from systemd
304 libudev: ctrl, monitor - use SOCK_NONBLOCK
305 systemd: socket -> sockets
306 udevadm: monitor - use epoll
307 libudev: test - use epoll
308 udevadm: test - use printf() instead of info() for non-debug output
309 use 'else if' in epoll event array loop
310 libudev: run_program() - select() -> epoll
311 udevd: ppoll() -> epoll + signalfd
312 Merge branch 'docs/README' of git://github.com/mfwitten/udev
313 timeout handling without alarm()
314 udevadm: settle - kill alarm()
315 udevd: netif rename - use ifindex for temporary name
316 udevd: always use udevd[] log prefix
317 udevd: rules files - accept empty or /dev/null links
318 udevd: log signal number when spawned processes fail
319 systemd: Reqires= -> Wants=udev.socket
320 udevd, udev-event: sync waitpid() error handling
323 Add rule for Acer Aspire One ZG8 to use acer-aspire_5720 keymap
325 Leonid Antonenkov (1):
326 rule-generator: net - ignore Hyper-V virtual interfaces
329 Revert "Do not build extras with --disable-extras"
330 Avoid spinning up CD on pressing eject button
331 keymap: Another ID for Logitech Wave keyboard
334 path_id: rework SAS device handling
337 Docs: README: `to replace' -> `replacing'
338 Docs: README: `,' -> `;'
339 Docs: README: Clean up a sentence
340 Docs: README: Use present tense
341 Docs: README: Add missing `and'
342 Docs: README: Remove commas and use subjective mood
343 Docs: README: Clean up `udev extras' requirements
344 Docs: README: Clarify configuration of existing devices
345 Docs: README: `does never apply' -> `never applies'
346 Docs: README: Flip sentence structure to improve wording
347 Docs: README: `set up' is the verb; `setup' is a noun
348 Docs: README: Add a comma to offset the modifier
351 keymap: Support Dell Latitude XT2 tablet-mode navigation keys
354 udevd: add 'N:' to optstring in getopt_long
357 Summary of changes from v166 to v167
358 ============================================
360 Andrey Borzenkov (1):
361 udev-acl: add /dev/sgX nodes for CD-ROM
364 cdrom_id: Don't ignore profiles when there is no media available
367 cdrom_id: cd_media_toc() extend toc size to 65536
368 udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
372 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
373 v4l_id: kill the v4l1 ioctl
374 v4l_id: remove left-over variable
376 test-libudev: add short options
377 libudev: udev_device_get_sysattr_list_entry() update
378 libudev: resolve ifindex in udev_device_new_from_id_filename()
379 libudev: bump minor version
380 udev-acl: move sg rule to optical drive rule
381 move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
382 NEWS: clarify /dev/.run/ requirements
383 input_id: silent gcc warnings
384 fstab_import: disable build
385 systemd: remove deprecated udev-retry.service
386 fstab_import: remove from configure
387 update sd-daemon.[ch]
388 udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
389 udevd: initialize fds, for proper close() on exit
390 use /run/udev/ if possible and fall back to /dev/.udev/
391 rules: run ata_id only on SPC-3 or later optical drives
392 systemd: bind udev control socket in systemd and split udev.service
393 systemd: use sockets.target not socket.target
394 man: remove trigger --type=failed handling
395 libudev: export udev_get_run_path()
396 libudev: docs - add udev_get_run_path()
397 libudev: make valgrind happy
398 systemd: do not enable udev-settle.service by default
399 systemd: udev.socket - disable implicit dependencies
402 udevadm: enumerate - update prev pointer properly
405 Remap Acer WMI touchpad toggle key to F21 used by X
406 Remap MSI Laptop touchpad on/off key to F22 and F23
409 60-persistent-input.rules: Support multiple interfaces
410 Only build v4l_id if V4L1 header file is available
411 60-persistent-input.rules: Do not create duplicate links
412 Fix building with --disable-extras
413 Do not build extras with --disable-extras
414 v4l_id: Drop videodev.h check again
415 keymap: Fix Acer Aspire 5920G media key
416 input_id: Consistently use tabs for indentation
417 input_id: Add some debugging output
418 input_id: Avoid memory overflow with too long capability masks
419 input_id: Cover key devices which only have KEY_* > 255
420 input_id: Rewrite debug logging to use standard udev info()
423 keymap: continue reading keymap after invalid scancodes
426 libudev: allow to get list of all available sysfs attrs for a device
427 libudev: use sysfs attr ilist interface for attribute walk
428 udevadm: info - make attribute array static and const
431 Summary of changes from v165 to v166
432 ============================================
435 Remap Eee PC touchpad toggle key to F21 used by X
438 extras: add rules for qemu guests
441 keymap: Add Acer Aspire 8930
445 man: generate html pages for www.kernel.org
447 make: fix qemu rules file name
448 extras: qemu - fix typo
449 ata_id: do not print empty serial numbers to avoid unwanted trailing '_'
453 keymap: Add Acer TravelMate C310
454 keymap: Update README.keymap.txt
455 keymap: Add Lenovo ThinkPad X201 tablet
456 keymap: Move reading of event in separate function
457 keymap: More robust state machine
458 keymap: Explain how to end the program
461 keymap: Remove wlan from Dell
464 Summary of changes from v164 to v165
465 ============================================
468 keymap: Add release quirks for two Zepto Znote models and AMILO Xi 2428
471 keymap: Add force release for HP touchpad off
472 extras/keymap: Make touchpad buttons consistent
474 David Henningsson (1):
475 Add ACLs for FFADO supported sound cards
478 ata_id: Support SG_IO version 4 interface
479 Run scsi_id and ata_id on the scsi_device object
480 Use ata_id, not scsi_id, on ATAPI devices
481 Add GUdevEnumerator type and Device.get_tags() method
482 Add g_udev_device_get_is_initialized() method
483 gudev: Add Device.get_usec_since_initialized
486 udev-rules.c: change import property buffer to 16384 bytes
487 70-acl.rules: add ACLs for ID_PDA devices
490 man: udev - workaraound -> workaround
493 cdrom_id: Fix media state for unreadable DVDs
497 rules: 78-sound-card - remove specific hardware matches, they do not belong here
498 rules: drop OSS audio rule
499 rules: drop alsa jack-plug input devices
500 rules: revert bsg use until the event ordering problem is sorted out
501 libudev: do not overwrite path with readlink() call
502 udevadm: info - honor --export and --export-prefix for property query
503 udevadm: info - honor --export, --export-prefix=
504 udevd: use dev_t or netif ifindex as database key
505 udevd: always create /dev/{char,block}/$major:$minor
506 udevd: simplify udev database and fix DEVNAME handling
507 udevd: switch to common id_filename functions
508 udevd: write full database file for (unsupported) renamed device nodes
509 check ifindex > 0 instead of subsystem == "net"
510 libudev: enumerate - allow to filter-out not-already-initialized devices
511 libudev: fix renamed device nodes detection logic
512 libudev: record and export "age" of device record
513 gudev: bump minor version
517 keymap: Add Sony Vaio VGN71
518 keymap: Add some more Sony Vaio VGN-* models
519 Add ACL for media player USB devices
520 keymap: Fix struck Touchpad key on Dell Latitude E series
521 keymap: Fix struck Touchpad key on Dell Precision M series
524 udevd: create static nodes before /dev/null is needed
527 Summary of changes from v163 to v164
528 ============================================
531 Install libgudev-1.0.so in prefix / instead of prefix /usr
534 cdrom_id: request the drive profile features with a dynamic length
538 udevd: do not wrongly delay events for devices with swapped names
539 return proper error code in rename_netif()
540 libudev: return kernel provided devnode when asked before we handled any rules
543 keymap: Apply force-release rules to all Samsung models.
544 keymap: Add Toshiba Satellite U500
547 Summary of changes from v162 to v163
548 ============================================
551 gudev: Deliver ::uevent signal in the thread-default main loop
552 Bump required GLib version to 2.22
555 scsi_id: export target port group
559 scsi_id: fix compiler warnings
560 systemd: hook into basic.target instead of sysinit.target
561 systemd: sort before basic.target
562 udevd: add sd-daemon.c
565 keymap: Add alternate MSI vendor name
568 keymap: Add Lenovo Y550
569 Clarify WAIT_FOR documentation
570 fix various syntax errors in rules
571 Add automatic rules syntax check
572 cdrom_id: Try reading the medium if all MMC commands fail
573 Revert "cdrom_id: Try reading the medium if all MMC commands fail"
574 cdrom_id: Fall back to CDROM_DRIVE_STATUS if all MMC commands fail
575 cdrom_id: Don't read beyond "last track" in TOC
577 Torsten Schoenfeld (1):
578 gudev: add a few annotations that newer gobject-introspection versions demand
581 Summary of changes from v161 to v162
582 ============================================
585 Add keymap for Lenovo IdeaPad S10-3
588 cdrom_id: Drop MEDIA_SESSION_NEXT for DVD-RW-RO
589 cdrom_id: Fix DVD blank detection for sloppy firmware
592 init: update systemd service files
593 init: update systemd service files
594 init: add 'udev -' to description in systemd service files
595 udevd: add pid to kmsg logs
596 init: edit systemd service descriptions
598 udevd: remove unneeded credential passing from init_notify()
599 set SELinux context on 'add' but not on 'change' events
600 systemd: enable all udev services unconditionally
601 Revert "Add alternative KVM MAC address blacklist"
604 Add support for oom_score_adj
607 udev-acl: do not mistake all SCSI "processor" devices for scanner
608 do not create persistent name rules for KVM network interfaces
611 cdrom_id: Add media status debugging
612 udev(7): Point out required extension, and remove some confusion
615 keymap: Fix Sony VAIO VGN-SZ2HP/B
616 udev(7) manpage: Fix description of $attr
617 gudev: fix crash if netlink is not available
618 keymap: Fix Acer TravelMate 4720
619 cdrom_id: Fix DVD-RW media detection
620 Fix KVM MAC address range
621 do not create persistent name rules for VMWare network interfaces
622 Add alternative KVM MAC address blacklist
625 Don't install systemd scripts with --without-systemdsystemunitdir
631 Summary of changes from v160 to v161
632 ============================================
634 Fortunato Ventre (1):
635 keymap: Add force-release quirks for a lot more Samsung models
638 udev-event.c: rename interface to <src>-<dest>, if <dest> taken
639 rule_generator/write_net_rules: prevent interface to be named "eth"
640 cdrom_id: READ TOC before READ DISC INFORMATION fixes qemu
643 cdrom_id: Fix detection of reblanked DVD+RW and DVD-RAM
644 cdrom_id: Handle pre-MMC2 drives
645 cdrom_id: Also apply format check to DVD-RW
646 cdrom_id: No "next session" for "other" media state
647 cdrom_id: Fix state for fresh DVD-RW
650 Fix volume keys not releasing on Mivvy G310
654 rules: remove firewire rules for deprecated drivers
655 udev-acl: update firewire matches to recent rule changes
656 libudev: bump minor so version after adding symbols
657 call util_delete_path() only when we actually deleted stuff
658 udev-acl: properly handle CK change events for root user
659 udev-acl: remove specific device matches from the rules file
660 fix broken "compile warning fix"
661 always log error when renaming a network interface fails
662 do not rename the database on device rename
663 cdrom_id: whitespace fix
664 cdrom_id: do not bail out when we can not read the TOC like for empty CDRW
667 hid2hci: fix Logitech diNovo, MX5500 and other keyboards
668 log an error when a message from the wrong version of udevadm is ignored
669 hid2hci: fix for Logitech diNovo Edge keyboard
672 keymap: Generalize Samsung keymaps
675 udev-acl: really fix ACL assignment in CK events
678 udev-acl: add DDC_DEVICE to the types that are managed
681 rules: add more FireWire IDs: Point Grey IIDC; AV/C + vendor unique
684 udevadm: fix short options in getopt()
685 udevd: fix some memory leaks in error path
686 malloc()+memset() -> calloc()
687 udevd: fix short options in getopt()
688 udevd: fix unref'ing of device in error path
689 udevd: create static device links only when the target exists
690 udev: fix compile warning
693 Summary of changes from v159 to v160
694 ============================================
697 60-persistent-storage-tape: s/path_id.sh/path_id/
698 60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
702 rules: tape - remove WAIT_FOR instruction and don't export BSG_DEV
703 allow final assignment for OPTIONS:="nowatch"
704 udevd: init_notify() fix abstract namespace name handling
706 Lennart Poettering (1):
707 systemd: make service files readable by GKeyFile
710 keymap: Find alternate Lenovo module
711 keymap: Add Lenovo ThinkPad SL Series extra buttons
714 Summary of changes from v158 to v159
715 ============================================
718 Fix stuck volume key presses for Toshiba Satellite U300 & U305models
722 add systemd service files
723 make: pre-process and install systemd service files when needed
724 make: fix 'make distcheck'
725 switch a few left-over from GPLv2 to GPLv2 or later
727 Lennart Poettering (1):
728 systemd: update service files for newly introduced DefaultDependencies= option
731 keymap: Add Logitech Cordless Wave Pro
734 keymap: Add support for IBM-branded USB devices
737 gudev: respect possibly given LD_LIBRARY_PATH
740 Add virtio-blk support to path_id
741 Add virtio-blk by-id rules based on 'serial' attribute
744 Summary of changes from v157 to v158
745 ============================================
748 extras/keymap: add Samsung N210 to keymap rules
752 libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
753 udevd: in case we don't daemonize, send READY message to /sbin/init
754 delete last distro specific rules
755 remove a few comments in file headers
756 mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
757 rules: remove unused subdir
760 Fix hid2hci rules harder
761 add Vala vapi for gudev-1.0
762 Revert "add Vala vapi for gudev-1.0"
763 Fix usb printer rule for multiple USB interfaces
766 mtd_probe: add autodetection for xD cards
769 configure.ac: fix cross compilation
772 Summary of changes from v156 to v157
773 ============================================
776 40-redhat.rules: removed file
779 Fix wlan key on Inspirion 1210
780 Fix wlan key on Inspiron 910
781 Fix wlan key on Inspiron 1010 & 1110
784 configure.ac: version bump
785 Makefile.am: silent build mkdir
786 rules: mount fuse control filesystem
787 fix compilation with --enable-debug
788 while (1) -> for (;;)
790 udevd: replace --debug-trace with --children-max
792 rules: add -v to modprobe calls to be able see what will be loaded
793 udevd: read debug settings from kernel commandline
795 rules: delete pilot rules and remove redhat directory
796 man: add static device nodes and udevd debug options
797 man: add kernel command line parameters
798 man: udevd - update intro
799 rules: rename packages -> arch
800 rules: SUSE - move last distro rule to package
801 rules: add misc/30-kernel-compat.rules
802 make: mkdir /lib/udev/devices/
803 make: fix rules/ subdir names
804 udevd: set umask before creating files/directories
806 IMPORT{cmdline}: start at first char after '='
807 libudev: doc - fix typo
811 Summary of changes from v155 to v156
812 ============================================
815 udevd: fix typo /proc/fd -> /proc/self/fd
818 configure.ac: version bump
819 cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
820 rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
821 libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
824 Summary of changes from v154 to v155
825 ============================================
828 reset process priority before executing RUN+=
829 configure.ac: version bump
830 rules: SUSE - delete device-mapper rules
831 libudev: add O_CLOEXEC
832 use default mode of 0600 for nodes if gid == 0
833 udevd: create standard symlinks and handle /lib/udev/devices
835 fix tests and allow MODE=000
836 create static nodes provided by kernel modules to allow module autoloading
838 man: directly use 'refentry'
841 Summary of changes from v153 to v154
842 ============================================
845 Makefile.am: add LGPL COPYING file to EXTRA_DIST
846 cdrom_id: only mark sr[0-9]* as ID_CDROM
849 Fix volume keys not releasing for Pegatron platform
852 configure.ac: version bump
853 more readlink buffer size handling
854 remove left-over from ignore_remove and all_partitions
856 udevadm: info --export-db -- remove watch handle export
857 add TAG= to improve event filtering and device enumeration
858 all to match against a given TAG==
859 udev-acl: use a tag instead of a property to mark devices
860 fix logic on-demand loading logic for db and uevent
861 use the usual TAG+=, TAG= logic
862 delete old tags when configuration changes
863 libudev: accept NULL in udev_device_get_tags_list_entry()
865 export udev_device_get_tags_list_entry()
866 udevd: always try to find an idle worker instead of forking a new one
867 remove unused parameter from udev_node_mknod()
868 remove debug output during rules parsing
869 warn when renaming kernel-provided nodes instead of adding symlinks
870 man: udevadm trigger - the default is "change" not "add"
871 update README regarding kernel version and default rules
872 add info message when empty NAME is given
873 libudev: add documentation for recently added functions
874 udevd: reload config only for *.rules files
877 keymap: Fix Bluetooth key on Acer TravelMate 4720
880 remove buffer-overrun risk in readlink call
882 Matthias Schwarzott (1):
883 rules: Gentoo - remove old devfs compat rules
886 fix device node deletion
889 configure.ac: move firmware-path setting out of extras section
892 keymap: Add keymap and force-release quirk for Samsung N128
893 keymap: Add keymap quirk of WebCam key for MSI netbooks.
896 Summary of changes from v152 to v153
897 ============================================
900 configure.ac: version bump
903 configure.ac: fix broken firmware search path in configure.ac
906 Summary of changes from v151 to v152
907 ============================================
910 udev needs automake 1.10
913 Fix virtio-ports rule to use $attr instead of $ATTR
914 rules: virtio - fix is to check if the 'name' attribute is present
917 keymap: Add Samsung Q210/P210 force-release quirk
918 keymap: Add Fujitsu Amilo 1848+u force-release quirk
921 modeswitch: morph into tool that only switches Mobile Action cables
924 Decrease buffer size when advancing past NUL byte
925 Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
926 Increase UTIL_LINE_SIZE from 2048 to 16384
929 cdrom_id: remove debugging code
932 Force key release for volume keys on Dell Studio 1557
933 Fix Keymapping for upcoming Dell Laptops
934 Add new Dell touchpad keycode
935 Revert special casing 0xD8 to latitude XT only
936 Fix Dell Studio 1558 volume keys not releasing
937 Add support for another Dell touchpad toggle key
940 keymap: Unite laptop models needing common volume-key release quirk
941 keymap: Add force-release quirk for Coolbox QBook 270-02
942 keymap: Add force-release quirk for Mitac 8050QDA
945 libudev: bump minor version
946 udevadm: fix untested and broken commit to set buffer size
947 configure.ac: version bump
948 udev-acl: no not encourage use of ACL_MANAGE outside of rules file
949 replace utimes() with utimensat()
950 libbudev-private: rename udev_list_entry_get_flag()
951 udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
952 use major:minor as entries in symlink stack instead of devpath
953 use major:minor as entries in watch directory
954 libudev: docs - .gitignore backup files
955 firmware: fix possible segfault when firmware device goes away while loading
956 do not reset SELinux context when the node was not touched
957 libudev: add udev_device_new_from_environment()
958 add LGPL COPYING to libudev and GUdev
959 cdrom_id: open non-mounted optical media with O_EXCL
960 libudev: update documentation
961 extras: mobile-action-modeswitch - update gitignore
962 scsi_id: add rand() in retry loop
963 cdrom_id: retry to open the device, if EBUSY
964 cdrom_id: check mount state in retry loop
965 cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
966 rules: delete outdated packagees rules
967 rules: we do not have static devices which are renamed
968 unify/cleanup event handling
969 allow IMPORT{db}="KEY"
970 usb-db: remove double '/'
971 replace "add|change" with "!remove"
973 log info only if we actually delete the node
974 udevadm: trigger - switch default action from "add" to "change"
975 remove "all_partitions" option
976 rules: call modprobe on all events but "remove"
977 remove "ignore_remove" option
979 cdrom_id: rework feature/profiles buffer parsing
980 cdrom_id: print more debug messages
981 cdrom_id: debug - print feature values in hex
982 cdrom_id: debug - print feature values in hex
983 cdrom_id: set ID_CDROM_MEDIA=1 only for known media
984 Revert "Fix switching Logitech bluetooth adapters into hci mode."
985 add O_NOFOLLOW when creating files in link stack
986 delete only device nodes, not symlinks when deleting a devtmpfs node
987 doc: add section about how *not* to rename device nodes
990 rules: input - create by-path/ links for pci devices
991 Fix switching Logitech bluetooth adapters into hci mode.
992 doc: document the WAIT_FOR timeout
995 keymap: Add Dell Inspiron 1011 (Mini 10)
996 Fix brightness keys on MSI Wind U-100
998 keymap: Add Toshiba Satellite M30X
999 udev-acl: Correctly handle ENV{ACL_MANAGE}==0
1000 input_id: Fix linking
1001 keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
1002 keymap: Fix another key for Acer TravelMate 6593
1003 cdrom_id: Fix uninitialized variables
1004 cdrom_id: Fix uninitialized buffers
1005 cdrom_id: Do not ignore errors from scsi_cmd_run()
1006 cdrom_id: Swap media state and TOC info probing
1009 cdrom_id: add missing profiles to feature_profiles
1012 keymap: Add support for Gateway AOA110/AOA150 clones.
1014 Scott James Remnant (2):
1015 libudev: export udev_monitor_set_receive_buffer_size()
1016 udevadm monitor: increase netlink buffer size
1019 firmware: fix error reporting on missing firmware files
1021 Yury G. Kudryashov (3):
1022 configure.ac - fix typo in --with-pci-ids-path option
1023 hid2hci: include linux/types.h for __u32
1024 configure.ac: ddd --with-firmware-path option
1027 Summary of changes from v150 to v151
1028 ============================================
1031 rules: Add symlink rule for virtio ports
1034 Fix reverted floppy-device permissions
1037 rulews: suse - add do-not-load-KMS-modules rules
1039 Frederic Crozat (1):
1040 rules: acl - add COLOR_MEASUREMENT_DEVICE match
1043 configure.ac: version bump
1044 udevd: inotify - do not parse rules at create but at close
1045 do not remove device nodes of active kernel devices
1046 libudev: device - create db file atomically
1047 clarify message about not removed device node
1048 input_id: include limits.h
1049 keymap: include linux/limits.h
1050 keymap: linux/input.h - get absolute include path from gcc
1051 delete outdated and unmaintained writing_udev_rules
1052 update README and NEWS
1056 writing_udev_rules: update rules files names
1057 keymap: support for the Samsung N140 keyboard
1060 add ACL rule for Garmin GPSMap 60
1061 keymap: move force-release directory
1062 extras/keymap/check-keymaps.sh: Ignore comment-only lines
1063 keymap: Fix invalid map line
1066 Summary of changes from v149 to v150
1067 ============================================
1069 Clemens Buchacher (2):
1070 add Samsung R70/R71 keymap
1071 keymap: Samsung R70/R71 force-release quirk
1074 keymap: Add OLPC XO key mappings
1075 keymap: Fix typo in compal rules
1078 libudev: wrap in extern "C" block for C++
1081 Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
1084 keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
1086 Johannes Stezenbach (2):
1087 keymap: add Samsung N130
1088 keymap: handle atkbd force_release quirk
1091 util_unlink_secure(): chmod() before chown()
1092 floppy: fix rule to create additional floppy device nodes
1093 configure.ac: version bump
1094 remove remaining support for CONFIG_SYSFS_DEPRECATED
1095 cdrom_id: remove deprecated device matches
1096 rules: add "block" match to floppy rule
1097 update mtime of nodes and links when we re-use them
1098 udevadm: info - fix info --root --query=name --path= for device without a device node
1099 remove remaining support for CONFIG_SYSFS_DEPRECATED
1100 fix typo in log message priority handling
1101 remove UDEV_RUN environment variable
1102 udevadm: logging - copy va_list and do not use it twice
1103 libudev: doc - add symbols to sections.txt
1104 work around gtk-doc which breaks distcheck
1105 gobject-introspection: use $datadir instead of $prefix
1108 build: keymap - create subdir
1109 rules: udev-acl - add firewire video devices
1112 keymap: Add Acer Aspire 1810T
1113 95-keymap.rules: Run on change events, too
1114 keymap: fix findkeyboards
1115 Speed up udev_enumerate_scan_*
1116 keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
1117 Clarify RUN/IMPORT documentation
1118 keymap: Add Logitech S510 USB keyboard
1119 keymap: add Acer TravelMate 8471
1120 keymap: Add Acer Aspire 1810TZ
1122 keymap: Add Fujitsu Amilo Li 1718
1123 keymap: Document force-release
1126 firmware: convert shell script to C
1128 Scott James Remnant (1):
1129 70-acl.rules: ACL manage Android G1 dev phones
1131 Thomas de Grenier de Latour (1):
1132 libudev: enumerate - fix move_later logic
1135 Summary of changes from v148 to v149
1136 ============================================
1139 really fix both in-tree and out-of-tree builds
1141 Dmitry Torokhov (1):
1142 input-id: identify touchscreens
1145 libudev: doc - use #NULL
1146 configure.ac: version bump
1147 really really fix both in-tree and out-of-tree builds
1148 fix both in-tree and out-of-tree builds
1151 input_id: Fix endless loop for non-input devices
1152 input_id: Do not tag non-input devices with ID_INPUT
1153 input_id: small optimization
1154 input_id: check event mask
1155 input_id: Check mouse button for ID_INPUT_MOUSE
1156 udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
1159 Summary of changes from v147 to v148
1160 ============================================
1163 Revert "modem-modeswitch: add a device"
1164 Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
1165 modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
1168 Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
1171 cdrom_id: Still check profiles even if there is no media
1172 scsi_id: Export WWN and Unit Serial Number
1173 Create /dev/disk/by-id/wwn-0x... symlinks
1174 Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
1176 Dmitry Torokhov (1):
1177 extras/input_id: Correctly identify touchpads
1180 modem-modeswitch: add a device
1183 rules: set mode of floppy device nodes to 0660
1184 remove "ignore_device"
1185 print warning for BUS=, SYSFS{}=, ID=
1186 test-udev: remove "ignore_device" code
1187 udev-test.pl: catch-up with recent changes
1188 rules: remove support for IDE (hd*) devices
1189 ata_id: skip ATA commands if we find an optical drive
1190 Revert "Fix out-of-tree builds"
1193 README.keymap.txt: small clarification
1194 extras: Add input_id
1195 70-acl.rules: Use new-style input properties
1196 input: Deprecate ENV{ID_CLASS}
1197 input_id: code cleanup
1199 Scott James Remnant (1):
1200 Fix out-of-tree builds
1203 Summary of changes from v146 to v147
1204 ============================================
1207 udevd: queue-export - remove retry loop
1210 fix wrong parameter size on ioctl FIONREAD
1213 don't compare a non-existing function with NULL
1214 use nanosleep() instead of usleep()
1217 gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
1218 ata_id: export more advanced ATA features
1219 gudev: Fix up GUdevDeviceNumber
1220 gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
1222 Florian Zumbiehl (10):
1223 util_delete_path(): use util_strscpy()
1224 util_lookup_group(): fix memory leak if realloc() fails
1225 util_delete_path(): handle multiple leading slashes
1226 util_create_path(): fix possible out of bounds array access
1227 ude_rules.c: fix possible NULL pointer dereference in get_key()
1228 util_resolve_sys_link(): fix possible buffer overflow
1229 udev_util_encode_string(): fix possible buffer overflow
1230 udev-rules.c: parse_file() - fix possible buffer overflow
1231 udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
1232 util_run_program(): fix possible buffer overflow #2
1235 scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
1236 rename interfaces to <iface>_rename if rename fails
1239 util_run_program: restore signal mask before executing event RUN commands
1242 make: sort Makefile.am per target/extra
1243 configure.ac: version bump
1244 udev-acl: allow to skip ACL handling
1245 rules: rfkill has no group, so use 0644
1246 rule_generator: net - fix MATCHDEVID
1249 print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
1250 warn about non-readable or empty rules file
1251 change database file names
1252 assign errno for getgrnam_r()/getpwnam_r()
1253 doc: udevadm test *does* create nodes and links these days
1254 util_unlink_secure(): chmod() before chown()
1255 util_create_path(): fix errno usage
1256 inotify_add_watch(): do not store watch, if it failed
1259 rules: suse - use NAME for mapper/control
1260 libudev-util.c: get_sys_link() - return error for empty link target
1261 udev-rules.c: remove 'first_token' variable
1262 Revert "udev-rules.c: remove 'first_token' variable"
1263 test: catch possible bug in GOTO resolving
1264 udevadm: remove symlink support for old commands
1265 util_run_program(): skip multiple spaces in argv creation
1267 require 2.6.27 for proper signalfd handling
1268 fix randonm findings from llvm-clang-analyzer
1269 simplify "symlink name stack"
1270 reorder create_path() and node/link creation to be called in a direct sequence
1271 put util_create_path() and file creastion in a retry loop
1272 udevadm: control - remove compat code
1273 scsi_id: delete copy of bsg.h
1274 fix SYMLINK{} option parsing
1275 rules: remove remaining NAME="%k"
1276 rules: drop almost all NAME= keys
1278 udevd: serialize events for with the same major/minor
1279 break loops if util_create_path() returns error
1280 remove "last_rule" option
1281 use CLOEXEC flags instead of fcntl()
1282 unblock signals we might want to handle
1283 udevd: create /dev/.udev/rules.d/ before watching it wit inotify
1284 gudev: fix pkg-config call to work with "make distcheck"
1286 Revert "gudev: fix out-of-tree build"
1288 Lennart Poettering (5):
1289 pci-db: make sure we actually read the pci.ids file instead of usb.ids
1290 sound: recognize saa7134 TV card sound devices as TV cards
1291 sound: include ALSA sound card id in ID_ID property
1292 sound: include ALSA sound card id in /dev/snd/by-id/ links
1293 Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
1296 doc: writing_udev_rules updated for the new command names
1297 rules: sound - do not use /usr/bin/env
1298 udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
1299 udevadmi: control = exit with rc=2 if there is some system error
1300 gudev: gir-scanner workaround for out of tree builds
1301 gudev: fix out-of-tree build
1303 Mario Limonciello (1):
1304 hid2hci: remove superfluous bmAttributes match
1307 extras/keymap: Add Acer Aspire 6920
1308 extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
1309 extras/keymap: Fix hold key on Acer Aspire 6920
1310 extras/keymap: Fix case matching for Micro-Star
1311 Revert "extras/keymap: Fix case matching for Micro-Star"
1312 make raw USB printer devices accessible for lp
1313 modem-modeswitch rules: Match more devices
1314 extras/keymap: fix hash table collisions
1315 extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
1316 fix single-session CD detection
1317 fix previous commit for CD detection
1318 make raw USB printer devices world-readable again
1319 50-udev-default.rules: fix printer MODE
1320 keymap: Add Logitech Wave USB
1321 keymap: add missing map file
1322 keymap: fix usb_id invocation
1323 keymap: make USB keyboards really work
1324 keymap: Add Logitech Wave cordless
1325 keymap: add HP Pavillion dv6315ea
1326 keymap: add HP 2230s
1327 Makefile.am: fix build with mawk
1328 extras/keymap/README.keymap.txt: Fix bug report link
1329 fix major fd leak in link handling
1330 modem-modeswitch: fix ZTE MF6xx rule
1332 Matthias Schwarzott (2):
1333 rules: Gentoo update
1334 rules: Gentoo update
1337 keymap for Acer Aspire 5720
1340 libudev: allow to store negative values in the udev database
1342 Scott James Remnant (1):
1343 util_run_program: *really* restore signal mask before executing event RUN commands
1345 William Jon McCann (1):
1346 udev-acl: catch up with ConsoleKit 0.4.1
1349 Summary of changes from v145 to v146
1350 ============================================
1353 man: fix unused, inaccurate metadata
1354 man: SYMLINK can be matched as well as assigned
1358 rules: exclude digitizers from joystick class
1359 udev-acl: add joystick devices
1361 Diego Elio 'Flameeyes' Pettenò (21):
1362 Merge libudev, udev, and the unconditional extras in a single Makefile.am.
1363 Replace the custom test-run target with the standard make check.
1364 Also merge into the top-level Makefile.am the simpler extras.
1365 Change hook handling to be more portable.
1366 Merge keymap building in the top-level Makefile.am.
1367 Make keymap generation rules be silent (backward-compatible).
1368 Move pkg-config docs and man pages before conditionals.
1369 Finally, also merge gudev into the top-level Makefile.am.
1370 Make sure to clean up all the built sources.
1371 Make sure to use dependency/target variables.
1372 Add silent-rule support for the gudev rules.
1373 Fix building of introspection library on top-level Makefile.am.
1374 Fix another relative path for the new working directory.
1375 Include the correct directory for out-of-source builds.
1376 Add tests to the distribution; this fixes "make distcheck".
1377 Ask gperf to use ANSI-C for generation.
1378 Merge in Makefile.am.inc into Makefile.am
1379 Use the keymap check during “make distcheck” rather than “check”.
1380 Fix building of documentation when doing out-of-source builds.
1381 Fix “make distcheck” run outside of the source directory.
1382 Use LT_INIT to explicit that udev needs libtool series 2.
1384 Eric W. Biederman (1):
1385 fix util_lookup_group to handle large groups
1388 extras/modem-modeswitch: Add Huawei E1550 GSM modem
1391 udevd: add timestamp to --debug output
1392 v4l_id: exit with 0 when --help is given
1393 configure.ac: version bump
1394 hid2hci: remove hid structures and include kernel header
1395 path_id: make global variable static
1396 udevadm: trigger - add --sysname-match=
1397 rules: serial - fix path_id call
1398 path_id: fix typo in comment
1399 format names are not case insensitive
1400 hid2hci: rewrite (and break) rules and device handling
1401 make: build internal tools against libudev-private.la
1402 update a few years of copyright
1403 libudev: silent gcc warning: may be used uninitialized in this function
1404 make: suppress enter/leaving directory messages
1405 re-enable failed event tracking
1406 "record_failed" -> "fail_event_on_error"
1407 udevd: block for 15 seconds after error when too old kernel is detected
1408 make: fix issues from non-recursive conversion
1410 Lennart Poettering (1):
1411 enumeration: move ALSA control devices to the end of the enumerated devices of each card
1413 Mario Limonciello (2):
1414 hid2hci: support to hid2hci for recovering Dell BT devices after S3
1415 hid2hci: install re-trigger for hid device when recovering from S3
1418 add keymap for Clevo D410J laptop
1419 extras/keymap: add Zepto ZNote
1420 extras/keymap: add Everex Stepnote XT5000T
1421 extras/keymap: add Compal Hel80i
1422 keymap tool: improve help
1423 keymap tool: support scancode/keycode pair arguments
1424 keymap: inline one-line key maps
1425 extras/keymap: fix check-keymaps.sh for inline mappings
1426 extras/keymap: add recently added keymap files to Makefile.am
1427 extras/keymap: Add HP Presario 2100
1428 extras/keymap: cover more Compaq Evo models
1429 extras/keymap: Add Fujitsu Amilo M
1430 extras/keymap: teach findkeyboards about USB keyboards
1431 extras/keymap: Add Samsung SX22S
1432 extras/keymap: Fix crash for unknown keys
1433 extras/keymap: Add Samsung NC20
1434 extras/keymap: Fix Bluetooth key on Acer Aspire 6920
1437 Summary of changes from v144 to v145
1438 ============================================
1441 scsi_id: correct error handling in prepend_vendor_model
1444 README: add CONFIG_BLK_DEV_BSG
1445 use MIN() MAX() from param.h
1446 configure.ac: version bump
1447 libudev: device - free values before updating them
1448 libudev: enumerate - sort with qsort()
1449 udevd: detach event from worker if we kill a worker
1450 udevadm: info - add space after R:, A:, W: on database export
1451 udevd: make sure a worker finishes event handling before exiting
1452 udevd: handle SIGCHLD before the worker event message
1456 Summary of changes from v143 to v144
1457 ============================================
1460 firmware: search for third party or sysadmin supplied firmware updates
1463 configure.ac: add AM_SILENT_RULES
1464 configure.ac: version bump
1465 TODO: add cleanup of ATA_COMPAT
1466 libudev: queue - add comments for queue format
1467 udev/.gitignore: add udev.pc
1468 configure.ac: version bump
1469 do not exports properties starting with a '.'
1470 scsi_id: --reformat_serial - use udev_util_replace_whitespace()
1471 ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
1472 rules: make ata_id properties the default for all ATA block devices
1473 scsi_id: delete no longer needed config file
1475 man: udev - add private properties like ENV{.FOO}="bar"
1476 Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
1477 udevadm: test - print list of properties
1478 build: do not delete .la files
1479 libudev: monitor - handle kernel supplied DEVNAME properly
1481 build: add *exec* to the internal rootlibdir name
1484 hid2hci: narrow matches to real HCI devices
1485 extras/udev-acl: add smartcard readers
1488 rules: set group ownership of new firewire driver device files
1491 Summary of changes from v142 to v143
1492 ============================================
1495 udevadm: settle - fix timeout
1496 udevd: remove tiny bit of dead code
1497 udevd: implement a more efficient queue file format
1498 udev-selinux.c: remove libudev header
1499 udevd: queue-export - fix crash
1501 Benjamin Gilbert (1):
1502 test: check string substitutions in OWNER and GROUP
1505 rules: tty/net - move from udev-extras
1506 extras/modem-modeswitch: move from udev-extras
1509 gudev: move from udev-extras
1513 rules: v4l do not mix vbi and video nodes
1514 fix possible endless loop for GOTO to non-existent LABEL
1515 Revert "rules: v4l do not mix vbi and video nodes"
1516 rule-generator: cd - skip by-path links if we create by-id links
1517 remove format char string truncation syntax
1518 use more efficient string copying
1519 edd_id: use openat()
1520 use openat(), unlinkat(), fstatat()
1522 remove unused GL_FORMAT from rules parser
1523 require key names in uppercase
1524 keep the ifdef'd udevd testing/profiling hack
1525 fix location of database files
1526 udevadm: settle - make --timeout=0 working
1528 rules: add SUBSYSTEM match to scsi rules
1529 cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
1530 udevadm: control - add comment to man page about --reload-rules
1531 cdrom_id: add error message if open() fails
1532 udevadm: settle - add --exit-if-exists=<file>
1533 udevd: remove check for dev_t, DEVPATH_OLD takes care of that
1534 str[sp]cpyl: add __attribute__ ((sentinel))
1535 udevd: convert to event worker processes
1536 udevd: close netlink socket in worker and set cloexec
1537 rules: do not call path_id for virtual devices
1538 udevd: use enum instead of char in struct declaration
1539 allow format substitution in path of ATTR{<path>}=="<value>"
1540 cleanup $attr{} substitution
1541 path_id: implement in C using libudev
1542 path_id: update SCSI handling
1543 path_id: add comments
1544 fix signed/unsigned warning
1545 libudev: enumerate - allow multiple keys with the same name
1546 udevadm: trigger - add --property-match=<key>:<value>
1547 udevadm: info - accept --query without a value and print properties
1548 udevadm: control - --env -> --property
1549 udevadm: monitor --environment -> --property
1550 path_id: handle fibre channel
1551 path_id: add iscsi support
1552 path_id: delete old shell script
1553 udevd: print error if worker dies unexpectedly
1554 path_id: rename scsi sub-fuctions
1555 libudev: add comments to libudev.h
1556 libudev: move to top-level directory
1557 fix libudev include in Makefile.am.in
1558 libudev: device_new() -> udev_device_new()
1559 udevd: log info for created/killed workers
1560 libudev: call log functions conditionally
1561 move syslog wrapper to libudev
1562 move common stuff from udev/ to private parts of libudev/
1563 libudev: rename private files to *-private.c
1564 rules: remove scsi ch module loading rule
1566 udevadm: info -revert "accept --query without argument"
1567 README: add kernel options
1568 README: add INOTIFY and SIGNALFD
1569 USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
1570 libudev: add gtk-doc
1571 libudev: update documentation
1572 libudev: doc - add section headers
1573 libudev: doc - add enumerate
1574 libudev: doc - add queue
1576 libudev: doc - add namespace for index
1577 libudev: move .so version to libudev Makefile
1578 autogen.sh: simplify
1580 libudev: remove prefix from .so version variables
1581 libudev: doc - add empty libudev.types
1582 udev-acl: move from udev-extras
1583 INSTALL: add --enable-extras
1584 udev-acl: handle missing action when called in CK mode
1585 v4l_id: move from udev-extras
1586 libudev: doc - libudev-docs.sgml -> libudev-doc.xml
1587 gudev: fix typo in configure option
1588 v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
1589 configure: enable all extras by default, provide --disable-extras
1590 autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
1591 NEWS: add --disable-extras
1592 cleanup ./configure installation directory options
1593 rules: remove MMC rule, 2.6.30 has the modalias
1594 configure.ac: print error if gperf is missing
1595 libudev: install in $libdir and move later to $rootlibdir
1596 extras/keymap: use LIBEXECDIR instead /lib/udev
1597 README: add /lib/udev/ is private
1598 rules: do not install usb-id/pci-id rules when --disable-extras is used
1599 extras: delete man pages for private udev tools
1601 extras/keymap: install findkeyboards in /lib/udev
1602 INSTALL: use /sbin instead of %{sbindir}
1605 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
1606 docs: install writing_udev_rules
1608 Lennart Poettering (2):
1609 rules: sound - move from udev-extra
1610 usb-db: move from udev-extras
1612 Marcel Holtmann (1):
1613 rules: make RFKILL control device world readable
1615 Mario Limonciello (1):
1616 hid2hci: move from udev-extras
1619 keymap: move from udev-extras
1620 extras/keymap: Fix WLAN button on ThinkPads
1621 keymap: Update findkeyboard path in docs
1622 udev-acl: Manage hplip device permissions
1623 extras/keymap: Update findkeyboards location
1625 Matthias Schwarzott (3):
1626 rules: Gentoo update
1627 rules: Gentoo update
1628 rules: Gentoo update
1630 Scott James Remnant (1):
1631 OWNER/GROUP: fix if logic
1634 Summary of changes from v141 to v142
1635 ============================================
1638 rules: create /dev/cpu/<n>/cpuid world readable
1641 path_id: support identification of Xen virtual block devices
1644 edd_id: add cciss devices
1648 libudev: path_encode - always return 0 if encoded string does not fit into size
1649 libudev: monitor - clarify socket handling documentation
1650 udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
1651 rules: remove DVB shell script
1653 cdrom_id: add Xen cdrom support
1654 test-libudev: update monitor source
1655 TODO: add packet filter
1657 cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
1658 libudev: monitor - add client socket filter for subsystem value
1659 udevadm: monitor - print error if we can not bind to socket
1661 udevadm monitor - add --subsystem-match=
1662 libudev: monitor - use simpler hash
1663 libudev: monitor - switch to filter_add_match_subsystem_devtype()
1664 libudev: monitor - do not filter messages with wrong magic
1665 udevadm: monitor - add <subsytem>:<devtype> support
1666 libudev: monitor - add udev_monitor_filter_remove
1667 libudev: queue - fix get_seqnum_is_finished()
1668 cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
1669 libudev: queue - clarify comments
1670 libudev: monitor - export filter_update()
1672 drop "extern" keyword from non-static function
1673 rule_generator: net - fix usb comment generation
1674 rules: input - add links for USB/platform non-kbd/mouse devices
1675 rules: input - fix comments
1676 rules: add rfcomm* to group dialout
1677 accept DEVNAME from the kernel as a hint for the node name
1679 build: use AC_MSG_RESULT
1680 rules: add "event*" match
1681 udevd: revert initial device node creation
1682 rules: remove initramfs comment
1683 handle devtmpfs nodes
1684 oops, removed ppp entry from rules got committed
1685 remove all PHYSDEVPATH handling and warning about
1687 rules: fix ieee1394 rules
1688 add "static" back to the inline functions
1690 delete vol_id and require util-linux-ng's blkid
1694 rule-generator: net - whitelist NICs that violate MAC local scheme
1697 Summary of changes from v140 to v141
1698 ============================================
1700 Adam Buchbinder (4):
1702 cdrom_id: update manpage
1703 create_floppy_devices: expand manpage
1704 vol_id: fix language in manpage
1707 avoid leaking netlink socket fd to external programs
1709 Borislav Petkov (1):
1710 rules: rename ide-floppy to ide-gd
1713 rules: exclude mtd* from persistent disk links
1716 rules: fix extra quote in 50-udev-default.rules
1718 udevadm: test - handling trailing '/' in devpath
1719 udevadm: monitor - clarify printed header
1720 rules: remove ram* from persisten disk links blacklist
1721 rules: serial - support ttyACM devices
1722 rules: replace IDE driver with media match
1723 usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
1724 libudev: GPL -> LGPL
1725 usb_id: remove unused variable
1726 send monitor events back to netlink socket
1727 "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
1728 IMPORT: 2048 -> 4096 bytes buffer
1729 path_encode: fix max length calculation
1730 libudev: monitor - unify socket message handling
1733 rules: md-raid.rules fix
1736 udevadm: trigger - add "--action" to --help
1738 Scott James Remnant (1):
1739 libudev: monitor - ignore messages from unusual sources
1742 Summary of changes from v139 to v140
1743 ============================================
1746 libvolume_id: bump age
1751 volume_id: ntfs - fix uuid setting
1753 rules: Fedora update
1754 libudev: queue - use lstat() to check existence of symlink
1755 udevadm: settle - add --seq-start= --seq-end=
1756 udevd: switch watch symlinks to devpath
1757 udevadm: add text for new options to command and man page
1759 libudev: ctrl - return error after sending ctrl message
1760 udevadm: settle - use timeout signal, instead of loop counter
1763 fix compile error in debug mode
1765 Scott James Remnant (1):
1766 udevadm: settle - synchronise with the udev daemon
1769 Summary of changes from v138 to v139
1770 ============================================
1774 remove static local variable
1775 use the event udev_device to disable the watch on "remove"
1776 add "nowatch" to disable a default installed watch with a later rule
1778 use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1779 usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1780 usb_id: return values if called directly for an usb_device
1781 usb_id: fix NULL string usage
1783 udevadm: info - export all devices with --export-db
1785 Scott James Remnant (10):
1786 Don't add inotify watch until RUN rules processed.
1787 Clear existing inotify watch before processing.
1789 Allow watch handle to be stored in the udevdb.
1790 Store watch handle in db.
1791 Use the udevdb to speed up watch clearing.
1792 Put a log message in a more sensible place.
1793 Output watch handle in udevadm info.
1794 lookup the old watch handle; reload only if has a path
1795 Look at more inotify events in the buffer than just the first.
1798 Summary of changes from v137 to v138
1799 ============================================
1802 *_id: add model/vendor enc strings
1805 vol_id: fix ddf version string
1806 vol_id: add missing id->type to swap0
1812 rules: dm - add escape for uuid links with whitespace
1813 test: add test for empty and non-existent ATTR
1814 rules: fix md "change"/"remove" handling
1815 autogen.sh: add more warnings
1816 fix NAME= and OPTION+="string_escape=..." logic
1817 rules: move OPTIONS to separate rule
1818 use global "reload_config" flag
1819 rules: add "watch" option to dm and md rules
1820 rules: include loop block devices in persistent links
1823 Matthias Schwarzott (1):
1824 rules: Gentoo update
1827 doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1829 Scott James Remnant (2):
1830 udevd: optionally watch device nodes with inotify
1831 rules: update persistent storage rules to use inotify watches
1834 Summary of changes from v136 to v137
1835 ============================================
1839 remove stray initializer
1843 rules: fix typo in ide cd rule
1844 libudev: use 4096 bytes buffer for attribute reading
1845 rules: add drm devices to group "video"
1846 do not complain about a missing /etc/udev/rules.d/
1847 udevadm: test - remove --force option
1849 remove name from index if the node name has changed
1850 cleanup old names before creating the new names
1851 open-code pollfd setup
1852 increase netif renaming timeout from 30 to 90 seconds
1853 Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1854 Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1856 udevd: add back SA_RESTART
1857 usb_id: handle ATAPI devices like SCSI devices
1858 udevadm: settle - fix typo
1860 Lennart Poettering (1):
1861 fix naming for tape nst devices in /dev/tape/by-path/
1864 udevd: use ppoll instead of signal pipes
1865 reap children faster
1867 Scott James Remnant (2):
1868 Allow user and group lookup to be disabled.
1869 Expose delayed name resolution
1872 volume_id: support via raid version 2
1875 Summary of changes from v135 to v136
1876 ============================================
1878 Adam Buchbinder (1):
1879 extras: fix mis-spelling of "environment"
1882 rule_generator: fix enumeration for write_cd_rules
1885 path_id: rework SAS persistent names
1888 volume_id: HPFS code clean up
1891 rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
1892 scsi_id: do not fail if no serial is found like for optical drives
1893 update configure and NEWS
1894 rules: fix isdn rules
1895 rules: add persistent /dev/serial/{by-id,by-path} rules
1896 make: install serial rules file
1897 make: do not delete autotools generated file with distclean
1898 udevadm: settle - allow --timeout=0 and --quiet
1899 rules: move aoe rules to default rules file
1900 volume_id: btrfs - update format
1901 rules: add "do not edit header"
1902 volume_id: support sub-uuid's and plug in btrfs device uuid
1903 libudev: include <sys/types.h>
1905 build: just use autoreconf -i
1906 rules: remove ide-scsi
1907 rules: first simple step merging with Ubuntu rules
1908 "'/sbin/modprobe abnormal' exit" - also print program options
1909 rules: more changes toward Ubuntu rules merge
1910 rules: more changes toward Ubuntu rules merge
1911 rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
1912 rules: rtc - create rtc compat link only for cmos type rtc
1913 rules: remove legacy symlinks
1914 rules: do not put raw1394 in "video" group
1915 rules: second round merging with Ubuntu rules
1916 rules: remove /dev/dsp /dev/audio
1917 rules: put alsa in group "audio"
1918 rules: isdn - remove /dev/isdn/capi20 symlink
1919 rules: provide /dev/raw/rawctl
1920 if needed, store database entries also for devices which do not have a device node
1921 build: use autoreconf --symlink
1922 usb_id: add "image" class
1923 require non-SYSFS_DEPRECATED 2.6.20+ kernel
1924 build: default to --prefix=/usr --exec-prefix=""
1925 libudev: enumerate - add lookup by property
1926 rules: input - make sure needed variables are set
1927 libudev: device - read "uevent" only if info is not already loaded
1928 libudev: subsytem -> subsystem
1929 libudev: bump revision
1930 usb_id: use devtype lookup
1931 require 2.6.22+ kernel
1932 rules: Ubuntu merge - use group "cdrom"
1933 rules: Ubuntu merge - use group "tape"
1934 rules: replace DVB shell script rule
1935 rules: Ubuntu merge - s/uucp/dialout/
1938 enable skipping of "naming-only" rules
1939 usb_id: s/image/media/
1940 udevadm: s/udevinfo/udevadm info/
1941 rules: reorder block rules
1942 rules: zaptel - add "dialout" group
1943 libudev: device - add udev_device_get_property_value()
1944 libudev: test - add udev_device_get_property_value()
1946 Marcel Holtmann (3):
1947 libudev: device - add devtype support
1948 libudev: device - lookup subsystem and devtype together
1949 libudev: device - remove udev_device_get_parent_with_subsystem
1952 man: udev - update NAME assignment
1955 rules: add rules for AoE devices
1958 Summary of changes from v134 to v135
1959 ============================================
1962 usb_id: add "break" to currently unused case labels
1963 rules: fix cciss disk/by-id/ links
1964 rules: add infiniband rules
1965 rules: infiniband.rules -> 40-infiniband.rules
1966 fix network interface name swapping
1967 update configure and NEWS
1969 Marcel Holtmann (1):
1970 usb_id: fix switch statement for video type
1973 rules: /dev/null -> X0R
1974 rules: add usb device nodes
1977 Summary of changes from v133 to v134
1978 ============================================
1981 include errno.h in sysdeps.h
1984 rules: add persistent rules for memory stick block devices
1987 autogen.sh: fix -print-multi-os-directory usage
1988 volume_id: update btrfs magic
1990 rules: merge group "video" into default rules
1991 rules: v4l - add by-id/ links for USB devices
1992 libudev: accept NULL whitelist in util_replace_chars()
1993 usb_id: replace chars in returned strings
1994 ata_id: make sure, we do not have slashes in values
1995 scsi_id: make sure, we do not have slashes in values
1996 volume_id: remove unused usage types
1997 vol_id: if regular files are probed, use stat() for the size value
1998 volume_id: update btrfs
1999 volume_id: clear probing result before probing and do not probe a second time, if not needed
2000 path_id: fix fibre channel handling
2002 floppy: use ARRAY_SIZE()
2003 fix handling of swapping node name with symlink name
2004 silence PHYSDEV* warning for WAIT_FOR* rules
2005 rules: exclude "btibm" devices from vol_id calls
2007 Matthias Schwarzott (1):
2008 rules: Gentoo update
2010 Peter Breitenlohner (2):
2012 floppy: fix array bounds check and minor calculation
2015 Summary of changes from v132 to v133
2016 ============================================
2019 udevd: de-duplicate strings in rules
2020 scsi_id: we don't use DEVPATH env var anymore, update man page
2023 volume_id: fat - move check for msdos signature (0x55 0xaa)
2026 silence "comparison between signed and unsigned"
2027 string index - split nodes and childs to allow and unlimited number of childs
2028 reserve child slot 0
2029 merge trie nodes, childs and root into a single array
2030 set errno = ENOSYS in inotify stub
2031 udevadm: info - unify -V and --version
2032 rules: remove DEVTYPE disk/partition
2033 rules: remove pnp shell script, acpi loads these modules properly
2035 configure: add linux-hotplug mail address
2036 remove len == 0 check, the index root is always '\0'
2037 volume_id: bump revision
2038 volume_id: always check for all filesystem types and skip conflicting results
2039 volume_id: fat - accept empty FAT32 fsinfo signature
2040 fix spelling in comment
2041 volume_id: ntfs - mark as no other fs must match
2042 vol_id: clarify error message
2043 libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
2044 limit $attr(<symlink>) magic to well-known links only
2045 udevd: fix cleanup of /dev/.udev/uevent_seqnum
2046 fix $links substitution for devices without any link
2050 udevadm: fix option parsing breakage with klibc
2053 Summary of changes from v131 to v132
2054 ============================================
2057 fix size_t compiler warning on 32 bit platforms
2058 convert debug string arrays to functions
2061 Summary of changes from v130 to v131
2062 ============================================
2065 libudev: fix sysnum logic for digit-only device names
2066 udevd: avoid overhead of calling rmdir on non-empty directories
2067 use more appropriate alternatives to malloc()
2068 libudev: util - optimize path_encode()
2069 libudev: allocate udev_device->envp[] dynamically
2070 replace strncpy() with strlcpy()
2071 use re-entrant variants of getpwnam and getgrnam
2072 udevd: fix memory leak
2073 udevd: fix WAIT_FOR_SYSFS execution order
2074 fix handling of string_escape option
2075 udevd: use a tighter loop for compare_devpath()
2076 udevd: avoid implicit memset in match_attr()
2077 kerneldoc comment fixes
2078 udevd: simplify rules execution loop
2079 udevd: fix termination of rule execution
2080 udevd: be more careful when matching against parents
2081 udevd: shrink struct token to 12 bytes
2084 remove outdated docs/README-gcov_for_udev
2085 libudev: device - add device lookup by subsystem:sysname
2086 libudev: also prefix non-exported functions with udev_*
2087 libudev: add udev_monitor_send_device()
2088 libudev: list - add flag
2089 libudev: device - generate DEVNAME and DEVLINKS properties
2090 vol_id: update README
2091 libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
2092 delete simple-build-check.sh
2093 test: move global ENV{ENV_KEY_TEST}="test" to local rule
2094 libudev: monitor - fix send_device() property copying
2095 libudev: device - add get_envp() to construct envp from property list
2096 libudev: do not include ctrl in libudev.so
2097 libudev: monitor - do not mangle DEVLINKS property
2098 libudev: update DEVLINKS property when properties are read
2099 libudev: device - lookup "subsystem" and "driver" only once
2100 libudev: device - export properties when values are set
2101 libudev: list - handle update of key with NULL value
2102 libudev: ctrl - fix typo in set_env()
2103 libudev: add global property list
2104 libudev: device - copy global properties, unset empty properties
2105 volume_id: btrfs - update magic to latest disk format
2107 move udev_device_db to libudev
2108 rename udev source files
2109 libudev: always add UDEV_LOG
2110 libudev: monitor - export MAJOR/MINOR only if available
2111 udev-node: name_list -> udev_list
2112 udev-rules-parse: name_list -> udev_list
2113 delete name_list, move common file functions
2114 fix sorting of rules files
2115 run_program: prevent empty last argv entry
2116 update IMPORT= file/stdout property parsing
2117 update rules file parsing
2118 delete udev-util-file.c
2119 libudev: list - prepend udev_* to all functions
2120 libudev: add sysnum to test program
2121 test: fix a few unintentially wrongly written rules which cause parse errors
2122 libudev: monitor - add set_receive_buffer_size()
2123 libudev: ctrl - change magic to integer
2124 libudev: make list_node functions available
2125 udevd: use udev_list_node
2126 collect: use udev_list
2128 merge udev-rules.c and udev-rules-parse.c
2129 make struct udev_rules opaque
2130 move run_program to util
2131 udev_event_run() -> udev_event_execute_rules()
2132 udev_rules_run() -> udev_event_execute_run();
2133 move udev_rules_apply_format() to udev-event.c
2134 udev_list_cleanup() -> udev_list_cleanup_entries()
2135 selinux_init(udev) -> udev_selinux_init(udev)
2136 prefix udev-util.c functions with util_*
2138 libudev: device - get_attr_value() -> get_sysattr_value()
2139 cdrom_id: remove ARRAY_SIZE() declaration
2140 replace missing get_attr_value() -> get_sysattr_value()
2141 add "root" == 0 shortcuts to lookup_user/group()
2142 do not use the new work-in-progress parser rule matcher
2143 libudev: device - 128 -> ENVP_SIZE
2144 add util_resolve_subsys_kernel()
2145 handle numerical owner/group string in lookup_user/group()
2146 replace in-memory rules array with match/action token list
2147 do not create temporary node ($tempnode) if node already exists
2148 shrink struct udev_event
2149 shrink struct udev_event
2150 rule_generator: fix netif NAME= value extraction regex
2151 skip SYMLINK rules for devices without a device node
2152 rules: let empty strings added to buffer always return offset 0
2153 fix uninitialized variable warnings
2154 cache uid/gid during rule parsing
2155 distinguish "match" from "assign" by (op < OP_MATCH_MAX)
2156 determine at rule parse time if we need to call fnmatch()
2157 special-case "?*" match to skip fnmatch()
2158 libudev: monitor - replace far too expensive snprintf() with strlcpy()
2159 libudev: monitor - cache result of monitor send buffer
2160 fix "unused" warnings
2162 match KEY="A|B" without temporary string copy
2163 match_attr() - copy attr value only when needed
2164 do not init string arrays, just clear first byte
2165 fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
2166 libudev: device - fill envp array while composing monitor buffer
2167 test: add RUN+="socket: ..." to a test to run monitor code
2168 libudev: device - allocate envp array only once
2170 udevd: merge exec and run queue to minimize devpath string compares
2171 ATTR{}== always fails if the attribute does not exist
2172 rules: remove SCSI timeouts
2173 rules: remove "add" match from usb device node rule
2174 edd_id: add "change" event match
2175 fstab_import: add "change" event match
2176 write trace log to stderr
2177 log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
2178 skip entire rule containing device naming keys, if no device can be named
2179 fix udev_node_update_old_links() logic
2180 move some info() to dbg()
2181 add "devel" and "install" switches to autogen.sh
2182 move debugging strings inside #ifdef DEBUG
2183 firmware.sh: record missing files in /dev/.udev/firmware-missing/
2184 fix list handling in enumerate and rules file sorting
2185 volume_id: btrfs update
2186 info() PROGRAM and IMPORT execution
2187 fix $links substitution
2188 fix cleanup of possible left-over symlinks
2189 do not import the "uevent" file when we only read the db to get old symlinks
2190 usb_id: MassStorage SubClass 6 is "scsi" not "disk"
2191 unify string replacement
2192 $links should be relative
2194 rules: md - add mdadm 3 device naming
2195 cleanup /dev/.udev/queue on startup and exit
2196 udevadm: settle - exit if udevd exits
2198 Matthias Koenig (1):
2199 volume_id: swap - larger PAGE_SIZE support
2201 Steven Whitehouse (1):
2202 volume_id: support for GFS2 UUIDs
2205 Summary of changes from v129 to v130
2206 ============================================
2209 fix compile error with --disable-logging
2210 libudev: enumerate - add_device() -> add_syspath()
2211 volume_id: hpfs - read label and uuid
2212 use no_argument, required_argument, optional_argument in longopts
2213 libudev: get rid of selinux
2214 libudev: device - add get_parent_with_subsystem()
2216 udevadm: info - fix --query=all for devices without a device node
2217 vol_id: add size= option
2218 move selinux noops to udev.h
2219 volume_id: add dbg() as noop to check for compile errors
2220 vol_id: fix logging glue
2221 vol_id: always use the safe string versions for unencoded label and uuid
2222 volume_id: better DDF raid detection
2223 volume_id: add btrfs
2224 volume_id: use PRIu64i, PRIx64 macros
2225 udevd: clarify deprecated sysfs layout warning
2226 libudev: fix --enable-debug
2227 don not print error if GOTO jumps just to next rule
2228 volume_id: add more vfat debugging information
2229 libudev: libudev.pc remove selinux
2230 store node name and symlinks into db symlink target if they are small enough
2231 volume_id: more fat debugging
2232 libudev: fix typo in "multiple entries in symlink" handling
2233 connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
2234 replace spaces in dm and md name symlinks
2237 Summary of changes from v128 to v129
2238 ============================================
2241 udev-test.pl: set non-zero exitcode if tests fail
2242 scsi_id: compiler warning on 32-bit
2243 trivial cleanup in udev_rules_iter
2244 avoid repeated scans for goto targets (udev_iter_find_label)
2245 replace strerror() usage with threadsafe "%m" format string
2246 fix messages (inc. debug compile failure) introduced when optimizing "goto"
2247 allow compiler to check dbg() arguments on non-debug builds
2250 libudev: switch to "udev_device_get_parent"
2251 libudev: udev_device - add attribute cache
2252 libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
2253 udevadm: info - fix lookup-by-name
2254 libudev: switch API from devpath to syspath
2255 libudev: rename ctrl_msg to ctrl_msg_wire
2256 vol_id: fix lib logging glue
2257 fix broken symlink resolving
2259 libudev: pass udev_device in enumerate
2260 libudev: fix "subsystem" value
2261 always include config.h from Makefile
2262 libudev: udev_device_get_devname -> udev_device_get_devnode
2263 libudev: add udev_device_new_from_devnum()
2264 libudev: also import "uevent" file when reading udev database
2265 libudev: add userdata pointer
2266 libudev: replace awkward callback list interfaces with list iterators
2267 libudev: get devnum from uevent file
2268 libudev: enumerate_get_devices_list -> enumerate_get_list
2269 libudev: initialize selinux only when needed
2270 libudev: device - read database only when needed
2271 libudev: rework list handling
2272 libudev: more list rework
2273 lubudev: accept more sys directories as devices, and parent devices
2274 libudev: enumerate - accept list of subsystems to scan, or skip
2275 libudev: enumerate "subsystem"
2276 libudev: enumerate - scan /sys/block/ if needed
2277 libudev: enumerate - split new() and scan()
2278 test: replace ancient sysfs tree with recent one
2279 test: add missing pci directory because of .gitignore *.7
2280 gitignore: move *.8 to subdirs
2281 test: replace last reference of "/class/*" devpath
2283 libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
2284 udevadm: trigger: use libudev
2285 fix segfault caused by wrong pointer used in dbg()
2286 libudev: device_init() -> device_new()
2287 udevadm: trigger fix long option --type=
2288 libudev: add queue interface
2289 udevadm: settle - use libudev queue
2290 libudev: device - handle /sys/block/<disk-device-link>/<partition>
2291 libudev: enumerate - ignore regular files while scanning
2292 udevadm: trigger --type=failed - use libudev queue
2293 rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
2294 build: include Makefile.am.inc in all Makefile.am
2295 udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
2298 Summary of changes from v127 to v128
2299 ============================================
2302 fix uninitialized name_list error::ignore_error
2303 do not needlessly declare some local variables in udev_rules_parse.c as static
2304 remove deprecated envp[] in main()
2305 fix name compare bug name_list_key_add()
2306 remove redundant string copy in udev_rules_apply_format()
2307 remove redundant "remove trailing newlines" in udevadm info
2308 threadsafe rules iteration
2309 fix off-by-one in pass_env_to_socket()
2312 libudev: add monitor documentation
2313 libudev: fix --disable-log
2314 autogen.sh: add --with-selinux
2315 volume_id: hfs - calculate proper uuid
2316 fix dangling pointer returned by attr_get_by_subsys_id()
2317 udev-test.pl: add --valgrind option
2318 libudev: libudev.pc add Libs.private
2319 volume_id: fail on undefined __BYTE_ORDER
2321 libudev: fix monitor documentation
2322 libudev: add udev_device_get_syspath()
2323 udev_device_init() remove statically allocated device support
2324 udevadm: info - fix broken --device-id-of-file=
2325 udevadm: control - use getopt_long()
2326 udevadm: print warning to stderr if udevadm is called by symlink
2327 udev-test.pl: remove left-over comment from --valgrind option
2328 udevadm: rename source files
2329 udevadm: rename internal functions to udevadm_*
2330 udevadm: split out control functions
2331 udevadm: move init from commands to udevadm
2332 autogen.sh: add debug
2333 use libudev code, unify logging, pass udev context around everywhere
2334 volume_id: linux_raid - fix logic for volumes with size == 0
2335 vol_id: add --debug option
2336 udevadm: add --version --help options to man page, hide them as commands
2337 move udev_ctrl to libudev-private
2338 udev-test.pl: set udev_log="err"
2339 test-udev: cleanup libudev context and overridden rules file string
2340 test-udev: remove unused var
2341 add a bunch of private device properties to udev_device
2342 udevadm: monitor - use libudev for udev monitor
2343 libudev: monitor - add event properties to udev_device
2344 udevadm: log message if udevadm link is used
2345 udevd: remove max_childs_running logic
2346 libudev: monitor- add netlink uevent support
2347 udevadm: monitor - use libudev code to retrieve device data
2348 libudev: udev_device - read "driver" value
2349 libudev: rename enumerate function
2350 libudev: add selinux
2351 libudev: initialize selinux after logging
2352 volume_id: merge util.h in libvolume_id-private.h
2354 libudev: udev_device - add more properties
2355 libudev: do not use udev_db.c
2356 libudev: get rid of udev_sysfs.c
2357 libudev: get rid of udev_utils.c
2358 libudev: rename libudev-utils.c libudev-util.c
2359 libudev: do not use any udev source file
2360 extras: use libudev code
2361 convert to libudev and delete udev_utils_string.c
2362 get rid of udev_sysdeps.c
2363 use size definitions from libudev
2364 udevadm: info - use "udev_device"
2367 Summary of changes from v126 to v127
2368 ============================================
2371 build-sys: don't duplicate file names
2372 build-sys: remove non-POSIX variable names
2375 add inotify dummy definitions if inotify is not available
2376 build: remove autopoint check
2377 udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2378 ignore duplicated rules file names
2380 rules: delete all distro rules which do not use default rules
2382 rules: add isdn rules
2383 rules: Gentoo update
2384 add missing includes
2387 add missing 'v' for "make changelog"
2388 build: fix "make dist"
2389 vol_id: make the --offset= argument optional
2390 rules: optical drives - probe at last session offset, do not probe for raid
2391 libudev: add library to access udev information
2392 libudev: split source files
2394 libudev: add udev event monitor API
2395 volume_id: remove deprecated functions and bump major version
2396 volume_id: remove left-over fd close()
2397 split udev_device.c to leave out rules handling from libudev
2398 libudev: link against selinux if needed
2399 firmware.sh: lookup lookup kernel provided firmware directory
2400 libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
2403 rules: fix md rules for partitioned devices
2406 Summary of changes from v125 to v126
2407 ============================================
2410 delete all Makefiles and move udev source to udev/
2412 rules: mode 0660 for group "disk"
2413 rules: update Fedora rules
2415 INSTALL: --enable-selinux not --with-selinux
2416 volume_id: move static lib to $prefix
2417 volume_id: create relative links
2418 rules: run vol_id on opticals only if media is found
2421 rules: Debian update
2424 use proper directory lib/lib64 for libvolume_id
2427 Summary of changes from v124 to v125
2428 ============================================
2431 rules: tape rules - add nst to usb and 1394 links
2434 man: clarify $attr{} parent searching
2437 collect: fix size_t printf
2438 path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
2439 rules: add v4l persistent links
2440 docs: update some docs and delete outdated stuff
2441 scsi_id: fix fallback to sg v3 for sg nodes
2442 rules: fix cciss rules for partition numbers > 9
2443 udev.conf: udevcontrol -> udevadm control
2444 rules: use consistently OPTIONS+=
2445 scsi_id: the fallback fix broke error handling
2446 man: rebuild from xml
2447 do not touch node ownership and permissions, if already correct
2448 rules: tape rules - add nst to by-path/ links
2449 udevadm: info - add --export format to --device-id-of-file=
2450 move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
2453 rules_generator: net rules - do not print error if file is missing and ignore commented rules
2454 man: add link_priority default value
2455 scsi_id: man page fix
2456 udevadm: settle - add verbose output when running into timeout
2457 rules: Debian update
2458 rules: Debian update
2459 ignore rule with GOTO to a non-existent label
2462 scsi_id: include sys/stat.h
2465 collect: check realloc return value
2468 Summary of changes from v123 to v124
2469 ============================================
2472 cdrom_id: fix recognition of blank media
2475 Summary of changes from v122 to v123
2476 ============================================
2478 Erik van Konijnenburg (3):
2479 add substitution in MODE= field
2480 Makefile: use udevdir in "make install"
2481 volume_id: support for oracleasm
2484 scsi_id: retry open() on -EBUSY
2487 volume_id: remove unnecessary global variable
2488 volume_id: enable GFS probing code, add LABEL support
2491 edd_id: call it only for sd* and hd*
2492 rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
2493 rules: tape rules - use bsg device nodes for SG_IO
2494 rules: persistent net - handle "locally administered" ibmveth MAC addresses
2495 cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
2498 man: add NAME== match entry
2501 collect: realloc buffer, if needed
2502 udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
2505 Summary of changes from v121 to v122
2506 ============================================
2508 Hannes Reinecke (2):
2509 scsi_id: remove all sysfs dependencies
2510 scsi_id: add SGv4 support
2513 volume_id: clean up linux_raid code
2516 scsi_id: update man page
2517 scsi_id: remove bus_id option
2518 scsi_id: add --sg-version= option
2519 rules: adapt to new scsi_id
2520 rules: adapt tape rules to new scsi_id
2522 volume_id: bump version
2523 Makefile: do not create udevcontrol, udevtrigger symlinks
2525 MUNEDA Takahiro (2):
2526 man: udevd- fix udev(8) reference
2529 Matthias Schwarzott (1):
2530 cdrom_id: fix segfault
2533 Summary of changes from v120 to v121
2534 ============================================
2536 Damjan Georgievski (1):
2537 libvolume_id: recognize swap partitions with a tuxonice hibernate image
2540 writing udev rules: fix rule typos
2542 David Woodhouse (1):
2543 rules_generator: net rules - add "dev_id" value to generated rules
2546 selinux: more context settings
2549 udevinfo: do not replace chars when printing ATTR== matches
2550 vol_id: add --offset option
2551 cdrom_id: replace with version which also exports media properties
2552 udevd: at startup write message including version number to kernel log
2553 rules_generator: net rules - always add KERNEL== match to generated rules
2554 selinux: fix missing includes
2555 allow setting of MODE="0000"
2556 path_id: remove subsystem whitelist
2557 logging: add trailing newline to all strings
2558 scsi_id: initialize serial strings
2559 persistent device naming: also read unpartitioned media
2560 cdrom_id: add more help text
2561 add $links substitution
2562 fstab_import: add program to IMPORT matching fstab entry
2563 add OPTIONS+="event_timeout=<seconds>"
2564 write "event_timeout" to db
2565 udevadm: trigger - add --env= option
2566 udevadm: control - fix --env key to accept --env=<KEY>=<value>
2567 udevadm: info - do not print ATTR{dev}==
2568 persistent device naming: update tape rules
2569 rules: update md rules
2572 Summary of changes from v119 to v120
2573 ============================================
2576 test: remove duplicated EXTRA entry
2577 rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
2578 udevadm: trigger - option to synthesize events and pass them to a socket
2579 udevadm: info - resolve devpath if symlink is given
2580 udevadm: remove old man page links and compat links for debugging tools
2581 udevadm: trigger - fix broken socket option check
2582 udevadm: trigger - fix --socket== + --verbose
2583 also accept real socket files for RUN+="socket:<path>"
2584 persistent device naming: cleanup storage rules
2587 udevd: serialize events if they refer to the same major:minor number
2590 Summary of changes from v118 to v119
2591 ============================================
2593 Anthony L. Awtrey (1):
2594 do not skip RUN execution if device node removal fails
2597 rules: Fedora update
2598 rules: do not set GROUP="disk" for scanners
2601 rules_generator: add missing write_net_rules unlock
2604 volume_id: fix UUID raw buffer usage
2605 volume_id: fix typo in function documentation
2608 switch mailing lists to linux-hotplug@vger.kernel.org
2609 rules: remove tty rule which can never run because of an earlier "last_rule"
2610 volume_id: update ext detection
2611 selinux: set context for real file name not the temp name
2612 hack to allow ATTR{block/*/uevent}="change"
2613 rules_generator: add KERNEL=="<netifname>*" to generated rules
2614 persistent device naming: also run on "change" event
2615 test: add "subsystem" links to all devices
2616 sysfs: depend on "subsystem" link
2617 extend hack to allow TEST=="*/start"
2619 Matthias Schwarzott (1):
2620 volume_id: respect LDFLAGS
2623 volume_id: add prefix=, exec_prefix=
2626 Makefile: do not require GNU install
2629 Summary of changes from v117 to v118
2630 ============================================
2633 doc: update "writing udev rules"
2635 Hannes Reinecke (1):
2636 volume_id: LVM - add uuid
2640 rules_generator: do not create rules with insufficient matches
2641 man: udevadm settle - mention 180 seconds default timeout
2642 libvolume_id: squashfs - add endianess support for LZMA compression
2644 volume_id: md - add metadata minor version
2645 volume_id: run only once into a timeout for unreadable devices
2646 create_floppy_devices: fix logic for more than one floppy device
2647 volume_id: also add readable check to probe_all()
2649 Matthias Schwarzott (1):
2650 rules: Gentoo update
2653 libvolume_id: squashfs+LZMA compression detection
2656 Summary of changes from v116 to v117
2657 ============================================
2660 extras: ignore built and generated files
2661 volume_id: create relative symlink when $(libdir) = $(usrlibdir)
2664 usb_id: fail if vendor/product can not be retrieved
2666 firmware: do not print error if logger is missing
2667 volume_id: vfat - allow all possible sector sizes
2668 volume_id: LUKS - export version
2669 volume_id: ntfs - rely on valid master file table
2670 volume_id: bump version
2671 udevinfo: exclude "uevent" file from --attribute-walk
2672 udevadm: merge all udev tools into a single binary
2673 udevadm: accept command as option, like --help, --version
2674 udevadm: add info option --device-id-of-file=<file>
2675 Makefile: fix bogus version number than got committed
2676 udevadm: also return major==0 results for --device-id-of-file
2677 man: udevd.8 - remove udevcontrol section
2678 udevadm: control - allow command to be passed as option
2680 MUNEDA Takahiro (1):
2681 man: fix udevadm.8 typo
2683 Matthias Schwarzott (2):
2684 firmware: remove hardcoded path to logger
2685 rules: Gentoo update
2688 rules: Frugalware update
2691 Summary of changes from v115 to v116
2692 ============================================
2698 check line length after comment check and whitespace strip
2699 only install *.rules
2700 remove extra space from udevinfo symlink output
2703 rules: fix two trivial typos
2704 rules: random and urandom are 0666
2705 rules: add REMOVE_CMD rule
2706 track "move" events to rename database and failed files
2707 rules: Gentoo update
2708 rules: add i2o driver rule
2709 man: recreate man pages
2710 volume_id: fix linux_raid metadata version 1.0 detection
2711 add $name substitution
2712 do not delete the device node with ignore_remove, but handle the event
2713 print warning for invalid TEST operations
2714 rules: do not delete /lib/udev/devices/ nodes on "remove"
2715 rules: remove broken nvram group assignment without any permission
2716 add /dev/rtc symlink if new rtc drivers are used
2717 increase WAIT_FOR_SYSFS timeout to 10 seconds
2718 rules: put bsd nodes in /dev/bsd/ directory
2719 path_id: fix for stacked class devices
2720 ignore device node names while restoring symlinks from the stack
2721 use SEQNUM in /dev/.udev/queue/ instead of devpath
2722 rules: add memstick module loading
2723 udevinfo: simplify symlink printing logic
2724 prevent wrong symlink creation if database disagress with current rules
2725 fix wrong variable used in logged string
2727 rule_generator: move all policy from write_net_rules to the rules file
2728 rules: call usb_id only for SUBSYSTEMS=="usb"
2729 rules: split out and fix persistent tape rules
2730 fix debug output string
2731 rule_generator: always match netif type in generated rule
2733 Matthias Schwarzott (3):
2734 rules: Gentoo update
2735 rules: Gentoo update
2736 rules: Gentoo update
2739 set buffer size if strlcpy/strlcat indicate truncation
2741 maximilian attems (1):
2742 correct includes in udev_selinux.c
2745 Summary of changes from v114 to v115
2746 ============================================
2749 rules: fix typo in 80-drivers.rules
2752 rules: add default rules
2753 rules: update SUSE rules
2754 rules: add packages rules
2755 rules: add ia64 rules
2756 rules: move md-raid rules to packages dir
2757 rules: run vol_id only for partitions
2758 rules: update Fedora rules
2759 edd_id: move persistent rules to its own file
2760 accept relative path for TEST
2761 rules: add iowarrior rule
2762 volume_id: fix sqashfs detection
2763 do not ignore dynamic rule if it is the last one in the list
2764 rule_generator: fix wrong DRIVERS!= logic
2765 rules: update Fedora
2766 Makefile: install default rules
2769 rules_generator: remove policy from write_cd_rules
2770 rules_generator: fix write_cd_rules when similar names exist in the root directory
2771 rules: Debian update
2774 Summary of changes from v113 to v114
2775 ============================================
2777 Hannes Reinecke (3):
2778 collect: extra to synchronize actions across events
2779 add $driver subtitution
2780 rules_generator: add S/390 persistent network support
2783 rules_generator: remove executable flag from include file
2784 always unlink temporary file before creating new one
2786 volume_id: ext4 detection
2787 udevtrigger: allow to specify action string
2788 add option to RUN key to ignore the return value of the program
2789 use global udev_log variable instead of parameter in run_program
2790 add udev_rules_run() to handle RUN list
2791 move udev_utils_run.c into udev_rules.c
2793 name_list: rename loop_name -> name_loop
2794 handle dynamic rules created in /dev/.udev/rules.d/
2795 allow SYMLINK== match
2796 libvolume_id: use /usr/$libdir in pc file
2797 Makefile: add --as-needed flag to ld
2798 restore behavior of NAME==
2799 rules_generator: remove "installation" function
2800 udevtrigger: trigger "driver" events
2802 rules: Fedora update
2803 rules: add "do not edit" comment
2804 rules: Fedora update
2805 rules_generator: skip random MAC addresses
2806 write changed network interface names to the kernel log
2808 Matthias Schwarzott (3):
2809 rules: Gentoo update
2810 fix inotify to work not only once
2811 rules: Gentoo update
2814 Makefile: add "make dist" for nightly snapshots
2817 Summary of changes from v112 to v113
2818 ============================================
2821 vol_id: do not fail if unable to drop privileges
2824 add missing ChangeLog
2825 make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2826 rules: recognize partitions and disk devices properly
2828 atomically replace existing nodes and symlinks
2829 do not try to create existing file
2830 info() for ignore_remove
2832 Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2833 allow to disable the replacement of unusual characters
2834 no newline in log messages
2835 udevd: do not use syslog if --verbose (debugging) is used
2838 fix typo in udev_utils_run.c
2841 Summary of changes from v111 to v112
2842 ============================================
2844 Fabio Massimo Di Nitto (1):
2845 rules: ignore partitons that span the entire disk
2847 Hannes Reinecke (1):
2848 cciss device support
2851 udevd: close /proc/meminfo after reading
2852 create_floppy_devices: remove dead "unlink" code
2853 volume_id: add function documentation
2854 udev_db: escape path names with \x00 instead of %00
2855 udevsettle: use long options
2856 replace_chars: replace spaces in node name
2857 volume_id: add and export string encoding function
2858 vol_id: export encoded strings
2859 rules: use encoded strings instead of skipping characters
2860 udevtest: print message before log output
2861 volume_id: escape % character
2862 replace_chars: replace % character
2863 IMPORT: do not mangle whitespace
2864 scsi_id: do not install symlink in /sbin
2866 volume_id: terminate overlong label strings
2867 scsi_id: add long options
2868 rules: use long options for scsi_id
2869 path_id: skip subsystem directory
2870 rules: fix cciss rule
2872 scsi_id: fix typo in help text
2873 fix "do not access parent" warning for ATTR{}
2874 sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2875 events for "bus" and "class" registration must be matched as "subsystem"
2876 udevtest: add --subsystem option
2877 sysfs: change order of subsystem lookup
2878 add $sys substitution
2879 add TEST=="<file>" key
2880 add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2881 sysfs: handle bus/class top-level directories
2882 sysfs: skip unknown sysfs directories
2887 create_floppy_devices: add man page
2888 path_id: remove on make uninstall
2891 volume_id: support for long-filename based labels
2893 Scott James Remnant (2):
2894 replace_untrusted_chars: replace all whitespace with space
2895 run_program: log "info" not "error" if program is missing
2898 Summary of changes from v110 to v111
2899 ============================================
2903 rules: Fedora update
2904 volume_id: use md native uuid format
2905 vol_id: use long options
2906 volume_id: add volume_id_get_* functions
2907 vol_id: use volume_id_get_*
2908 udevd: use fgets() to read /proc files
2909 volume_id: add internal UUID_STRING
2910 volume_id: add DDF support
2911 vol_id: README update
2912 volume_id: rename UUID_64BIT_LE/BE
2913 vol_id: add ID_FS_UUID_SAFE
2914 rules: use ID_FS_UUID_SAFE
2916 volume_id: give access to list of all available probers
2917 vol_id: use libvolume_id prober list for --probe-all
2918 volume_id: add remaining names for prober lookup by type
2920 volume_id: vol_id depends on libvolume_id
2922 Matthias Schwarzott (2):
2923 volume_id: fix Makefile for parallel make
2924 rules: Gentoo update
2927 Summary of changes from v109 to v110
2928 ============================================
2931 udevcontrol: allow to set global variables in udevd
2934 remove eventrecorder.sh
2936 volume_id: add md metadata 1.0, 1.1, 1.2 support
2937 unset variable with ENV{VAR}=""
2938 delete copies of default rules in SUSE rules
2939 volume_id: ext - fix endianess in version number
2940 rules: Fedora update
2941 volume_id: old md metadata has only 32 bit for the uuid
2942 volume_id: minix version 3 support
2943 don't create $tempnode for devices without major
2944 usb_id: add <devpath> to help text
2945 ata_id: use getopt_long()
2948 Matthias Schwarzott (3):
2949 Makefile: respect CFLAGS/LDFLAGS
2950 rules: Gentoo update
2951 ata_id: don't log error for libata devices on older kernels
2954 Summary of changes from v108 to v109
2955 ============================================
2958 create_floppy_devices: create nodes with correct selinux context
2961 udevtest: export ACTION string if given as option
2963 make ACTION!="add|change" working
2964 udevtest: import uevent variables if possible
2965 udevinfo: export all information stored in database
2966 default rules: add libata compat links
2967 create_path: don't fail if something else created the directory
2968 udevd: fix serialization of events
2969 path_id: remove broken example
2970 libvolume_id: do not install static library
2973 Matthias Schwarzott (2):
2975 persistent device naming: add joystick links
2978 path_id: add man page
2981 Summary of changes from v107 to v108
2982 ============================================
2985 udevinfo: relax check for the correct device if looked up by name
2986 don't write to sysfs files during test run
2987 finally remove the directory event-multiplexer crap
2989 Matthias Schwarzott (2):
2990 write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
2994 udevsettle: read udev not kernel seqnum first
2997 Summary of changes from v106 to v107
2998 ============================================
3000 Jean Tourrilhes (1):
3001 udevtest: export UDEV_LOG if we changed it
3004 man: add missing options to various man pages
3006 create_floppy_devices: apply specified mode without umask
3008 udevmonitor: add switch for kernel and udev events
3009 default rules: wait for 0:0:0:0 scsi devices only
3011 delete dasd_id, it moved to s390-tools
3013 encode db-file names, instead of just replacing '/'
3014 update internal variables if we see $DEVPATH during IMPORT
3015 increase /proc/stat buffer
3016 maintain index over device-names to devpath relation
3017 restore overwritten symlinks when the device goes away
3018 store devpath with the usual leading slash
3019 add link_priority to rule options, and store it in database
3020 pick actual valid device in udev_db_lookup_name
3021 cleanup already existing db-entries and db-index on device update
3022 selinux: move selinux_exit() to the main programs
3023 remove old error message
3024 read list of devices from index, make index private to database
3025 priority based symlink handling
3026 volume_id: get rid of compiler warning
3027 udevinfo: remove -d option
3028 update %n on netif name change
3029 if a node goes away, possibly restore a waiting symlink
3031 man: add "link_priority" option
3033 udevtest: add --force mode
3034 udevinfo: print link priority
3035 usb_id: append target:lun to storage device serial
3036 run_directory: add final warning before removal
3041 Matthias Schwarzott (2):
3042 udevd: cleanup std{in,our,err} on startup
3043 udevmonitor: fix swapped event switch descriptions
3046 Summary of changes from v105 to v106
3047 ============================================
3050 man: fix typos in scsi_id and udevd
3052 Andrey Borzenkov (2):
3053 vol_id: add -L to print raw partition label
3057 persistent device naming: tape devices and medium changers
3060 exclude parent devices from DRIVER== match
3061 volume_id: really fix endianess bug in linux_raid detection
3063 man: correct udevinfo --export-db
3064 path_id: append LUN to iSCSI path
3065 create_floppy_devices: add option for owner/group
3066 update example rules
3067 apply format chars to ATTR before writing to sysfs
3068 add (subsystem) to udevmonitor output
3069 update DRIVER== changes
3070 remove --version from the udevinfo man page
3071 add test for an attribute which contains an operator char
3072 man: add note about parent matching behavior
3073 scsi_id: accept tabs in /etc/scsi_id.conf
3074 remove dead rule in persistent tape rules
3076 Matthias Schwarzott (4):
3077 correct typo in extras/scsi_id/scsi_id.conf
3078 fix retry-loop in netif-rename code
3079 add option --version to udevd
3080 rule_generator: fix for creating rules on read-only filesystem
3082 Peter Breitenlohner (1):
3083 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3086 udevd: init signal pipe before daemonizing
3087 unlink old database file before creating a new one
3088 fix %c $string substitution
3090 Theodoros V. Kalamatianos (1):
3091 fix udev attribute names with a colon
3094 Summary of changes from v104 to v105
3095 ============================================
3098 man: fix typos in scsi_id and udevd
3100 Andrey Borzenkov (2):
3101 vol_id: add -L to print raw partition label
3105 exclude parent devices from DRIVER== match
3106 volume_id: really fix endianess bug in linux_raid detection
3108 Matthias Schwarzott (2):
3109 correct typo in extras/scsi_id/scsi_id.conf
3110 fix retry-loop in netif-rename code
3112 Peter Breitenlohner (1):
3113 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3116 udevd: init signal pipe before daemonizing
3117 unlink old database file before creating a new one
3118 fix %c $string substitution
3121 Summary of changes from v103 to v104
3122 ============================================
3126 update example rules
3129 volume_id: fix endianess bug in linux_raid detection
3130 man: fix udevmonitor text
3131 man: recreate from xml
3132 rename config "filename" to "dir"
3133 remove outdated documentation
3134 rename "udev.c" to "test-udev.c" - it is only for testing
3136 use git-archive instead of git-tar-tree
3138 Kazuhiro Inaoka (1):
3139 inotify syscall definitions for M32R
3142 write_cd_rules: identity-based persistence
3143 scsi_id: remove trailing garbage from ID_SERIAL_SHORT
3146 SELinux: label created symlink instead of node
3149 Summary of changes from v102 to v103
3150 ============================================
3153 persistent storage rules: skip gnbd devices
3154 volume_id: add checksum check to via_raid
3155 volume_id: add comment about hfs uuid conversion
3160 Summary of changes from v101 to v102
3161 ============================================
3164 writing_udev_rules: fix typo in example rule
3167 create missing ChangeLog for version 101
3169 update default rules
3170 first try "subsystem" link at a parent device, before guessing
3171 if /sys/subsystem exists, skip class, bus, block scanning
3172 scsi_id: export ID_SERIAL_SHORT without vendor/product
3176 path_id: fix SAS disk handling
3179 Summary of changes from v100 to v101
3180 ============================================
3183 fix udevinfo help text typo
3186 cleanup default rules
3187 add IMPORT operations to the udev man page
3190 remove Makefile magic for leading '0' in version
3191 udevd: use getopt_long()
3192 udevd: add --verbose option to log also to stdout
3193 udevd: add --debug-trace option
3194 rule_generator: improve net rule comment generation
3195 volume_id: correct iso9660 high sierra header
3196 warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
3197 don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
3198 udevinfo: print error in --attribute-walk
3199 udev_sysfs: unify symlink resolving
3200 udevtrigger: trigger devices sorted by their dependency
3201 fix spelling in deprecation warning
3204 Michał Bartoszkiewicz:
3205 udevtrigger: fix typo that prevents partition events
3208 clarify "specified user/group unknown" error
3211 update slackware rules
3214 update Frugalware rules
3217 Summary of changes from v099 to v100
3218 ============================================
3222 fix messed up ChangeLog from release 099
3223 man: add $attr{} section about symlinks
3224 revert persistent-storage ata-serial '_' '-' replacement
3227 Summary of changes from v098 to v099
3228 ============================================
3234 udev_db.c: include <sys/stat.h>
3235 use fnmatch() instead of our own pattern match code
3236 rename major/minor variable to maj/min to avoid warning
3237 update source file headers
3238 udevtest: print header that ENV{} can't work
3240 udevtrigger: options to filter by subsystem and sysfs attribute
3241 udevtrigger: remove unused longindex
3242 udevinfo: use long options
3243 udevd: use files instead of symlinks for /dev/.udev/queue,failed
3244 udevtrigger: fix pattern match
3245 reorder options in udevinfo man page
3246 udevinfo: fix SUBSYTEMS spelling error
3247 fix ENV{TEST}="Test: $env{TEST}"
3248 let $attr{symlink} return the last element of the path
3249 cdrom_id: add rules file to call cdrom_id
3250 udevinfo: do not show symlinks as attributes in --attribute-walk
3251 remove broken name_cdrom.pl
3255 run_program: close pipe fd's which are connected to child process
3256 add persistent rules generator for net devices and optical drives
3259 changes rules for ata disk from '_' to '-'
3262 make struct option arrays static const
3266 Summary of changes from v097 to v098
3267 ============================================
3270 udevtest: allow /sys in the devpath paramter
3273 selinux: init once in the daemon, not in every event process
3276 udevd: remove huge socket buffer on the control socket
3278 rename udev_libc_wrapper -> udev_sysdeps
3279 db: store devpath - node relationship for all devices
3280 udevinfo: allow -a -n <node>
3281 udevinfo, udevtest: simplify '/sys' stripping from devpath argument
3282 lookup_user, lookup_group: report "unknown user" and "lookup failed"
3283 consistent key naming to match only the event device or include all parent devices
3284 skip rule, if too may keys of the same type are used
3285 introduce ATTR{file}="value" to set sysfs attributes
3287 update default rules
3288 export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
3289 fix typo in SUBSYSTEMS key parsing
3290 udevtrigger: add --retry-failed
3291 volume_id: add suspend partition detection
3292 vol_id: use primary group of 'nobody' instead of 'nogroup'
3293 remove built-in /etc/passwd /etc/group parser
3294 always expect KEY{value} on ATTR, ATTRS, ENV keys
3295 use new key names in test programs
3296 cleanup commandline argument handling
3297 db: don't create a db file for only a node name to store
3298 man: add ATTR{file}="value" assignment
3301 volume_id: fix fat32 cluster chain traversal
3304 fix 'unknow user' error from getpwnam/getgrnam
3305 fix rc when using udev --daemon
3308 Michał Bartoszkiewicz:
3309 man pages: fix typos
3312 Summary of changes from v096 to v097
3313 ============================================
3316 add joystick support to persistent input rules
3319 firmware.sh: remove needless '/'
3320 vol_id: add --skip-raid and --probe-all option
3321 switch uevent netlink socket to group 1 only
3322 increase /proc/stat read buffer
3323 use "change" instead of "online" events
3324 remove 'static' from local variable
3325 libvolume_id: add parameter 'size' to all probe functions
3326 man pages: replace 'device-path' by 'devpath'
3327 man pages: work around xmlto which tries to be smart
3328 refresh vol_id man page
3329 udevinfo: add DRIVER==
3330 Makefile: fix dependency
3331 libvolume_id: read ufs2 label
3332 switch ifdef __KLIBC__ to ifndef __GLIBC__
3333 report failing getpwnam/getgrnam as error
3334 rename udevcontrol message types and variables
3335 initialize unused sockets to -1
3336 udevd: remove useless udevinitsend parameter
3338 udevd: autotune max_childs/max_childs_running
3339 update frugalware rules
3341 move default rules to etc/udev/rules.d/
3342 add 'crypto' devices to persistent storage rules
3343 add late.rules to default rules
3345 don't report an error on overlong comment lines
3347 udevd: read DRIVER from the environment
3350 make rename_netif() error messages useful
3351 path_id: fix an harmless syntax error
3354 update slackware rules
3357 Fix inotify syscalls on ARM
3360 Summary of changes from v095 to v096
3361 ============================================
3364 Makefiles: fix .PHONY for man page target
3365 allow longer devpath values
3366 path_id: prepare for new sysfs layout
3369 Summary of changes from v094 to v095
3370 ============================================
3374 don't remove symlinks if they are already there
3375 allow "online" events to create/update symlinks
3376 udevinfo: clarify parent device attribute use
3378 netif rename: optimistic loop for the name to become free
3379 remove broken %e enumeration
3382 print usage of udevcontrol when no or invalid command is given
3385 Summary of changes from v093 to v094
3386 ============================================
3389 update "writing udev rules"
3392 libvolume_id: gfs + gfs2 support
3393 remove MODALIAS key and substitution
3394 add persistent-input.rules
3400 Summary of changes from v092 to v093
3401 ============================================
3404 path_id: add support for iSCSI devices
3407 libvolume_id: fat - check for signature at end of sector
3408 libvolume_id: add more software raid signatures
3410 path_id: prevent endless loop for SAS devices on older kernels
3412 replace binary firmware helper with shell script
3413 skip device mapper devices for persistent links
3416 Summary of changes from v091 to v092
3417 ============================================
3420 don't include stropts.h, some libc's don't like it
3421 udevd: create leading directories for /dev/.udev/uevent_seqnum
3422 vol_id: fix logging from libvolume_id's log function
3425 add more warnings for invalid key operations
3426 fix offsetof() build issue with recent glibc
3427 selinux: fix typo in block device node selection
3428 vol_id: add NetWare volume detection
3429 edd_id: fix "(null)" output if "mbr_signature" does not exist
3431 libvolume_id: nss - use different uuid
3434 path_id: add platform and serio support
3438 path_id: fix bashism
3441 Summary of changes from v090 to v091
3442 ============================================
3445 path_id: fix SAS device path generation
3448 udevtest: don't try to delete symlinks
3449 persistent rules: fix typo in dm rule
3450 allow NAME=="value" to check for already assigned value
3451 udevd: export initial sequence number on startup
3454 Summary of changes from v089 to v090
3455 ============================================
3458 udevd: export current seqnum and add udevsettle
3459 volume_id: fix endianess conversion typo for FAT32
3460 merge device event handling and make database content available on "remove"
3461 set default udevsettle timeout to 3 minutes
3462 export INTERFACE_OLD if we renamed a netif
3463 let udevmonitor show the possibly renamed devpath
3464 volume_id: move some debug to info level
3465 udevtrigger: fix event order
3466 usb_id: remove uneeded code
3467 remove old symlinks before creating current ones
3468 path_id: fix loop for SAS devices
3469 apply format char to variables exported by ENV
3472 add inotify support for hppa and MIPS and log if inotify is not available
3475 fix typo in error message
3478 Summary of changes from v088 to v089
3479 ============================================
3482 path_id: add bus to USB path
3485 change rule to skip removable IDE devices
3486 don't create uuid/label links for raid members
3487 volume_id: provide library
3488 fix rule order for persistent tape links
3490 volume_id: provide a custom debug function
3491 volume_id: rename subdirectory
3492 volume_id: use shared library by default
3493 because is better than cause
3494 volume_id: remove some global symbols
3495 volume_id: define exported symbols
3496 remove all stripping code
3497 man pages: mention udev(7) not udev(8)
3499 move all *_id programs to /lib/udev/
3500 update Red Hat rules
3502 pass CROSS_COMPILE to AR and RANLIB down to extras/
3503 volume_id: update README
3504 volume_id: generate man page from xml source
3506 fix symlink targets in Makefiles
3509 Summary of changes from v087 to v088
3510 ============================================
3513 persistent links: add scsi tape links and usb path support
3516 volume_id: add squashfs detection
3517 reset signal handler in event process
3518 correct use of fcntl()
3519 add udevtrigger to request events for coldplug
3520 add ',' to trusted chars
3521 volume_id: remove partition table parsing code
3522 volume_id: remove all partition table support
3523 fix spelling error in debug string
3524 rename "persistent disk" to "persistent storage"
3525 fix output for USB path
3528 Summary of changes from v086 to v087
3529 ============================================
3532 path_id: support SAS devices
3535 fix persistent disk rules to exclude removable IDE drives
3536 warn about %e, MODALIAS, $modalias
3537 remove devfs rules and scripts
3540 typo in debug text in udev_run_hotplugd.c
3543 Summary of changes from v085 to v086
3544 ============================================
3547 volume_id: replace __packed__ by PACKED macro
3548 volume_id: split raid and filesystem detection
3549 volume_id: add missing return
3550 udevd: fix queue export for multiple events for the same device
3553 workaround missing kernel headers for some architectures
3556 update to udev-084/doc/writing_udev_rules
3559 Summary of changes from v084 to v085
3560 ============================================
3563 Fix trivial spelling errors in RELEASE-NOTES
3566 fix typo in parisc support to path_id
3569 make WAIT_FOR_SYSFS usable in non "wait-only" rules
3570 fix typo in man page
3571 include sys/socket.h for klibc build
3572 cramfs detection for bigendian
3573 exit WAIT_FOR_SYSFS if the whole device goes away
3575 update Red Hat rules
3577 include errno.h in udev_libc_wrapper.c
3580 Summary of changes from v083 to v084
3581 ============================================
3585 switch CROSS to CROSS_COMPILE
3586 replace fancy silent build program by simple kernel build like logic
3587 move manpages to top level
3588 remove UDEVD_UEVENT_INITSEND
3590 scsi_id: remove dead files
3591 optimize sysfs device and attribute cache
3592 let SYSFS{} look at the device, not only the parent device
3593 add debug output to sysfs operations
3596 Summary of changes from v082 to v083
3597 ============================================
3600 man page: document when substitutions are applied for RUN and other keys
3601 check for ignore_device in loop looks redundant
3604 udevstart: fix NAME="" which prevents RUN from being executed
3605 find programs in /lib/udev for IMPORT if {program} is not given
3606 don't add $SUBSYSTEM automatically as $1 to programs
3607 remove redundant substitution of RUN key
3610 Summary of changes from v081 to v082
3611 ============================================
3614 substitute format chars in RUN after rule matching
3617 scsi_id, usb_id: request device parent by subsystem
3618 path_id: work with "all devices in /sys/devices"
3619 ignore all messages with missing devpath or action
3620 Makefile: remove dynamic config file generation
3621 path_id: handle fiber&n