1 Summary of changes from v175 to v176
2 ============================================
5 [PATCH[ udev: ata_id: Fix length of INQUIRY command
8 libudev: print log_fn address instead of ctx when setting logging function
9 do not ship autogen.sh in the tarball
10 man: clarify 'config file stack'
11 rename 'init' directory to 'systemd'
12 systemd: use PassCred=yes
13 use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation
15 make: do not (mis-)use the config file generator, create .xz tarball
16 prepare builtins for blkid and kmod
17 add builtin load/unload initializers
18 build argv[] for builtin commands
20 rules: switch to built-in blkid
21 rules: do not preprocess 60-persistent-storage.rules
22 buildsys: disable tar.gz
23 builtin: blkid - add missing newline
24 builtin: blkid - add missing ID_FS_USAGE
25 builtin: kmod - switch modprobe to builtin
26 rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules
27 builtin: apply format string
28 remove last sbindir use
30 autogen.sh: moce CFLAGS from to configure.ac; print common ./configure options
31 builtin: kmod - link against libkmod
33 builtin: kmod - reload index when rules are reloaded
34 builtin: rename load()/unload() to init()/exit()
35 invalidate rules and kmod index with 'udevadm control --reload'
37 builtin: firmware - move 'firmware' tool to builtins
38 builtin: firmware - add missing file
39 builtin: kmod - hook up udev main logging to libkmod
40 make: introduce --with-rootprefix=
42 move rules dirs to udev context; replace inotify with time-controlled stat()
43 udevd: always create runtime dir
44 builtin: move usb-db, pci-db to builtins
45 builtin: kmod - switch to kmod_module_probe_insert_module()
46 udevd: remove TIMEOUT= handling
48 systemd: rename PassCred= to PsssCredentials=
49 remove mknod() logic and rely on 'devtmpfs'
50 builtin: kmod - hook up kmod_validate_resources()
51 build-sys: use use ${ac_default_prefix}
53 build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev
54 autogen.sh: enable git pre-commit
55 merge udev/, libudev/, systemd/ files in src/; move extras/ to src/
56 replace unpacked sysfs test tree 'test/sys/' with packed tarball
57 rules: delete arch specific rules
58 doc: fix out of tree build (copy from libkmod)
59 autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
60 build-sys: try to build without installed xsltproc
61 add test/src to .gitignore
62 tabs are as useful as a hole in the head
63 autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now
68 man: mention that no daemons should be started by udev
71 builtin: kmod - log if modules are blacklisted
73 Luis Felipe Strano Moraes (1):
74 Switch spawn_read to void and remove useless stores there.
77 75-persistent-net-generator.rules: Add Xen
80 hwdb: drop useless line freeing
83 keymap: Add Lenovo Thinkpad X220 Tablet
89 Summary of changes from v174 to v175
90 ============================================
93 gudev: Use strtoul to parse unsigned 64-bit integers
94 gudev: Use g_ascii_strtoull() instead of strtoul()
97 extras/keymap/findkeyboards: beautify shell code and get rid of grep
100 keymap: Fix micmute remap for Lenovo Thinkpads
103 make: add gpg signing bits
104 ignore entire rules line if unknown keys are used
105 do not skip /dev/{disk,char}/M:m removal when the device node is already gone
106 replace AC_DISABLE_STATIC with LT_INIT([disable-static])
107 make: tweak some autofoo according to Flameeyes' recommendations for libabc
108 rules: restore rule to set cdrom group for optical drives
112 check-keymaps.sh: Allow running separately
113 extras/keymap/findkeyboards: Filter out non-event devices
114 findkeyboards: Consistently use spaces instead of tabs
115 keymap: Fix stuck keys on GIGABYTE i1520M
116 keymap: More Asus module variants
117 keymap: Fix "internet" key on HP G62
118 keymap: Fix bluetooth key on Acer TravelMate 7720
119 keymap: Fix stuck keys on BenQ nScreen
122 Summary of changes from v173 to v174
123 ============================================
126 ata_id: Check for Compact Flash card
129 Add mic mute keycode support for Lenovo Thinkpad USB keyboard
132 gtk-doc: delete empty files
133 libudev: list - use binary search for list lookup
134 rules: move input_id to default rules
135 implement path_id, usb_id, input_id as built-in command
136 do not remove static nodes on module unload
137 rules: remove legacy rules for cdrom and usb printer
139 preserve 'sticky bit' on 'add/change' events
140 libudev: util_get_sys_(subsystem,driver}() -> util_get_sys_core_link_value()
141 export USEC_INITIALIZED= and take timestamp on message receive time
142 libudev: udev_device_get_sysattr_value() return syspath of custom links
143 libudev: list - properly sort linked list not only the index
144 mknod: do not complain about existing node
146 libudev: fix typo in documentation
147 rules: fuse: do not mount fusectl from udev rules
148 keymap: add genius keymap to Makefile
150 usb_id: can't use global variables when used as built-in
151 remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys
152 libudev: export udev_util_encode_string()
154 systemd: no not start udev in a container
155 systemd: no not start udev in a container
156 delete left-over files in extras/
157 systemd: update drop-in sd-daemon files
158 udevadm: control - use /run/udev/control socket instead of abstract namespace one
159 udevd: control - no not delete socket file when --daemon is used
160 udev_ctrl_cleanup()- accept NULL as argument
162 udevd: install into /lib/udev instead of /sbin
163 udevd: add missing braces
164 systemd: use ConditionCapability=CAP_MKNOD instead of ConditionVirtualization=!container
165 rules: do not load sg module
168 keymap: add Genius SlimStar 320
171 keymap: Update Acer Aspire 5920g
174 make: allow to pass ${ACLOCAL_FLAGS}
177 keymap: update the OLPC keymap for correct function key behavior
180 udevadm: settle - return failure if unknown option is given
183 udevd: exit - process events before signals in worker
186 keymap: Support keymap overrides in /etc/udev/keymaps
187 keymap: Support for microphone mute button on ThinkPad X220 et al
190 Summary of changes from v172 to v173
191 ============================================
194 configure: allow to disable mtd_probe
197 make: fix 'make tar-sync'
198 udevd: use 'uptime' in debug timestamp
199 udevd: fix (recently) broken static node permission setting
200 rules: mount fuse filesystem only 'add'
201 udevadm: move udevadm command descriptions into their files
202 udev-acl: skip ACLs when systemd is running, disable by default
203 do not delete database when renaming netif, the db name does not change anymore
204 do not allow kernel properties to be set by udev rules
205 configure: reorder options
206 rules: input - do not create (broken) links for bluetooth devices
207 rules: serial - do not export ID_PORT, use ID_USB_INTERFACE_NUM
208 rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUM
209 keymap: do not run usb_id for bluetooth devices
210 udevadm: trigger --type=failed - log deprecation warning
211 udevd: debug - put timestamp in []
214 gudev: Ship JavaScript examples
216 Remove obsolete extras/scsi_id/scsi_id.config
217 keymap: Only run on key devices
220 Summary of changes from v171 to v172
221 ============================================
224 accelerometer: add orientation property
225 udev-acl: fix memleak
226 accelerometer: add documentation
229 udevadm-*.c: return != 0, if unknown option given
230 udev/udevadm-monitor.c: fixed misplaced brace
233 rules: apply 'audio' group of the static snd/{seq,timer} nodes
234 Makefile: add tar-sync
235 rules: static_node - use 0660 if group is given to get the cigar
236 rule-syntax-check.py: use print()
238 rules: run input_id for main input devices too
240 configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR
241 cdrom_id: add tray lock and eject handling
242 rules: enable in-kernel media-presence polling
244 delete mobile-action-modeswitch which has moved to usb_modeswitch
245 libudev: enumerate - scan /sys/module
246 rules: move polling rule above 'block' match
247 libudev: monitor - update doc
248 rules: set polling value only if it is disabled
249 libudev: device - fix udev_device_get_tags_list_entry() to always load database
250 rules: remove redundant MODE="0664" from lp rules
251 rules: fix wrong wildcard match, we always need a ':*' at the end
252 libudev: device - export udev_device_has_tag()
253 path_id: add missing '-' to tape suffix
254 path_id: add ID_PATH_TAG= to be used in udev tags
255 enforce valid TAG+= names
257 libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc
258 libudev: enumerate - add udev_enumerate_add_match_parent()
259 libudev: enumerate - include parent device itself with match_parent()
260 libudev: enumerate - clarify documentation
261 path_id: recognize ACPI parent devices
262 rules: input - call path_id for ACPI devices
263 udevadm: monitor - use uptime to match the kernel's timestamp
264 libudev: ctrl - move code to udev directory
265 update sd-daemon.[ch]
268 rules: support for gpt partition uuid/label
271 Support more MSI notebook by using asterisk on dmi vendor name
274 Add missing commas to 95-keymap.rules
277 keymap: Add Microsoft Natural Keyboard
278 keymap: Add force-release quirk for Hannspree SN10.
279 keymap: Add slight name variations of Toshiba Satellites
282 ata_id: show the error message when HDIO_GET_IDENTITY fails
285 Summary of changes from v170 to v171
286 ============================================
289 libudev: export symbols explicitely and individually from C code not from separate file or prefix match
290 libudev: device - make a bunch of symbols static
291 systemd: Replace Requires= with Wants=, run trigger in parallel
292 systemd: sort trigger after socket
293 systemd: trigger - run after udev.service (for now)
294 systemd: set socket buffer size to 128 MB like udev has
297 libudev: monitor - use SOCK_NONBLOCK
298 systemd: split socket file
299 systemd: add missing socket files
300 rules: fix whitespace
301 rules: implement TAGS== match
302 libudev: enumerate - do not ignore other matches when add_match_tag() is used
303 rules: support substitutions in TAG=
304 path_id: allow to be asked about usb_devices not only usb_interfaces
305 systemd: run udev.service and udev-trigger.service in parallel
307 Scott James Remnant (1):
308 configure: allow usb.ids location to be specified
311 Summary of changes from v169 to v170
312 ============================================
315 libudev: ctrl - properly wait for incoming message after connect
318 configure.ac: fixes for rule_generator and modeswitch
321 Summary of changes from v168 to v169
322 ============================================
325 simplify rules file overwrite logic
326 libudev: list - use bit flags for 'sort' and 'unique'
327 libudev: queue - _unref() should return the object
328 remove dead fstab_import files
329 hid2hci: prepare move to bluez package
330 set event timeout to 60 sec and settle timeout to 120
331 udevd: improve error message in case exec() fails
332 configure: allow to enable/disable extras individually
333 delete hid2hci which moved to the bluez tree
335 bump requirement to Linux kernel 2.6.32 and ARM 2.6.36
336 libudev: ctrl - log accept4() errors
338 update INSTALL, NEWS, configure comment, queue doc
340 udevd: create queue file before daemonizing to reliably block 'settle'
341 udevd: remove left-over SIGALRM
342 gudev: silent gtk-doc warnings
343 cdrom_id: remove unused --export switch to silent gcc
344 libudev: queue - always rebuild queue file when nothing is queued anymore
345 libudev: device - use DEVMODE from kernel as the default mode
347 Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev
348 udate TODO, NEWS, INSTALL
349 build: use --gc-sections, -fvisibility=hidden
350 udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used
353 configure: reintroduce introspection flags to fix crosscompilation
356 Docs: udev.xml: Offset daemon name with commas
357 Docs: udev.xml: Remove commas (and unnecessary repetition)
358 Docs: udev.xml: `are' -> `is'; the subject is `Access'
359 Docs: udev.xml: Use present tense
360 Docs: udev.xml: Clarification through proper wording
361 Docs: udev.xml: `,' -> `;'
362 Docs: udev.xml: `key value' -> `key-value'
363 Docs: udev.xml: `,' -> `:'
364 Docs: udev.xml: Use `assignment' consistently
365 Docs: udev.xml: `comma-separated' is a better description
366 Docs: udev.xml: Remove unnecessary repitition
367 Docs: udev.xml: Add a few more words for context
368 Docs: udev.xml: Use `unless' for clarity
369 Docs: udev.xml: Clarify PROGRAM key
370 Docs: udev.xml: `a shell style' -> `shell-style'
371 Docs: udev.xml: Clean `*' description
372 Docs: udev.xml: Clean character range description
373 Docs: udev.xml: Clean up description of NAME assignment key
374 Docs: udev.xml: Clean up description of SYMLINK assignment key
375 Docs: udev.xml: Clean up description of ENV assignment key
376 Docs: udev.xml: Clean up description of RUN assignment key
377 Docs: udev.xml: Clean up description of LABEL assignment key
378 Docs: udev.xml: Add missing `.'
379 Docs: udev.xml: `which' -> `content of which'
380 Docs: udev.xml: `commandline' -> `command line'
381 Docs: udev.xml: Clean up WAIT_FOR description
382 Docs: udev.xml: `a' -> `the'
383 Docs: udev.xml: Clean up introduction to substitutions.
384 Docs: udev.xml: Use normal sentence structure
385 Docs: udev.xml: Actually make a separate paragraph
386 Docs: udev.xml: Add comma
387 Docs: udev.xml: `char' -> `character'
388 Docs: udev.xml: `comma-separated' is a better description
389 Docs: udev.xml: Clarify through a change in word ordering
390 Docs: udev.xml: Improved word order
391 Docs: udev.xml: Fix dangling modifier
394 libudev: queue - accept NULL passed into udev_queue_export_cleanup()
397 Summary of changes from v167 to v168
398 ============================================
401 Run ata_id on non-removable USB devices
404 udevd: clarify worker exit status
408 systemd: let settle depend on trigger, do not block basic with trigger
409 selinux: do not label files in runtime dir
410 selinux: firmware - do not label files in runtime dir
411 udevadm: control - add --exit
413 udevd: log warning if /run is not writable
414 libudev: ctrl - fix refcounting in connection handling
415 udevadm: settle - watch queue file
416 libudev: bump revision
417 udevadm: info --cleanup-db
418 udevd: do not nice processes
419 "db_persist=" -> "db_persist"
420 udevd: move OOM disable into --daemon option
421 systemd: add OOMScoreAdjust=-1000
422 require explicit "db_persist" to exclude device info from --db-cleanup
423 udevd: get netlink socket from systemd
425 libudev: ctrl, monitor - use SOCK_NONBLOCK
426 systemd: socket -> sockets
427 udevadm: monitor - use epoll
428 libudev: test - use epoll
429 udevadm: test - use printf() instead of info() for non-debug output
430 use 'else if' in epoll event array loop
431 libudev: run_program() - select() -> epoll
432 udevd: ppoll() -> epoll + signalfd
433 Merge branch 'docs/README' of git://github.com/mfwitten/udev
434 timeout handling without alarm()
435 udevadm: settle - kill alarm()
436 udevd: netif rename - use ifindex for temporary name
437 udevd: always use udevd[] log prefix
438 udevd: rules files - accept empty or /dev/null links
439 udevd: log signal number when spawned processes fail
440 systemd: Reqires= -> Wants=udev.socket
441 udevd, udev-event: sync waitpid() error handling
444 Add rule for Acer Aspire One ZG8 to use acer-aspire_5720 keymap
446 Leonid Antonenkov (1):
447 rule-generator: net - ignore Hyper-V virtual interfaces
450 Revert "Do not build extras with --disable-extras"
451 Avoid spinning up CD on pressing eject button
452 keymap: Another ID for Logitech Wave keyboard
455 path_id: rework SAS device handling
458 Docs: README: `to replace' -> `replacing'
459 Docs: README: `,' -> `;'
460 Docs: README: Clean up a sentence
461 Docs: README: Use present tense
462 Docs: README: Add missing `and'
463 Docs: README: Remove commas and use subjective mood
464 Docs: README: Clean up `udev extras' requirements
465 Docs: README: Clarify configuration of existing devices
466 Docs: README: `does never apply' -> `never applies'
467 Docs: README: Flip sentence structure to improve wording
468 Docs: README: `set up' is the verb; `setup' is a noun
469 Docs: README: Add a comma to offset the modifier
472 keymap: Support Dell Latitude XT2 tablet-mode navigation keys
475 udevd: add 'N:' to optstring in getopt_long
478 Summary of changes from v166 to v167
479 ============================================
481 Andrey Borzenkov (1):
482 udev-acl: add /dev/sgX nodes for CD-ROM
485 cdrom_id: Don't ignore profiles when there is no media available
488 cdrom_id: cd_media_toc() extend toc size to 65536
489 udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
493 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
494 v4l_id: kill the v4l1 ioctl
495 v4l_id: remove left-over variable
497 test-libudev: add short options
498 libudev: udev_device_get_sysattr_list_entry() update
499 libudev: resolve ifindex in udev_device_new_from_id_filename()
500 libudev: bump minor version
501 udev-acl: move sg rule to optical drive rule
502 move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
503 NEWS: clarify /dev/.run/ requirements
504 input_id: silent gcc warnings
505 fstab_import: disable build
506 systemd: remove deprecated udev-retry.service
507 fstab_import: remove from configure
508 update sd-daemon.[ch]
509 udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
510 udevd: initialize fds, for proper close() on exit
511 use /run/udev/ if possible and fall back to /dev/.udev/
512 rules: run ata_id only on SPC-3 or later optical drives
513 systemd: bind udev control socket in systemd and split udev.service
514 systemd: use sockets.target not socket.target
515 man: remove trigger --type=failed handling
516 libudev: export udev_get_run_path()
517 libudev: docs - add udev_get_run_path()
518 libudev: make valgrind happy
519 systemd: do not enable udev-settle.service by default
520 systemd: udev.socket - disable implicit dependencies
523 udevadm: enumerate - update prev pointer properly
526 Remap Acer WMI touchpad toggle key to F21 used by X
527 Remap MSI Laptop touchpad on/off key to F22 and F23
530 60-persistent-input.rules: Support multiple interfaces
531 Only build v4l_id if V4L1 header file is available
532 60-persistent-input.rules: Do not create duplicate links
533 Fix building with --disable-extras
534 Do not build extras with --disable-extras
535 v4l_id: Drop videodev.h check again
536 keymap: Fix Acer Aspire 5920G media key
537 input_id: Consistently use tabs for indentation
538 input_id: Add some debugging output
539 input_id: Avoid memory overflow with too long capability masks
540 input_id: Cover key devices which only have KEY_* > 255
541 input_id: Rewrite debug logging to use standard udev info()
544 keymap: continue reading keymap after invalid scancodes
547 libudev: allow to get list of all available sysfs attrs for a device
548 libudev: use sysfs attr ilist interface for attribute walk
549 udevadm: info - make attribute array static and const
552 Summary of changes from v165 to v166
553 ============================================
556 Remap Eee PC touchpad toggle key to F21 used by X
559 extras: add rules for qemu guests
562 keymap: Add Acer Aspire 8930
566 man: generate html pages for www.kernel.org
568 make: fix qemu rules file name
569 extras: qemu - fix typo
570 ata_id: do not print empty serial numbers to avoid unwanted trailing '_'
574 keymap: Add Acer TravelMate C310
575 keymap: Update README.keymap.txt
576 keymap: Add Lenovo ThinkPad X201 tablet
577 keymap: Move reading of event in separate function
578 keymap: More robust state machine
579 keymap: Explain how to end the program
582 keymap: Remove wlan from Dell
585 Summary of changes from v164 to v165
586 ============================================
589 keymap: Add release quirks for two Zepto Znote models and AMILO Xi 2428
592 keymap: Add force release for HP touchpad off
593 extras/keymap: Make touchpad buttons consistent
595 David Henningsson (1):
596 Add ACLs for FFADO supported sound cards
599 ata_id: Support SG_IO version 4 interface
600 Run scsi_id and ata_id on the scsi_device object
601 Use ata_id, not scsi_id, on ATAPI devices
602 Add GUdevEnumerator type and Device.get_tags() method
603 Add g_udev_device_get_is_initialized() method
604 gudev: Add Device.get_usec_since_initialized
607 udev-rules.c: change import property buffer to 16384 bytes
608 70-acl.rules: add ACLs for ID_PDA devices
611 man: udev - workaraound -> workaround
614 cdrom_id: Fix media state for unreadable DVDs
618 rules: 78-sound-card - remove specific hardware matches, they do not belong here
619 rules: drop OSS audio rule
620 rules: drop alsa jack-plug input devices
621 rules: revert bsg use until the event ordering problem is sorted out
622 libudev: do not overwrite path with readlink() call
623 udevadm: info - honor --export and --export-prefix for property query
624 udevadm: info - honor --export, --export-prefix=
625 udevd: use dev_t or netif ifindex as database key
626 udevd: always create /dev/{char,block}/$major:$minor
627 udevd: simplify udev database and fix DEVNAME handling
628 udevd: switch to common id_filename functions
629 udevd: write full database file for (unsupported) renamed device nodes
630 check ifindex > 0 instead of subsystem == "net"
631 libudev: enumerate - allow to filter-out not-already-initialized devices
632 libudev: fix renamed device nodes detection logic
633 libudev: record and export "age" of device record
634 gudev: bump minor version
638 keymap: Add Sony Vaio VGN71
639 keymap: Add some more Sony Vaio VGN-* models
640 Add ACL for media player USB devices
641 keymap: Fix struck Touchpad key on Dell Latitude E series
642 keymap: Fix struck Touchpad key on Dell Precision M series
645 udevd: create static nodes before /dev/null is needed
648 Summary of changes from v163 to v164
649 ============================================
652 Install libgudev-1.0.so in prefix / instead of prefix /usr
655 cdrom_id: request the drive profile features with a dynamic length
659 udevd: do not wrongly delay events for devices with swapped names
660 return proper error code in rename_netif()
661 libudev: return kernel provided devnode when asked before we handled any rules
664 keymap: Apply force-release rules to all Samsung models.
665 keymap: Add Toshiba Satellite U500
668 Summary of changes from v162 to v163
669 ============================================
672 gudev: Deliver ::uevent signal in the thread-default main loop
673 Bump required GLib version to 2.22
676 scsi_id: export target port group
680 scsi_id: fix compiler warnings
681 systemd: hook into basic.target instead of sysinit.target
682 systemd: sort before basic.target
683 udevd: add sd-daemon.c
686 keymap: Add alternate MSI vendor name
689 keymap: Add Lenovo Y550
690 Clarify WAIT_FOR documentation
691 fix various syntax errors in rules
692 Add automatic rules syntax check
693 cdrom_id: Try reading the medium if all MMC commands fail
694 Revert "cdrom_id: Try reading the medium if all MMC commands fail"
695 cdrom_id: Fall back to CDROM_DRIVE_STATUS if all MMC commands fail
696 cdrom_id: Don't read beyond "last track" in TOC
698 Torsten Schoenfeld (1):
699 gudev: add a few annotations that newer gobject-introspection versions demand
702 Summary of changes from v161 to v162
703 ============================================
706 Add keymap for Lenovo IdeaPad S10-3
709 cdrom_id: Drop MEDIA_SESSION_NEXT for DVD-RW-RO
710 cdrom_id: Fix DVD blank detection for sloppy firmware
713 init: update systemd service files
714 init: update systemd service files
715 init: add 'udev -' to description in systemd service files
716 udevd: add pid to kmsg logs
717 init: edit systemd service descriptions
719 udevd: remove unneeded credential passing from init_notify()
720 set SELinux context on 'add' but not on 'change' events
721 systemd: enable all udev services unconditionally
722 Revert "Add alternative KVM MAC address blacklist"
725 Add support for oom_score_adj
728 udev-acl: do not mistake all SCSI "processor" devices for scanner
729 do not create persistent name rules for KVM network interfaces
732 cdrom_id: Add media status debugging
733 udev(7): Point out required extension, and remove some confusion
736 keymap: Fix Sony VAIO VGN-SZ2HP/B
737 udev(7) manpage: Fix description of $attr
738 gudev: fix crash if netlink is not available
739 keymap: Fix Acer TravelMate 4720
740 cdrom_id: Fix DVD-RW media detection
741 Fix KVM MAC address range
742 do not create persistent name rules for VMWare network interfaces
743 Add alternative KVM MAC address blacklist
746 Don't install systemd scripts with --without-systemdsystemunitdir
752 Summary of changes from v160 to v161
753 ============================================
755 Fortunato Ventre (1):
756 keymap: Add force-release quirks for a lot more Samsung models
759 udev-event.c: rename interface to <src>-<dest>, if <dest> taken
760 rule_generator/write_net_rules: prevent interface to be named "eth"
761 cdrom_id: READ TOC before READ DISC INFORMATION fixes qemu
764 cdrom_id: Fix detection of reblanked DVD+RW and DVD-RAM
765 cdrom_id: Handle pre-MMC2 drives
766 cdrom_id: Also apply format check to DVD-RW
767 cdrom_id: No "next session" for "other" media state
768 cdrom_id: Fix state for fresh DVD-RW
771 Fix volume keys not releasing on Mivvy G310
775 rules: remove firewire rules for deprecated drivers
776 udev-acl: update firewire matches to recent rule changes
777 libudev: bump minor so version after adding symbols
778 call util_delete_path() only when we actually deleted stuff
779 udev-acl: properly handle CK change events for root user
780 udev-acl: remove specific device matches from the rules file
781 fix broken "compile warning fix"
782 always log error when renaming a network interface fails
783 do not rename the database on device rename
784 cdrom_id: whitespace fix
785 cdrom_id: do not bail out when we can not read the TOC like for empty CDRW
788 hid2hci: fix Logitech diNovo, MX5500 and other keyboards
789 log an error when a message from the wrong version of udevadm is ignored
790 hid2hci: fix for Logitech diNovo Edge keyboard
793 keymap: Generalize Samsung keymaps
796 udev-acl: really fix ACL assignment in CK events
799 udev-acl: add DDC_DEVICE to the types that are managed
802 rules: add more FireWire IDs: Point Grey IIDC; AV/C + vendor unique
805 udevadm: fix short options in getopt()
806 udevd: fix some memory leaks in error path
807 malloc()+memset() -> calloc()
808 udevd: fix short options in getopt()
809 udevd: fix unref'ing of device in error path
810 udevd: create static device links only when the target exists
811 udev: fix compile warning
814 Summary of changes from v159 to v160
815 ============================================
818 60-persistent-storage-tape: s/path_id.sh/path_id/
819 60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
823 rules: tape - remove WAIT_FOR instruction and don't export BSG_DEV
824 allow final assignment for OPTIONS:="nowatch"
825 udevd: init_notify() fix abstract namespace name handling
827 Lennart Poettering (1):
828 systemd: make service files readable by GKeyFile
831 keymap: Find alternate Lenovo module
832 keymap: Add Lenovo ThinkPad SL Series extra buttons
835 Summary of changes from v158 to v159
836 ============================================
839 Fix stuck volume key presses for Toshiba Satellite U300 & U305models
843 add systemd service files
844 make: pre-process and install systemd service files when needed
845 make: fix 'make distcheck'
846 switch a few left-over from GPLv2 to GPLv2 or later
848 Lennart Poettering (1):
849 systemd: update service files for newly introduced DefaultDependencies= option
852 keymap: Add Logitech Cordless Wave Pro
855 keymap: Add support for IBM-branded USB devices
858 gudev: respect possibly given LD_LIBRARY_PATH
861 Add virtio-blk support to path_id
862 Add virtio-blk by-id rules based on 'serial' attribute
865 Summary of changes from v157 to v158
866 ============================================
869 extras/keymap: add Samsung N210 to keymap rules
873 libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched
874 udevd: in case we don't daemonize, send READY message to /sbin/init
875 delete last distro specific rules
876 remove a few comments in file headers
877 mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
878 rules: remove unused subdir
881 Fix hid2hci rules harder
882 add Vala vapi for gudev-1.0
883 Revert "add Vala vapi for gudev-1.0"
884 Fix usb printer rule for multiple USB interfaces
887 mtd_probe: add autodetection for xD cards
890 configure.ac: fix cross compilation
893 Summary of changes from v156 to v157
894 ============================================
897 40-redhat.rules: removed file
900 Fix wlan key on Inspirion 1210
901 Fix wlan key on Inspiron 910
902 Fix wlan key on Inspiron 1010 & 1110
905 configure.ac: version bump
906 Makefile.am: silent build mkdir
907 rules: mount fuse control filesystem
908 fix compilation with --enable-debug
909 while (1) -> for (;;)
911 udevd: replace --debug-trace with --children-max
913 rules: add -v to modprobe calls to be able see what will be loaded
914 udevd: read debug settings from kernel commandline
916 rules: delete pilot rules and remove redhat directory
917 man: add static device nodes and udevd debug options
918 man: add kernel command line parameters
919 man: udevd - update intro
920 rules: rename packages -> arch
921 rules: SUSE - move last distro rule to package
922 rules: add misc/30-kernel-compat.rules
923 make: mkdir /lib/udev/devices/
924 make: fix rules/ subdir names
925 udevd: set umask before creating files/directories
927 IMPORT{cmdline}: start at first char after '='
928 libudev: doc - fix typo
932 Summary of changes from v155 to v156
933 ============================================
936 udevd: fix typo /proc/fd -> /proc/self/fd
939 configure.ac: version bump
940 cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single session media
941 rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA
942 libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file
945 Summary of changes from v154 to v155
946 ============================================
949 reset process priority before executing RUN+=
950 configure.ac: version bump
951 rules: SUSE - delete device-mapper rules
952 libudev: add O_CLOEXEC
953 use default mode of 0600 for nodes if gid == 0
954 udevd: create standard symlinks and handle /lib/udev/devices
956 fix tests and allow MODE=000
957 create static nodes provided by kernel modules to allow module autoloading
959 man: directly use 'refentry'
962 Summary of changes from v153 to v154
963 ============================================
966 Makefile.am: add LGPL COPYING file to EXTRA_DIST
967 cdrom_id: only mark sr[0-9]* as ID_CDROM
970 Fix volume keys not releasing for Pegatron platform
973 configure.ac: version bump
974 more readlink buffer size handling
975 remove left-over from ignore_remove and all_partitions
977 udevadm: info --export-db -- remove watch handle export
978 add TAG= to improve event filtering and device enumeration
979 all to match against a given TAG==
980 udev-acl: use a tag instead of a property to mark devices
981 fix logic on-demand loading logic for db and uevent
982 use the usual TAG+=, TAG= logic
983 delete old tags when configuration changes
984 libudev: accept NULL in udev_device_get_tags_list_entry()
986 export udev_device_get_tags_list_entry()
987 udevd: always try to find an idle worker instead of forking a new one
988 remove unused parameter from udev_node_mknod()
989 remove debug output during rules parsing
990 warn when renaming kernel-provided nodes instead of adding symlinks
991 man: udevadm trigger - the default is "change" not "add"
992 update README regarding kernel version and default rules
993 add info message when empty NAME is given
994 libudev: add documentation for recently added functions
995 udevd: reload config only for *.rules files
998 keymap: Fix Bluetooth key on Acer TravelMate 4720
1001 remove buffer-overrun risk in readlink call
1003 Matthias Schwarzott (1):
1004 rules: Gentoo - remove old devfs compat rules
1007 fix device node deletion
1010 configure.ac: move firmware-path setting out of extras section
1013 keymap: Add keymap and force-release quirk for Samsung N128
1014 keymap: Add keymap quirk of WebCam key for MSI netbooks.
1017 Summary of changes from v152 to v153
1018 ============================================
1021 configure.ac: version bump
1024 configure.ac: fix broken firmware search path in configure.ac
1027 Summary of changes from v151 to v152
1028 ============================================
1031 udev needs automake 1.10
1034 Fix virtio-ports rule to use $attr instead of $ATTR
1035 rules: virtio - fix is to check if the 'name' attribute is present
1038 keymap: Add Samsung Q210/P210 force-release quirk
1039 keymap: Add Fujitsu Amilo 1848+u force-release quirk
1042 modeswitch: morph into tool that only switches Mobile Action cables
1045 Decrease buffer size when advancing past NUL byte
1046 Use UTIL_LINE_SIZE, not UTIL_PATH_SIZE to truncate properties
1047 Increase UTIL_LINE_SIZE from 2048 to 16384
1050 cdrom_id: remove debugging code
1053 Force key release for volume keys on Dell Studio 1557
1054 Fix Keymapping for upcoming Dell Laptops
1055 Add new Dell touchpad keycode
1056 Revert special casing 0xD8 to latitude XT only
1057 Fix Dell Studio 1558 volume keys not releasing
1058 Add support for another Dell touchpad toggle key
1061 keymap: Unite laptop models needing common volume-key release quirk
1062 keymap: Add force-release quirk for Coolbox QBook 270-02
1063 keymap: Add force-release quirk for Mitac 8050QDA
1066 libudev: bump minor version
1067 udevadm: fix untested and broken commit to set buffer size
1068 configure.ac: version bump
1069 udev-acl: no not encourage use of ACL_MANAGE outside of rules file
1070 replace utimes() with utimensat()
1071 libbudev-private: rename udev_list_entry_get_flag()
1072 udevadm: monitor - use / as separator in --subsystem-match=subsystem[/devtype]
1073 use major:minor as entries in symlink stack instead of devpath
1074 use major:minor as entries in watch directory
1075 libudev: docs - .gitignore backup files
1076 firmware: fix possible segfault when firmware device goes away while loading
1077 do not reset SELinux context when the node was not touched
1078 libudev: add udev_device_new_from_environment()
1079 add LGPL COPYING to libudev and GUdev
1080 cdrom_id: open non-mounted optical media with O_EXCL
1081 libudev: update documentation
1082 extras: mobile-action-modeswitch - update gitignore
1083 scsi_id: add rand() in retry loop
1084 cdrom_id: retry to open the device, if EBUSY
1085 cdrom_id: check mount state in retry loop
1086 cdrom_id: always set ID_CDROM regardless if we can run cdrom_id
1087 rules: delete outdated packagees rules
1088 rules: we do not have static devices which are renamed
1089 unify/cleanup event handling
1090 allow IMPORT{db}="KEY"
1091 usb-db: remove double '/'
1092 replace "add|change" with "!remove"
1094 log info only if we actually delete the node
1095 udevadm: trigger - switch default action from "add" to "change"
1096 remove "all_partitions" option
1097 rules: call modprobe on all events but "remove"
1098 remove "ignore_remove" option
1100 cdrom_id: rework feature/profiles buffer parsing
1101 cdrom_id: print more debug messages
1102 cdrom_id: debug - print feature values in hex
1103 cdrom_id: debug - print feature values in hex
1104 cdrom_id: set ID_CDROM_MEDIA=1 only for known media
1105 Revert "Fix switching Logitech bluetooth adapters into hci mode."
1106 add O_NOFOLLOW when creating files in link stack
1107 delete only device nodes, not symlinks when deleting a devtmpfs node
1108 doc: add section about how *not* to rename device nodes
1111 rules: input - create by-path/ links for pci devices
1112 Fix switching Logitech bluetooth adapters into hci mode.
1113 doc: document the WAIT_FOR timeout
1116 keymap: Add Dell Inspiron 1011 (Mini 10)
1117 Fix brightness keys on MSI Wind U-100
1119 keymap: Add Toshiba Satellite M30X
1120 udev-acl: Correctly handle ENV{ACL_MANAGE}==0
1121 input_id: Fix linking
1122 keymap: Add Acer TravelMate 6593G and Acer Aspire 1640
1123 keymap: Fix another key for Acer TravelMate 6593
1124 cdrom_id: Fix uninitialized variables
1125 cdrom_id: Fix uninitialized buffers
1126 cdrom_id: Do not ignore errors from scsi_cmd_run()
1127 cdrom_id: Swap media state and TOC info probing
1130 cdrom_id: add missing profiles to feature_profiles
1133 keymap: Add support for Gateway AOA110/AOA150 clones.
1135 Scott James Remnant (2):
1136 libudev: export udev_monitor_set_receive_buffer_size()
1137 udevadm monitor: increase netlink buffer size
1140 firmware: fix error reporting on missing firmware files
1142 Yury G. Kudryashov (3):
1143 configure.ac - fix typo in --with-pci-ids-path option
1144 hid2hci: include linux/types.h for __u32
1145 configure.ac: ddd --with-firmware-path option
1148 Summary of changes from v150 to v151
1149 ============================================
1152 rules: Add symlink rule for virtio ports
1155 Fix reverted floppy-device permissions
1158 rulews: suse - add do-not-load-KMS-modules rules
1160 Frederic Crozat (1):
1161 rules: acl - add COLOR_MEASUREMENT_DEVICE match
1164 configure.ac: version bump
1165 udevd: inotify - do not parse rules at create but at close
1166 do not remove device nodes of active kernel devices
1167 libudev: device - create db file atomically
1168 clarify message about not removed device node
1169 input_id: include limits.h
1170 keymap: include linux/limits.h
1171 keymap: linux/input.h - get absolute include path from gcc
1172 delete outdated and unmaintained writing_udev_rules
1173 update README and NEWS
1177 writing_udev_rules: update rules files names
1178 keymap: support for the Samsung N140 keyboard
1181 add ACL rule for Garmin GPSMap 60
1182 keymap: move force-release directory
1183 extras/keymap/check-keymaps.sh: Ignore comment-only lines
1184 keymap: Fix invalid map line
1187 Summary of changes from v149 to v150
1188 ============================================
1190 Clemens Buchacher (2):
1191 add Samsung R70/R71 keymap
1192 keymap: Samsung R70/R71 force-release quirk
1195 keymap: Add OLPC XO key mappings
1196 keymap: Fix typo in compal rules
1199 libudev: wrap in extern "C" block for C++
1202 Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION
1205 keymap: Lenovo Thinkpad USB Keyboard with Tracepoint
1207 Johannes Stezenbach (2):
1208 keymap: add Samsung N130
1209 keymap: handle atkbd force_release quirk
1212 util_unlink_secure(): chmod() before chown()
1213 floppy: fix rule to create additional floppy device nodes
1214 configure.ac: version bump
1215 remove remaining support for CONFIG_SYSFS_DEPRECATED
1216 cdrom_id: remove deprecated device matches
1217 rules: add "block" match to floppy rule
1218 update mtime of nodes and links when we re-use them
1219 udevadm: info - fix info --root --query=name --path= for device without a device node
1220 remove remaining support for CONFIG_SYSFS_DEPRECATED
1221 fix typo in log message priority handling
1222 remove UDEV_RUN environment variable
1223 udevadm: logging - copy va_list and do not use it twice
1224 libudev: doc - add symbols to sections.txt
1225 work around gtk-doc which breaks distcheck
1226 gobject-introspection: use $datadir instead of $prefix
1229 build: keymap - create subdir
1230 rules: udev-acl - add firewire video devices
1233 keymap: Add Acer Aspire 1810T
1234 95-keymap.rules: Run on change events, too
1235 keymap: fix findkeyboards
1236 Speed up udev_enumerate_scan_*
1237 keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)
1238 Clarify RUN/IMPORT documentation
1239 keymap: Add Logitech S510 USB keyboard
1240 keymap: add Acer TravelMate 8471
1241 keymap: Add Acer Aspire 1810TZ
1243 keymap: Add Fujitsu Amilo Li 1718
1244 keymap: Document force-release
1247 firmware: convert shell script to C
1249 Scott James Remnant (1):
1250 70-acl.rules: ACL manage Android G1 dev phones
1252 Thomas de Grenier de Latour (1):
1253 libudev: enumerate - fix move_later logic
1256 Summary of changes from v148 to v149
1257 ============================================
1260 really fix both in-tree and out-of-tree builds
1262 Dmitry Torokhov (1):
1263 input-id: identify touchscreens
1266 libudev: doc - use #NULL
1267 configure.ac: version bump
1268 really really fix both in-tree and out-of-tree builds
1269 fix both in-tree and out-of-tree builds
1272 input_id: Fix endless loop for non-input devices
1273 input_id: Do not tag non-input devices with ID_INPUT
1274 input_id: small optimization
1275 input_id: check event mask
1276 input_id: Check mouse button for ID_INPUT_MOUSE
1277 udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
1280 Summary of changes from v147 to v148
1281 ============================================
1284 Revert "modem-modeswitch: add a device"
1285 Revert "extras/modem-modeswitch: Add Huawei E1550 GSM modem"
1286 modem-modeswitch: 61-option-modem-modeswitch.rules is only for Option NV devices
1289 Fix typo in NEWS, ConsoleKit-0.4.11 -> 0.4.1
1292 cdrom_id: Still check profiles even if there is no media
1293 scsi_id: Export WWN and Unit Serial Number
1294 Create /dev/disk/by-id/wwn-0x... symlinks
1295 Also create /dev/disk/by-id/wwn-0x..-part%n symlinks for partitions
1297 Dmitry Torokhov (1):
1298 extras/input_id: Correctly identify touchpads
1301 modem-modeswitch: add a device
1304 rules: set mode of floppy device nodes to 0660
1305 remove "ignore_device"
1306 print warning for BUS=, SYSFS{}=, ID=
1307 test-udev: remove "ignore_device" code
1308 udev-test.pl: catch-up with recent changes
1309 rules: remove support for IDE (hd*) devices
1310 ata_id: skip ATA commands if we find an optical drive
1311 Revert "Fix out-of-tree builds"
1314 README.keymap.txt: small clarification
1315 extras: Add input_id
1316 70-acl.rules: Use new-style input properties
1317 input: Deprecate ENV{ID_CLASS}
1318 input_id: code cleanup
1320 Scott James Remnant (1):
1321 Fix out-of-tree builds
1324 Summary of changes from v146 to v147
1325 ============================================
1328 udevd: queue-export - remove retry loop
1331 fix wrong parameter size on ioctl FIONREAD
1334 don't compare a non-existing function with NULL
1335 use nanosleep() instead of usleep()
1338 gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable
1339 ata_id: export more advanced ATA features
1340 gudev: Fix up GUdevDeviceNumber
1341 gudev: Remove LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE from priv header
1343 Florian Zumbiehl (10):
1344 util_delete_path(): use util_strscpy()
1345 util_lookup_group(): fix memory leak if realloc() fails
1346 util_delete_path(): handle multiple leading slashes
1347 util_create_path(): fix possible out of bounds array access
1348 ude_rules.c: fix possible NULL pointer dereference in get_key()
1349 util_resolve_sys_link(): fix possible buffer overflow
1350 udev_util_encode_string(): fix possible buffer overflow
1351 udev-rules.c: parse_file() - fix possible buffer overflow
1352 udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak
1353 util_run_program(): fix possible buffer overflow #2
1356 scsi_id: prevent buffer overflow in check_fill_0x83_prespc3()
1357 rename interfaces to <iface>_rename if rename fails
1360 util_run_program: restore signal mask before executing event RUN commands
1363 make: sort Makefile.am per target/extra
1364 configure.ac: version bump
1365 udev-acl: allow to skip ACL handling
1366 rules: rfkill has no group, so use 0644
1367 rule_generator: net - fix MATCHDEVID
1370 print warning for NAME="%k" - it breaks the kernel supplied DEVNAME
1371 warn about non-readable or empty rules file
1372 change database file names
1373 assign errno for getgrnam_r()/getpwnam_r()
1374 doc: udevadm test *does* create nodes and links these days
1375 util_unlink_secure(): chmod() before chown()
1376 util_create_path(): fix errno usage
1377 inotify_add_watch(): do not store watch, if it failed
1380 rules: suse - use NAME for mapper/control
1381 libudev-util.c: get_sys_link() - return error for empty link target
1382 udev-rules.c: remove 'first_token' variable
1383 Revert "udev-rules.c: remove 'first_token' variable"
1384 test: catch possible bug in GOTO resolving
1385 udevadm: remove symlink support for old commands
1386 util_run_program(): skip multiple spaces in argv creation
1388 require 2.6.27 for proper signalfd handling
1389 fix randonm findings from llvm-clang-analyzer
1390 simplify "symlink name stack"
1391 reorder create_path() and node/link creation to be called in a direct sequence
1392 put util_create_path() and file creastion in a retry loop
1393 udevadm: control - remove compat code
1394 scsi_id: delete copy of bsg.h
1395 fix SYMLINK{} option parsing
1396 rules: remove remaining NAME="%k"
1397 rules: drop almost all NAME= keys
1399 udevd: serialize events for with the same major/minor
1400 break loops if util_create_path() returns error
1401 remove "last_rule" option
1402 use CLOEXEC flags instead of fcntl()
1403 unblock signals we might want to handle
1404 udevd: create /dev/.udev/rules.d/ before watching it wit inotify
1405 gudev: fix pkg-config call to work with "make distcheck"
1407 Revert "gudev: fix out-of-tree build"
1409 Lennart Poettering (5):
1410 pci-db: make sure we actually read the pci.ids file instead of usb.ids
1411 sound: recognize saa7134 TV card sound devices as TV cards
1412 sound: include ALSA sound card id in ID_ID property
1413 sound: include ALSA sound card id in /dev/snd/by-id/ links
1414 Revert "sound: include ALSA sound card id in /dev/snd/by-id/ links"
1417 doc: writing_udev_rules updated for the new command names
1418 rules: sound - do not use /usr/bin/env
1419 udevadm: print all messages to stderr with priority higher or equal than LOG_ERR
1420 udevadmi: control = exit with rc=2 if there is some system error
1421 gudev: gir-scanner workaround for out of tree builds
1422 gudev: fix out-of-tree build
1424 Mario Limonciello (1):
1425 hid2hci: remove superfluous bmAttributes match
1428 extras/keymap: Add Acer Aspire 6920
1429 extras/modem-modeswitch: eject ZTE MF6xx fake CD-ROMs
1430 extras/keymap: Fix hold key on Acer Aspire 6920
1431 extras/keymap: Fix case matching for Micro-Star
1432 Revert "extras/keymap: Fix case matching for Micro-Star"
1433 make raw USB printer devices accessible for lp
1434 modem-modeswitch rules: Match more devices
1435 extras/keymap: fix hash table collisions
1436 extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK
1437 fix single-session CD detection
1438 fix previous commit for CD detection
1439 make raw USB printer devices world-readable again
1440 50-udev-default.rules: fix printer MODE
1441 keymap: Add Logitech Wave USB
1442 keymap: add missing map file
1443 keymap: fix usb_id invocation
1444 keymap: make USB keyboards really work
1445 keymap: Add Logitech Wave cordless
1446 keymap: add HP Pavillion dv6315ea
1447 keymap: add HP 2230s
1448 Makefile.am: fix build with mawk
1449 extras/keymap/README.keymap.txt: Fix bug report link
1450 fix major fd leak in link handling
1451 modem-modeswitch: fix ZTE MF6xx rule
1453 Matthias Schwarzott (2):
1454 rules: Gentoo update
1455 rules: Gentoo update
1458 keymap for Acer Aspire 5720
1461 libudev: allow to store negative values in the udev database
1463 Scott James Remnant (1):
1464 util_run_program: *really* restore signal mask before executing event RUN commands
1466 William Jon McCann (1):
1467 udev-acl: catch up with ConsoleKit 0.4.1
1470 Summary of changes from v145 to v146
1471 ============================================
1474 man: fix unused, inaccurate metadata
1475 man: SYMLINK can be matched as well as assigned
1479 rules: exclude digitizers from joystick class
1480 udev-acl: add joystick devices
1482 Diego Elio 'Flameeyes' Pettenò (21):
1483 Merge libudev, udev, and the unconditional extras in a single Makefile.am.
1484 Replace the custom test-run target with the standard make check.
1485 Also merge into the top-level Makefile.am the simpler extras.
1486 Change hook handling to be more portable.
1487 Merge keymap building in the top-level Makefile.am.
1488 Make keymap generation rules be silent (backward-compatible).
1489 Move pkg-config docs and man pages before conditionals.
1490 Finally, also merge gudev into the top-level Makefile.am.
1491 Make sure to clean up all the built sources.
1492 Make sure to use dependency/target variables.
1493 Add silent-rule support for the gudev rules.
1494 Fix building of introspection library on top-level Makefile.am.
1495 Fix another relative path for the new working directory.
1496 Include the correct directory for out-of-source builds.
1497 Add tests to the distribution; this fixes "make distcheck".
1498 Ask gperf to use ANSI-C for generation.
1499 Merge in Makefile.am.inc into Makefile.am
1500 Use the keymap check during “make distcheck” rather than “check”.
1501 Fix building of documentation when doing out-of-source builds.
1502 Fix “make distcheck” run outside of the source directory.
1503 Use LT_INIT to explicit that udev needs libtool series 2.
1505 Eric W. Biederman (1):
1506 fix util_lookup_group to handle large groups
1509 extras/modem-modeswitch: Add Huawei E1550 GSM modem
1512 udevd: add timestamp to --debug output
1513 v4l_id: exit with 0 when --help is given
1514 configure.ac: version bump
1515 hid2hci: remove hid structures and include kernel header
1516 path_id: make global variable static
1517 udevadm: trigger - add --sysname-match=
1518 rules: serial - fix path_id call
1519 path_id: fix typo in comment
1520 format names are not case insensitive
1521 hid2hci: rewrite (and break) rules and device handling
1522 make: build internal tools against libudev-private.la
1523 update a few years of copyright
1524 libudev: silent gcc warning: may be used uninitialized in this function
1525 make: suppress enter/leaving directory messages
1526 re-enable failed event tracking
1527 "record_failed" -> "fail_event_on_error"
1528 udevd: block for 15 seconds after error when too old kernel is detected
1529 make: fix issues from non-recursive conversion
1531 Lennart Poettering (1):
1532 enumeration: move ALSA control devices to the end of the enumerated devices of each card
1534 Mario Limonciello (2):
1535 hid2hci: support to hid2hci for recovering Dell BT devices after S3
1536 hid2hci: install re-trigger for hid device when recovering from S3
1539 add keymap for Clevo D410J laptop
1540 extras/keymap: add Zepto ZNote
1541 extras/keymap: add Everex Stepnote XT5000T
1542 extras/keymap: add Compal Hel80i
1543 keymap tool: improve help
1544 keymap tool: support scancode/keycode pair arguments
1545 keymap: inline one-line key maps
1546 extras/keymap: fix check-keymaps.sh for inline mappings
1547 extras/keymap: add recently added keymap files to Makefile.am
1548 extras/keymap: Add HP Presario 2100
1549 extras/keymap: cover more Compaq Evo models
1550 extras/keymap: Add Fujitsu Amilo M
1551 extras/keymap: teach findkeyboards about USB keyboards
1552 extras/keymap: Add Samsung SX22S
1553 extras/keymap: Fix crash for unknown keys
1554 extras/keymap: Add Samsung NC20
1555 extras/keymap: Fix Bluetooth key on Acer Aspire 6920
1558 Summary of changes from v144 to v145
1559 ============================================
1562 scsi_id: correct error handling in prepend_vendor_model
1565 README: add CONFIG_BLK_DEV_BSG
1566 use MIN() MAX() from param.h
1567 configure.ac: version bump
1568 libudev: device - free values before updating them
1569 libudev: enumerate - sort with qsort()
1570 udevd: detach event from worker if we kill a worker
1571 udevadm: info - add space after R:, A:, W: on database export
1572 udevd: make sure a worker finishes event handling before exiting
1573 udevd: handle SIGCHLD before the worker event message
1577 Summary of changes from v143 to v144
1578 ============================================
1581 firmware: search for third party or sysadmin supplied firmware updates
1584 configure.ac: add AM_SILENT_RULES
1585 configure.ac: version bump
1586 TODO: add cleanup of ATA_COMPAT
1587 libudev: queue - add comments for queue format
1588 udev/.gitignore: add udev.pc
1589 configure.ac: version bump
1590 do not exports properties starting with a '.'
1591 scsi_id: --reformat_serial - use udev_util_replace_whitespace()
1592 ata_id: sync ID_SERIAL(_SHORT) with other *_id tools
1593 rules: make ata_id properties the default for all ATA block devices
1594 scsi_id: delete no longer needed config file
1596 man: udev - add private properties like ENV{.FOO}="bar"
1597 Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
1598 udevadm: test - print list of properties
1599 build: do not delete .la files
1600 libudev: monitor - handle kernel supplied DEVNAME properly
1602 build: add *exec* to the internal rootlibdir name
1605 hid2hci: narrow matches to real HCI devices
1606 extras/udev-acl: add smartcard readers
1609 rules: set group ownership of new firewire driver device files
1612 Summary of changes from v142 to v143
1613 ============================================
1616 udevadm: settle - fix timeout
1617 udevd: remove tiny bit of dead code
1618 udevd: implement a more efficient queue file format
1619 udev-selinux.c: remove libudev header
1620 udevd: queue-export - fix crash
1622 Benjamin Gilbert (1):
1623 test: check string substitutions in OWNER and GROUP
1626 rules: tty/net - move from udev-extras
1627 extras/modem-modeswitch: move from udev-extras
1630 gudev: move from udev-extras
1634 rules: v4l do not mix vbi and video nodes
1635 fix possible endless loop for GOTO to non-existent LABEL
1636 Revert "rules: v4l do not mix vbi and video nodes"
1637 rule-generator: cd - skip by-path links if we create by-id links
1638 remove format char string truncation syntax
1639 use more efficient string copying
1640 edd_id: use openat()
1641 use openat(), unlinkat(), fstatat()
1643 remove unused GL_FORMAT from rules parser
1644 require key names in uppercase
1645 keep the ifdef'd udevd testing/profiling hack
1646 fix location of database files
1647 udevadm: settle - make --timeout=0 working
1649 rules: add SUBSYSTEM match to scsi rules
1650 cdrom_id: suppress ID_CDROM_MEDIA_STATE=blank for plain non-writable CDROM media
1651 udevadm: control - add comment to man page about --reload-rules
1652 cdrom_id: add error message if open() fails
1653 udevadm: settle - add --exit-if-exists=<file>
1654 udevd: remove check for dev_t, DEVPATH_OLD takes care of that
1655 str[sp]cpyl: add __attribute__ ((sentinel))
1656 udevd: convert to event worker processes
1657 udevd: close netlink socket in worker and set cloexec
1658 rules: do not call path_id for virtual devices
1659 udevd: use enum instead of char in struct declaration
1660 allow format substitution in path of ATTR{<path>}=="<value>"
1661 cleanup $attr{} substitution
1662 path_id: implement in C using libudev
1663 path_id: update SCSI handling
1664 path_id: add comments
1665 fix signed/unsigned warning
1666 libudev: enumerate - allow multiple keys with the same name
1667 udevadm: trigger - add --property-match=<key>:<value>
1668 udevadm: info - accept --query without a value and print properties
1669 udevadm: control - --env -> --property
1670 udevadm: monitor --environment -> --property
1671 path_id: handle fibre channel
1672 path_id: add iscsi support
1673 path_id: delete old shell script
1674 udevd: print error if worker dies unexpectedly
1675 path_id: rename scsi sub-fuctions
1676 libudev: add comments to libudev.h
1677 libudev: move to top-level directory
1678 fix libudev include in Makefile.am.in
1679 libudev: device_new() -> udev_device_new()
1680 udevd: log info for created/killed workers
1681 libudev: call log functions conditionally
1682 move syslog wrapper to libudev
1683 move common stuff from udev/ to private parts of libudev/
1684 libudev: rename private files to *-private.c
1685 rules: remove scsi ch module loading rule
1687 udevadm: info -revert "accept --query without argument"
1688 README: add kernel options
1689 README: add INOTIFY and SIGNALFD
1690 USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
1691 libudev: add gtk-doc
1692 libudev: update documentation
1693 libudev: doc - add section headers
1694 libudev: doc - add enumerate
1695 libudev: doc - add queue
1697 libudev: doc - add namespace for index
1698 libudev: move .so version to libudev Makefile
1699 autogen.sh: simplify
1701 libudev: remove prefix from .so version variables
1702 libudev: doc - add empty libudev.types
1703 udev-acl: move from udev-extras
1704 INSTALL: add --enable-extras
1705 udev-acl: handle missing action when called in CK mode
1706 v4l_id: move from udev-extras
1707 libudev: doc - libudev-docs.sgml -> libudev-doc.xml
1708 gudev: fix typo in configure option
1709 v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules
1710 configure: enable all extras by default, provide --disable-extras
1711 autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working
1712 NEWS: add --disable-extras
1713 cleanup ./configure installation directory options
1714 rules: remove MMC rule, 2.6.30 has the modalias
1715 configure.ac: print error if gperf is missing
1716 libudev: install in $libdir and move later to $rootlibdir
1717 extras/keymap: use LIBEXECDIR instead /lib/udev
1718 README: add /lib/udev/ is private
1719 rules: do not install usb-id/pci-id rules when --disable-extras is used
1720 extras: delete man pages for private udev tools
1722 extras/keymap: install findkeyboards in /lib/udev
1723 INSTALL: use /sbin instead of %{sbindir}
1726 Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
1727 docs: install writing_udev_rules
1729 Lennart Poettering (2):
1730 rules: sound - move from udev-extra
1731 usb-db: move from udev-extras
1733 Marcel Holtmann (1):
1734 rules: make RFKILL control device world readable
1736 Mario Limonciello (1):
1737 hid2hci: move from udev-extras
1740 keymap: move from udev-extras
1741 extras/keymap: Fix WLAN button on ThinkPads
1742 keymap: Update findkeyboard path in docs
1743 udev-acl: Manage hplip device permissions
1744 extras/keymap: Update findkeyboards location
1746 Matthias Schwarzott (3):
1747 rules: Gentoo update
1748 rules: Gentoo update
1749 rules: Gentoo update
1751 Scott James Remnant (1):
1752 OWNER/GROUP: fix if logic
1755 Summary of changes from v141 to v142
1756 ============================================
1759 rules: create /dev/cpu/<n>/cpuid world readable
1762 path_id: support identification of Xen virtual block devices
1765 edd_id: add cciss devices
1769 libudev: path_encode - always return 0 if encoded string does not fit into size
1770 libudev: monitor - clarify socket handling documentation
1771 udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
1772 rules: remove DVB shell script
1774 cdrom_id: add Xen cdrom support
1775 test-libudev: update monitor source
1776 TODO: add packet filter
1778 cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
1779 libudev: monitor - add client socket filter for subsystem value
1780 udevadm: monitor - print error if we can not bind to socket
1782 udevadm monitor - add --subsystem-match=
1783 libudev: monitor - use simpler hash
1784 libudev: monitor - switch to filter_add_match_subsystem_devtype()
1785 libudev: monitor - do not filter messages with wrong magic
1786 udevadm: monitor - add <subsytem>:<devtype> support
1787 libudev: monitor - add udev_monitor_filter_remove
1788 libudev: queue - fix get_seqnum_is_finished()
1789 cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
1790 libudev: queue - clarify comments
1791 libudev: monitor - export filter_update()
1793 drop "extern" keyword from non-static function
1794 rule_generator: net - fix usb comment generation
1795 rules: input - add links for USB/platform non-kbd/mouse devices
1796 rules: input - fix comments
1797 rules: add rfcomm* to group dialout
1798 accept DEVNAME from the kernel as a hint for the node name
1800 build: use AC_MSG_RESULT
1801 rules: add "event*" match
1802 udevd: revert initial device node creation
1803 rules: remove initramfs comment
1804 handle devtmpfs nodes
1805 oops, removed ppp entry from rules got committed
1806 remove all PHYSDEVPATH handling and warning about
1808 rules: fix ieee1394 rules
1809 add "static" back to the inline functions
1811 delete vol_id and require util-linux-ng's blkid
1815 rule-generator: net - whitelist NICs that violate MAC local scheme
1818 Summary of changes from v140 to v141
1819 ============================================
1821 Adam Buchbinder (4):
1823 cdrom_id: update manpage
1824 create_floppy_devices: expand manpage
1825 vol_id: fix language in manpage
1828 avoid leaking netlink socket fd to external programs
1830 Borislav Petkov (1):
1831 rules: rename ide-floppy to ide-gd
1834 rules: exclude mtd* from persistent disk links
1837 rules: fix extra quote in 50-udev-default.rules
1839 udevadm: test - handling trailing '/' in devpath
1840 udevadm: monitor - clarify printed header
1841 rules: remove ram* from persisten disk links blacklist
1842 rules: serial - support ttyACM devices
1843 rules: replace IDE driver with media match
1844 usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
1845 libudev: GPL -> LGPL
1846 usb_id: remove unused variable
1847 send monitor events back to netlink socket
1848 "UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
1849 IMPORT: 2048 -> 4096 bytes buffer
1850 path_encode: fix max length calculation
1851 libudev: monitor - unify socket message handling
1854 rules: md-raid.rules fix
1857 udevadm: trigger - add "--action" to --help
1859 Scott James Remnant (1):
1860 libudev: monitor - ignore messages from unusual sources
1863 Summary of changes from v139 to v140
1864 ============================================
1867 libvolume_id: bump age
1872 volume_id: ntfs - fix uuid setting
1874 rules: Fedora update
1875 libudev: queue - use lstat() to check existence of symlink
1876 udevadm: settle - add --seq-start= --seq-end=
1877 udevd: switch watch symlinks to devpath
1878 udevadm: add text for new options to command and man page
1880 libudev: ctrl - return error after sending ctrl message
1881 udevadm: settle - use timeout signal, instead of loop counter
1884 fix compile error in debug mode
1886 Scott James Remnant (1):
1887 udevadm: settle - synchronise with the udev daemon
1890 Summary of changes from v138 to v139
1891 ============================================
1895 remove static local variable
1896 use the event udev_device to disable the watch on "remove"
1897 add "nowatch" to disable a default installed watch with a later rule
1899 use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
1900 usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
1901 usb_id: return values if called directly for an usb_device
1902 usb_id: fix NULL string usage
1904 udevadm: info - export all devices with --export-db
1906 Scott James Remnant (10):
1907 Don't add inotify watch until RUN rules processed.
1908 Clear existing inotify watch before processing.
1910 Allow watch handle to be stored in the udevdb.
1911 Store watch handle in db.
1912 Use the udevdb to speed up watch clearing.
1913 Put a log message in a more sensible place.
1914 Output watch handle in udevadm info.
1915 lookup the old watch handle; reload only if has a path
1916 Look at more inotify events in the buffer than just the first.
1919 Summary of changes from v137 to v138
1920 ============================================
1923 *_id: add model/vendor enc strings
1926 vol_id: fix ddf version string
1927 vol_id: add missing id->type to swap0
1933 rules: dm - add escape for uuid links with whitespace
1934 test: add test for empty and non-existent ATTR
1935 rules: fix md "change"/"remove" handling
1936 autogen.sh: add more warnings
1937 fix NAME= and OPTION+="string_escape=..." logic
1938 rules: move OPTIONS to separate rule
1939 use global "reload_config" flag
1940 rules: add "watch" option to dm and md rules
1941 rules: include loop block devices in persistent links
1944 Matthias Schwarzott (1):
1945 rules: Gentoo update
1948 doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
1950 Scott James Remnant (2):
1951 udevd: optionally watch device nodes with inotify
1952 rules: update persistent storage rules to use inotify watches
1955 Summary of changes from v136 to v137
1956 ============================================
1960 remove stray initializer
1964 rules: fix typo in ide cd rule
1965 libudev: use 4096 bytes buffer for attribute reading
1966 rules: add drm devices to group "video"
1967 do not complain about a missing /etc/udev/rules.d/
1968 udevadm: test - remove --force option
1970 remove name from index if the node name has changed
1971 cleanup old names before creating the new names
1972 open-code pollfd setup
1973 increase netif renaming timeout from 30 to 90 seconds
1974 Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
1975 Merge commit '9032f119f07ad3b5116b3d4858816d851d4127de'
1977 udevd: add back SA_RESTART
1978 usb_id: handle ATAPI devices like SCSI devices
1979 udevadm: settle - fix typo
1981 Lennart Poettering (1):
1982 fix naming for tape nst devices in /dev/tape/by-path/
1985 udevd: use ppoll instead of signal pipes
1986 reap children faster
1988 Scott James Remnant (2):
1989 Allow user and group lookup to be disabled.
1990 Expose delayed name resolution
1993 volume_id: support via raid version 2
1996 Summary of changes from v135 to v136
1997 ============================================
1999 Adam Buchbinder (1):
2000 extras: fix mis-spelling of "environment"
2003 rule_generator: fix enumeration for write_cd_rules
2006 path_id: rework SAS persistent names
2009 volume_id: HPFS code clean up
2012 rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATA
2013 scsi_id: do not fail if no serial is found like for optical drives
2014 update configure and NEWS
2015 rules: fix isdn rules
2016 rules: add persistent /dev/serial/{by-id,by-path} rules
2017 make: install serial rules file
2018 make: do not delete autotools generated file with distclean
2019 udevadm: settle - allow --timeout=0 and --quiet
2020 rules: move aoe rules to default rules file
2021 volume_id: btrfs - update format
2022 rules: add "do not edit header"
2023 volume_id: support sub-uuid's and plug in btrfs device uuid
2024 libudev: include <sys/types.h>
2026 build: just use autoreconf -i
2027 rules: remove ide-scsi
2028 rules: first simple step merging with Ubuntu rules
2029 "'/sbin/modprobe abnormal' exit" - also print program options
2030 rules: more changes toward Ubuntu rules merge
2031 rules: more changes toward Ubuntu rules merge
2032 rules: remove /dev/raw/raxctl symlink, it's a devfs leftover
2033 rules: rtc - create rtc compat link only for cmos type rtc
2034 rules: remove legacy symlinks
2035 rules: do not put raw1394 in "video" group
2036 rules: second round merging with Ubuntu rules
2037 rules: remove /dev/dsp /dev/audio
2038 rules: put alsa in group "audio"
2039 rules: isdn - remove /dev/isdn/capi20 symlink
2040 rules: provide /dev/raw/rawctl
2041 if needed, store database entries also for devices which do not have a device node
2042 build: use autoreconf --symlink
2043 usb_id: add "image" class
2044 require non-SYSFS_DEPRECATED 2.6.20+ kernel
2045 build: default to --prefix=/usr --exec-prefix=""
2046 libudev: enumerate - add lookup by property
2047 rules: input - make sure needed variables are set
2048 libudev: device - read "uevent" only if info is not already loaded
2049 libudev: subsytem -> subsystem
2050 libudev: bump revision
2051 usb_id: use devtype lookup
2052 require 2.6.22+ kernel
2053 rules: Ubuntu merge - use group "cdrom"
2054 rules: Ubuntu merge - use group "tape"
2055 rules: replace DVB shell script rule
2056 rules: Ubuntu merge - s/uucp/dialout/
2059 enable skipping of "naming-only" rules
2060 usb_id: s/image/media/
2061 udevadm: s/udevinfo/udevadm info/
2062 rules: reorder block rules
2063 rules: zaptel - add "dialout" group
2064 libudev: device - add udev_device_get_property_value()
2065 libudev: test - add udev_device_get_property_value()
2067 Marcel Holtmann (3):
2068 libudev: device - add devtype support
2069 libudev: device - lookup subsystem and devtype together
2070 libudev: device - remove udev_device_get_parent_with_subsystem
2073 man: udev - update NAME assignment
2076 rules: add rules for AoE devices
2079 Summary of changes from v134 to v135
2080 ============================================
2083 usb_id: add "break" to currently unused case labels
2084 rules: fix cciss disk/by-id/ links
2085 rules: add infiniband rules
2086 rules: infiniband.rules -> 40-infiniband.rules
2087 fix network interface name swapping
2088 update configure and NEWS
2090 Marcel Holtmann (1):
2091 usb_id: fix switch statement for video type
2094 rules: /dev/null -> X0R
2095 rules: add usb device nodes
2098 Summary of changes from v133 to v134
2099 ============================================
2102 include errno.h in sysdeps.h
2105 rules: add persistent rules for memory stick block devices
2108 autogen.sh: fix -print-multi-os-directory usage
2109 volume_id: update btrfs magic
2111 rules: merge group "video" into default rules
2112 rules: v4l - add by-id/ links for USB devices
2113 libudev: accept NULL whitelist in util_replace_chars()
2114 usb_id: replace chars in returned strings
2115 ata_id: make sure, we do not have slashes in values
2116 scsi_id: make sure, we do not have slashes in values
2117 volume_id: remove unused usage types
2118 vol_id: if regular files are probed, use stat() for the size value
2119 volume_id: update btrfs
2120 volume_id: clear probing result before probing and do not probe a second time, if not needed
2121 path_id: fix fibre channel handling
2123 floppy: use ARRAY_SIZE()
2124 fix handling of swapping node name with symlink name
2125 silence PHYSDEV* warning for WAIT_FOR* rules
2126 rules: exclude "btibm" devices from vol_id calls
2128 Matthias Schwarzott (1):
2129 rules: Gentoo update
2131 Peter Breitenlohner (2):
2133 floppy: fix array bounds check and minor calculation
2136 Summary of changes from v132 to v133
2137 ============================================
2140 udevd: de-duplicate strings in rules
2141 scsi_id: we don't use DEVPATH env var anymore, update man page
2144 volume_id: fat - move check for msdos signature (0x55 0xaa)
2147 silence "comparison between signed and unsigned"
2148 string index - split nodes and childs to allow and unlimited number of childs
2149 reserve child slot 0
2150 merge trie nodes, childs and root into a single array
2151 set errno = ENOSYS in inotify stub
2152 udevadm: info - unify -V and --version
2153 rules: remove DEVTYPE disk/partition
2154 rules: remove pnp shell script, acpi loads these modules properly
2156 configure: add linux-hotplug mail address
2157 remove len == 0 check, the index root is always '\0'
2158 volume_id: bump revision
2159 volume_id: always check for all filesystem types and skip conflicting results
2160 volume_id: fat - accept empty FAT32 fsinfo signature
2161 fix spelling in comment
2162 volume_id: ntfs - mark as no other fs must match
2163 vol_id: clarify error message
2164 libudev: device - handle disk "device" link for partitions in deprecated sysfs layout
2165 limit $attr(<symlink>) magic to well-known links only
2166 udevd: fix cleanup of /dev/.udev/uevent_seqnum
2167 fix $links substitution for devices without any link
2171 udevadm: fix option parsing breakage with klibc
2174 Summary of changes from v131 to v132
2175 ============================================
2178 fix size_t compiler warning on 32 bit platforms
2179 convert debug string arrays to functions
2182 Summary of changes from v130 to v131
2183 ============================================
2186 libudev: fix sysnum logic for digit-only device names
2187 udevd: avoid overhead of calling rmdir on non-empty directories
2188 use more appropriate alternatives to malloc()
2189 libudev: util - optimize path_encode()
2190 libudev: allocate udev_device->envp[] dynamically
2191 replace strncpy() with strlcpy()
2192 use re-entrant variants of getpwnam and getgrnam
2193 udevd: fix memory leak
2194 udevd: fix WAIT_FOR_SYSFS execution order
2195 fix handling of string_escape option
2196 udevd: use a tighter loop for compare_devpath()
2197 udevd: avoid implicit memset in match_attr()
2198 kerneldoc comment fixes
2199 udevd: simplify rules execution loop
2200 udevd: fix termination of rule execution
2201 udevd: be more careful when matching against parents
2202 udevd: shrink struct token to 12 bytes
2205 remove outdated docs/README-gcov_for_udev
2206 libudev: device - add device lookup by subsystem:sysname
2207 libudev: also prefix non-exported functions with udev_*
2208 libudev: add udev_monitor_send_device()
2209 libudev: list - add flag
2210 libudev: device - generate DEVNAME and DEVLINKS properties
2211 vol_id: update README
2212 libudev: handle ! in sysname, add sysnum, return allocated list_entry on add
2213 delete simple-build-check.sh
2214 test: move global ENV{ENV_KEY_TEST}="test" to local rule
2215 libudev: monitor - fix send_device() property copying
2216 libudev: device - add get_envp() to construct envp from property list
2217 libudev: do not include ctrl in libudev.so
2218 libudev: monitor - do not mangle DEVLINKS property
2219 libudev: update DEVLINKS property when properties are read
2220 libudev: device - lookup "subsystem" and "driver" only once
2221 libudev: device - export properties when values are set
2222 libudev: list - handle update of key with NULL value
2223 libudev: ctrl - fix typo in set_env()
2224 libudev: add global property list
2225 libudev: device - copy global properties, unset empty properties
2226 volume_id: btrfs - update magic to latest disk format
2228 move udev_device_db to libudev
2229 rename udev source files
2230 libudev: always add UDEV_LOG
2231 libudev: monitor - export MAJOR/MINOR only if available
2232 udev-node: name_list -> udev_list
2233 udev-rules-parse: name_list -> udev_list
2234 delete name_list, move common file functions
2235 fix sorting of rules files
2236 run_program: prevent empty last argv entry
2237 update IMPORT= file/stdout property parsing
2238 update rules file parsing
2239 delete udev-util-file.c
2240 libudev: list - prepend udev_* to all functions
2241 libudev: add sysnum to test program
2242 test: fix a few unintentially wrongly written rules which cause parse errors
2243 libudev: monitor - add set_receive_buffer_size()
2244 libudev: ctrl - change magic to integer
2245 libudev: make list_node functions available
2246 udevd: use udev_list_node
2247 collect: use udev_list
2249 merge udev-rules.c and udev-rules-parse.c
2250 make struct udev_rules opaque
2251 move run_program to util
2252 udev_event_run() -> udev_event_execute_rules()
2253 udev_rules_run() -> udev_event_execute_run();
2254 move udev_rules_apply_format() to udev-event.c
2255 udev_list_cleanup() -> udev_list_cleanup_entries()
2256 selinux_init(udev) -> udev_selinux_init(udev)
2257 prefix udev-util.c functions with util_*
2259 libudev: device - get_attr_value() -> get_sysattr_value()
2260 cdrom_id: remove ARRAY_SIZE() declaration
2261 replace missing get_attr_value() -> get_sysattr_value()
2262 add "root" == 0 shortcuts to lookup_user/group()
2263 do not use the new work-in-progress parser rule matcher
2264 libudev: device - 128 -> ENVP_SIZE
2265 add util_resolve_subsys_kernel()
2266 handle numerical owner/group string in lookup_user/group()
2267 replace in-memory rules array with match/action token list
2268 do not create temporary node ($tempnode) if node already exists
2269 shrink struct udev_event
2270 shrink struct udev_event
2271 rule_generator: fix netif NAME= value extraction regex
2272 skip SYMLINK rules for devices without a device node
2273 rules: let empty strings added to buffer always return offset 0
2274 fix uninitialized variable warnings
2275 cache uid/gid during rule parsing
2276 distinguish "match" from "assign" by (op < OP_MATCH_MAX)
2277 determine at rule parse time if we need to call fnmatch()
2278 special-case "?*" match to skip fnmatch()
2279 libudev: monitor - replace far too expensive snprintf() with strlcpy()
2280 libudev: monitor - cache result of monitor send buffer
2281 fix "unused" warnings
2283 match KEY="A|B" without temporary string copy
2284 match_attr() - copy attr value only when needed
2285 do not init string arrays, just clear first byte
2286 fix $attr{[<subsystem>/<sysname>]<attribute>} substitution
2287 libudev: device - fill envp array while composing monitor buffer
2288 test: add RUN+="socket: ..." to a test to run monitor code
2289 libudev: device - allocate envp array only once
2291 udevd: merge exec and run queue to minimize devpath string compares
2292 ATTR{}== always fails if the attribute does not exist
2293 rules: remove SCSI timeouts
2294 rules: remove "add" match from usb device node rule
2295 edd_id: add "change" event match
2296 fstab_import: add "change" event match
2297 write trace log to stderr
2298 log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is applied
2299 skip entire rule containing device naming keys, if no device can be named
2300 fix udev_node_update_old_links() logic
2301 move some info() to dbg()
2302 add "devel" and "install" switches to autogen.sh
2303 move debugging strings inside #ifdef DEBUG
2304 firmware.sh: record missing files in /dev/.udev/firmware-missing/
2305 fix list handling in enumerate and rules file sorting
2306 volume_id: btrfs update
2307 info() PROGRAM and IMPORT execution
2308 fix $links substitution
2309 fix cleanup of possible left-over symlinks
2310 do not import the "uevent" file when we only read the db to get old symlinks
2311 usb_id: MassStorage SubClass 6 is "scsi" not "disk"
2312 unify string replacement
2313 $links should be relative
2315 rules: md - add mdadm 3 device naming
2316 cleanup /dev/.udev/queue on startup and exit
2317 udevadm: settle - exit if udevd exits
2319 Matthias Koenig (1):
2320 volume_id: swap - larger PAGE_SIZE support
2322 Steven Whitehouse (1):
2323 volume_id: support for GFS2 UUIDs
2326 Summary of changes from v129 to v130
2327 ============================================
2330 fix compile error with --disable-logging
2331 libudev: enumerate - add_device() -> add_syspath()
2332 volume_id: hpfs - read label and uuid
2333 use no_argument, required_argument, optional_argument in longopts
2334 libudev: get rid of selinux
2335 libudev: device - add get_parent_with_subsystem()
2337 udevadm: info - fix --query=all for devices without a device node
2338 vol_id: add size= option
2339 move selinux noops to udev.h
2340 volume_id: add dbg() as noop to check for compile errors
2341 vol_id: fix logging glue
2342 vol_id: always use the safe string versions for unencoded label and uuid
2343 volume_id: better DDF raid detection
2344 volume_id: add btrfs
2345 volume_id: use PRIu64i, PRIx64 macros
2346 udevd: clarify deprecated sysfs layout warning
2347 libudev: fix --enable-debug
2348 don not print error if GOTO jumps just to next rule
2349 volume_id: add more vfat debugging information
2350 libudev: libudev.pc remove selinux
2351 store node name and symlinks into db symlink target if they are small enough
2352 volume_id: more fat debugging
2353 libudev: fix typo in "multiple entries in symlink" handling
2354 connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
2355 replace spaces in dm and md name symlinks
2358 Summary of changes from v128 to v129
2359 ============================================
2362 udev-test.pl: set non-zero exitcode if tests fail
2363 scsi_id: compiler warning on 32-bit
2364 trivial cleanup in udev_rules_iter
2365 avoid repeated scans for goto targets (udev_iter_find_label)
2366 replace strerror() usage with threadsafe "%m" format string
2367 fix messages (inc. debug compile failure) introduced when optimizing "goto"
2368 allow compiler to check dbg() arguments on non-debug builds
2371 libudev: switch to "udev_device_get_parent"
2372 libudev: udev_device - add attribute cache
2373 libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
2374 udevadm: info - fix lookup-by-name
2375 libudev: switch API from devpath to syspath
2376 libudev: rename ctrl_msg to ctrl_msg_wire
2377 vol_id: fix lib logging glue
2378 fix broken symlink resolving
2380 libudev: pass udev_device in enumerate
2381 libudev: fix "subsystem" value
2382 always include config.h from Makefile
2383 libudev: udev_device_get_devname -> udev_device_get_devnode
2384 libudev: add udev_device_new_from_devnum()
2385 libudev: also import "uevent" file when reading udev database
2386 libudev: add userdata pointer
2387 libudev: replace awkward callback list interfaces with list iterators
2388 libudev: get devnum from uevent file
2389 libudev: enumerate_get_devices_list -> enumerate_get_list
2390 libudev: initialize selinux only when needed
2391 libudev: device - read database only when needed
2392 libudev: rework list handling
2393 libudev: more list rework
2394 lubudev: accept more sys directories as devices, and parent devices
2395 libudev: enumerate - accept list of subsystems to scan, or skip
2396 libudev: enumerate "subsystem"
2397 libudev: enumerate - scan /sys/block/ if needed
2398 libudev: enumerate - split new() and scan()
2399 test: replace ancient sysfs tree with recent one
2400 test: add missing pci directory because of .gitignore *.7
2401 gitignore: move *.8 to subdirs
2402 test: replace last reference of "/class/*" devpath
2404 libudev: enumerate - scan devices and subsystems, add subsystem and attribute filter
2405 udevadm: trigger: use libudev
2406 fix segfault caused by wrong pointer used in dbg()
2407 libudev: device_init() -> device_new()
2408 udevadm: trigger fix long option --type=
2409 libudev: add queue interface
2410 udevadm: settle - use libudev queue
2411 libudev: device - handle /sys/block/<disk-device-link>/<partition>
2412 libudev: enumerate - ignore regular files while scanning
2413 udevadm: trigger --type=failed - use libudev queue
2414 rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links
2415 build: include Makefile.am.inc in all Makefile.am
2416 udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
2419 Summary of changes from v127 to v128
2420 ============================================
2423 fix uninitialized name_list error::ignore_error
2424 do not needlessly declare some local variables in udev_rules_parse.c as static
2425 remove deprecated envp[] in main()
2426 fix name compare bug name_list_key_add()
2427 remove redundant string copy in udev_rules_apply_format()
2428 remove redundant "remove trailing newlines" in udevadm info
2429 threadsafe rules iteration
2430 fix off-by-one in pass_env_to_socket()
2433 libudev: add monitor documentation
2434 libudev: fix --disable-log
2435 autogen.sh: add --with-selinux
2436 volume_id: hfs - calculate proper uuid
2437 fix dangling pointer returned by attr_get_by_subsys_id()
2438 udev-test.pl: add --valgrind option
2439 libudev: libudev.pc add Libs.private
2440 volume_id: fail on undefined __BYTE_ORDER
2442 libudev: fix monitor documentation
2443 libudev: add udev_device_get_syspath()
2444 udev_device_init() remove statically allocated device support
2445 udevadm: info - fix broken --device-id-of-file=
2446 udevadm: control - use getopt_long()
2447 udevadm: print warning to stderr if udevadm is called by symlink
2448 udev-test.pl: remove left-over comment from --valgrind option
2449 udevadm: rename source files
2450 udevadm: rename internal functions to udevadm_*
2451 udevadm: split out control functions
2452 udevadm: move init from commands to udevadm
2453 autogen.sh: add debug
2454 use libudev code, unify logging, pass udev context around everywhere
2455 volume_id: linux_raid - fix logic for volumes with size == 0
2456 vol_id: add --debug option
2457 udevadm: add --version --help options to man page, hide them as commands
2458 move udev_ctrl to libudev-private
2459 udev-test.pl: set udev_log="err"
2460 test-udev: cleanup libudev context and overridden rules file string
2461 test-udev: remove unused var
2462 add a bunch of private device properties to udev_device
2463 udevadm: monitor - use libudev for udev monitor
2464 libudev: monitor - add event properties to udev_device
2465 udevadm: log message if udevadm link is used
2466 udevd: remove max_childs_running logic
2467 libudev: monitor- add netlink uevent support
2468 udevadm: monitor - use libudev code to retrieve device data
2469 libudev: udev_device - read "driver" value
2470 libudev: rename enumerate function
2471 libudev: add selinux
2472 libudev: initialize selinux after logging
2473 volume_id: merge util.h in libvolume_id-private.h
2475 libudev: udev_device - add more properties
2476 libudev: do not use udev_db.c
2477 libudev: get rid of udev_sysfs.c
2478 libudev: get rid of udev_utils.c
2479 libudev: rename libudev-utils.c libudev-util.c
2480 libudev: do not use any udev source file
2481 extras: use libudev code
2482 convert to libudev and delete udev_utils_string.c
2483 get rid of udev_sysdeps.c
2484 use size definitions from libudev
2485 udevadm: info - use "udev_device"
2488 Summary of changes from v126 to v127
2489 ============================================
2492 build-sys: don't duplicate file names
2493 build-sys: remove non-POSIX variable names
2496 add inotify dummy definitions if inotify is not available
2497 build: remove autopoint check
2498 udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2499 ignore duplicated rules file names
2501 rules: delete all distro rules which do not use default rules
2503 rules: add isdn rules
2504 rules: Gentoo update
2505 add missing includes
2508 add missing 'v' for "make changelog"
2509 build: fix "make dist"
2510 vol_id: make the --offset= argument optional
2511 rules: optical drives - probe at last session offset, do not probe for raid
2512 libudev: add library to access udev information
2513 libudev: split source files
2515 libudev: add udev event monitor API
2516 volume_id: remove deprecated functions and bump major version
2517 volume_id: remove left-over fd close()
2518 split udev_device.c to leave out rules handling from libudev
2519 libudev: link against selinux if needed
2520 firmware.sh: lookup lookup kernel provided firmware directory
2521 libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
2524 rules: fix md rules for partitioned devices
2527 Summary of changes from v125 to v126
2528 ============================================
2531 delete all Makefiles and move udev source to udev/
2533 rules: mode 0660 for group "disk"
2534 rules: update Fedora rules
2536 INSTALL: --enable-selinux not --with-selinux
2537 volume_id: move static lib to $prefix
2538 volume_id: create relative links
2539 rules: run vol_id on opticals only if media is found
2542 rules: Debian update
2545 use proper directory lib/lib64 for libvolume_id
2548 Summary of changes from v124 to v125
2549 ============================================
2552 rules: tape rules - add nst to usb and 1394 links
2555 man: clarify $attr{} parent searching
2558 collect: fix size_t printf
2559 path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'
2560 rules: add v4l persistent links
2561 docs: update some docs and delete outdated stuff
2562 scsi_id: fix fallback to sg v3 for sg nodes
2563 rules: fix cciss rules for partition numbers > 9
2564 udev.conf: udevcontrol -> udevadm control
2565 rules: use consistently OPTIONS+=
2566 scsi_id: the fallback fix broke error handling
2567 man: rebuild from xml
2568 do not touch node ownership and permissions, if already correct
2569 rules: tape rules - add nst to by-path/ links
2570 udevadm: info - add --export format to --device-id-of-file=
2571 move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
2574 rules_generator: net rules - do not print error if file is missing and ignore commented rules
2575 man: add link_priority default value
2576 scsi_id: man page fix
2577 udevadm: settle - add verbose output when running into timeout
2578 rules: Debian update
2579 rules: Debian update
2580 ignore rule with GOTO to a non-existent label
2583 scsi_id: include sys/stat.h
2586 collect: check realloc return value
2589 Summary of changes from v123 to v124
2590 ============================================
2593 cdrom_id: fix recognition of blank media
2596 Summary of changes from v122 to v123
2597 ============================================
2599 Erik van Konijnenburg (3):
2600 add substitution in MODE= field
2601 Makefile: use udevdir in "make install"
2602 volume_id: support for oracleasm
2605 scsi_id: retry open() on -EBUSY
2608 volume_id: remove unnecessary global variable
2609 volume_id: enable GFS probing code, add LABEL support
2612 edd_id: call it only for sd* and hd*
2613 rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
2614 rules: tape rules - use bsg device nodes for SG_IO
2615 rules: persistent net - handle "locally administered" ibmveth MAC addresses
2616 cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
2619 man: add NAME== match entry
2622 collect: realloc buffer, if needed
2623 udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
2626 Summary of changes from v121 to v122
2627 ============================================
2629 Hannes Reinecke (2):
2630 scsi_id: remove all sysfs dependencies
2631 scsi_id: add SGv4 support
2634 volume_id: clean up linux_raid code
2637 scsi_id: update man page
2638 scsi_id: remove bus_id option
2639 scsi_id: add --sg-version= option
2640 rules: adapt to new scsi_id
2641 rules: adapt tape rules to new scsi_id
2643 volume_id: bump version
2644 Makefile: do not create udevcontrol, udevtrigger symlinks
2646 MUNEDA Takahiro (2):
2647 man: udevd- fix udev(8) reference
2650 Matthias Schwarzott (1):
2651 cdrom_id: fix segfault
2654 Summary of changes from v120 to v121
2655 ============================================
2657 Damjan Georgievski (1):
2658 libvolume_id: recognize swap partitions with a tuxonice hibernate image
2661 writing udev rules: fix rule typos
2663 David Woodhouse (1):
2664 rules_generator: net rules - add "dev_id" value to generated rules
2667 selinux: more context settings
2670 udevinfo: do not replace chars when printing ATTR== matches
2671 vol_id: add --offset option
2672 cdrom_id: replace with version which also exports media properties
2673 udevd: at startup write message including version number to kernel log
2674 rules_generator: net rules - always add KERNEL== match to generated rules
2675 selinux: fix missing includes
2676 allow setting of MODE="0000"
2677 path_id: remove subsystem whitelist
2678 logging: add trailing newline to all strings
2679 scsi_id: initialize serial strings
2680 persistent device naming: also read unpartitioned media
2681 cdrom_id: add more help text
2682 add $links substitution
2683 fstab_import: add program to IMPORT matching fstab entry
2684 add OPTIONS+="event_timeout=<seconds>"
2685 write "event_timeout" to db
2686 udevadm: trigger - add --env= option
2687 udevadm: control - fix --env key to accept --env=<KEY>=<value>
2688 udevadm: info - do not print ATTR{dev}==
2689 persistent device naming: update tape rules
2690 rules: update md rules
2693 Summary of changes from v119 to v120
2694 ============================================
2697 test: remove duplicated EXTRA entry
2698 rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device
2699 udevadm: trigger - option to synthesize events and pass them to a socket
2700 udevadm: info - resolve devpath if symlink is given
2701 udevadm: remove old man page links and compat links for debugging tools
2702 udevadm: trigger - fix broken socket option check
2703 udevadm: trigger - fix --socket== + --verbose
2704 also accept real socket files for RUN+="socket:<path>"
2705 persistent device naming: cleanup storage rules
2708 udevd: serialize events if they refer to the same major:minor number
2711 Summary of changes from v118 to v119
2712 ============================================
2714 Anthony L. Awtrey (1):
2715 do not skip RUN execution if device node removal fails
2718 rules: Fedora update
2719 rules: do not set GROUP="disk" for scanners
2722 rules_generator: add missing write_net_rules unlock
2725 volume_id: fix UUID raw buffer usage
2726 volume_id: fix typo in function documentation
2729 switch mailing lists to linux-hotplug@vger.kernel.org
2730 rules: remove tty rule which can never run because of an earlier "last_rule"
2731 volume_id: update ext detection
2732 selinux: set context for real file name not the temp name
2733 hack to allow ATTR{block/*/uevent}="change"
2734 rules_generator: add KERNEL=="<netifname>*" to generated rules
2735 persistent device naming: also run on "change" event
2736 test: add "subsystem" links to all devices
2737 sysfs: depend on "subsystem" link
2738 extend hack to allow TEST=="*/start"
2740 Matthias Schwarzott (1):
2741 volume_id: respect LDFLAGS
2744 volume_id: add prefix=, exec_prefix=
2747 Makefile: do not require GNU install
2750 Summary of changes from v117 to v118
2751 ============================================
2754 doc: update "writing udev rules"
2756 Hannes Reinecke (1):
2757 volume_id: LVM - add uuid
2761 rules_generator: do not create rules with insufficient matches
2762 man: udevadm settle - mention 180 seconds default timeout
2763 libvolume_id: squashfs - add endianess support for LZMA compression
2765 volume_id: md - add metadata minor version
2766 volume_id: run only once into a timeout for unreadable devices
2767 create_floppy_devices: fix logic for more than one floppy device
2768 volume_id: also add readable check to probe_all()
2770 Matthias Schwarzott (1):
2771 rules: Gentoo update
2774 libvolume_id: squashfs+LZMA compression detection
2777 Summary of changes from v116 to v117
2778 ============================================
2781 extras: ignore built and generated files
2782 volume_id: create relative symlink when $(libdir) = $(usrlibdir)
2785 usb_id: fail if vendor/product can not be retrieved
2787 firmware: do not print error if logger is missing
2788 volume_id: vfat - allow all possible sector sizes
2789 volume_id: LUKS - export version
2790 volume_id: ntfs - rely on valid master file table
2791 volume_id: bump version
2792 udevinfo: exclude "uevent" file from --attribute-walk
2793 udevadm: merge all udev tools into a single binary
2794 udevadm: accept command as option, like --help, --version
2795 udevadm: add info option --device-id-of-file=<file>
2796 Makefile: fix bogus version number than got committed
2797 udevadm: also return major==0 results for --device-id-of-file
2798 man: udevd.8 - remove udevcontrol section
2799 udevadm: control - allow command to be passed as option
2801 MUNEDA Takahiro (1):
2802 man: fix udevadm.8 typo
2804 Matthias Schwarzott (2):
2805 firmware: remove hardcoded path to logger
2806 rules: Gentoo update
2809 rules: Frugalware update
2812 Summary of changes from v115 to v116
2813 ============================================
2819 check line length after comment check and whitespace strip
2820 only install *.rules
2821 remove extra space from udevinfo symlink output
2824 rules: fix two trivial typos
2825 rules: random and urandom are 0666
2826 rules: add REMOVE_CMD rule
2827 track "move" events to rename database and failed files
2828 rules: Gentoo update
2829 rules: add i2o driver rule
2830 man: recreate man pages
2831 volume_id: fix linux_raid metadata version 1.0 detection
2832 add $name substitution
2833 do not delete the device node with ignore_remove, but handle the event
2834 print warning for invalid TEST operations
2835 rules: do not delete /lib/udev/devices/ nodes on "remove"
2836 rules: remove broken nvram group assignment without any permission
2837 add /dev/rtc symlink if new rtc drivers are used
2838 increase WAIT_FOR_SYSFS timeout to 10 seconds
2839 rules: put bsd nodes in /dev/bsd/ directory
2840 path_id: fix for stacked class devices
2841 ignore device node names while restoring symlinks from the stack
2842 use SEQNUM in /dev/.udev/queue/ instead of devpath
2843 rules: add memstick module loading
2844 udevinfo: simplify symlink printing logic
2845 prevent wrong symlink creation if database disagress with current rules
2846 fix wrong variable used in logged string
2848 rule_generator: move all policy from write_net_rules to the rules file
2849 rules: call usb_id only for SUBSYSTEMS=="usb"
2850 rules: split out and fix persistent tape rules
2851 fix debug output string
2852 rule_generator: always match netif type in generated rule
2854 Matthias Schwarzott (3):
2855 rules: Gentoo update
2856 rules: Gentoo update
2857 rules: Gentoo update
2860 set buffer size if strlcpy/strlcat indicate truncation
2862 maximilian attems (1):
2863 correct includes in udev_selinux.c
2866 Summary of changes from v114 to v115
2867 ============================================
2870 rules: fix typo in 80-drivers.rules
2873 rules: add default rules
2874 rules: update SUSE rules
2875 rules: add packages rules
2876 rules: add ia64 rules
2877 rules: move md-raid rules to packages dir
2878 rules: run vol_id only for partitions
2879 rules: update Fedora rules
2880 edd_id: move persistent rules to its own file
2881 accept relative path for TEST
2882 rules: add iowarrior rule
2883 volume_id: fix sqashfs detection
2884 do not ignore dynamic rule if it is the last one in the list
2885 rule_generator: fix wrong DRIVERS!= logic
2886 rules: update Fedora
2887 Makefile: install default rules
2890 rules_generator: remove policy from write_cd_rules
2891 rules_generator: fix write_cd_rules when similar names exist in the root directory
2892 rules: Debian update
2895 Summary of changes from v113 to v114
2896 ============================================
2898 Hannes Reinecke (3):
2899 collect: extra to synchronize actions across events
2900 add $driver subtitution
2901 rules_generator: add S/390 persistent network support
2904 rules_generator: remove executable flag from include file
2905 always unlink temporary file before creating new one
2907 volume_id: ext4 detection
2908 udevtrigger: allow to specify action string
2909 add option to RUN key to ignore the return value of the program
2910 use global udev_log variable instead of parameter in run_program
2911 add udev_rules_run() to handle RUN list
2912 move udev_utils_run.c into udev_rules.c
2914 name_list: rename loop_name -> name_loop
2915 handle dynamic rules created in /dev/.udev/rules.d/
2916 allow SYMLINK== match
2917 libvolume_id: use /usr/$libdir in pc file
2918 Makefile: add --as-needed flag to ld
2919 restore behavior of NAME==
2920 rules_generator: remove "installation" function
2921 udevtrigger: trigger "driver" events
2923 rules: Fedora update
2924 rules: add "do not edit" comment
2925 rules: Fedora update
2926 rules_generator: skip random MAC addresses
2927 write changed network interface names to the kernel log
2929 Matthias Schwarzott (3):
2930 rules: Gentoo update
2931 fix inotify to work not only once
2932 rules: Gentoo update
2935 Makefile: add "make dist" for nightly snapshots
2938 Summary of changes from v112 to v113
2939 ============================================
2942 vol_id: do not fail if unable to drop privileges
2945 add missing ChangeLog
2946 make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
2947 rules: recognize partitions and disk devices properly
2949 atomically replace existing nodes and symlinks
2950 do not try to create existing file
2951 info() for ignore_remove
2953 Makefile: check for missing ChangeLog or RELEASE-NOTES at release
2954 allow to disable the replacement of unusual characters
2955 no newline in log messages
2956 udevd: do not use syslog if --verbose (debugging) is used
2959 fix typo in udev_utils_run.c
2962 Summary of changes from v111 to v112
2963 ============================================
2965 Fabio Massimo Di Nitto (1):
2966 rules: ignore partitons that span the entire disk
2968 Hannes Reinecke (1):
2969 cciss device support
2972 udevd: close /proc/meminfo after reading
2973 create_floppy_devices: remove dead "unlink" code
2974 volume_id: add function documentation
2975 udev_db: escape path names with \x00 instead of %00
2976 udevsettle: use long options
2977 replace_chars: replace spaces in node name
2978 volume_id: add and export string encoding function
2979 vol_id: export encoded strings
2980 rules: use encoded strings instead of skipping characters
2981 udevtest: print message before log output
2982 volume_id: escape % character
2983 replace_chars: replace % character
2984 IMPORT: do not mangle whitespace
2985 scsi_id: do not install symlink in /sbin
2987 volume_id: terminate overlong label strings
2988 scsi_id: add long options
2989 rules: use long options for scsi_id
2990 path_id: skip subsystem directory
2991 rules: fix cciss rule
2993 scsi_id: fix typo in help text
2994 fix "do not access parent" warning for ATTR{}
2995 sysfs: add device lookup by $SUBSYSYTEM:$KERNEL
2996 events for "bus" and "class" registration must be matched as "subsystem"
2997 udevtest: add --subsystem option
2998 sysfs: change order of subsystem lookup
2999 add $sys substitution
3000 add TEST=="<file>" key
3001 add "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
3002 sysfs: handle bus/class top-level directories
3003 sysfs: skip unknown sysfs directories
3008 create_floppy_devices: add man page
3009 path_id: remove on make uninstall
3012 volume_id: support for long-filename based labels
3014 Scott James Remnant (2):
3015 replace_untrusted_chars: replace all whitespace with space
3016 run_program: log "info" not "error" if program is missing
3019 Summary of changes from v110 to v111
3020 ============================================
3024 rules: Fedora update
3025 volume_id: use md native uuid format
3026 vol_id: use long options
3027 volume_id: add volume_id_get_* functions
3028 vol_id: use volume_id_get_*
3029 udevd: use fgets() to read /proc files
3030 volume_id: add internal UUID_STRING
3031 volume_id: add DDF support
3032 vol_id: README update
3033 volume_id: rename UUID_64BIT_LE/BE
3034 vol_id: add ID_FS_UUID_SAFE
3035 rules: use ID_FS_UUID_SAFE
3037 volume_id: give access to list of all available probers
3038 vol_id: use libvolume_id prober list for --probe-all
3039 volume_id: add remaining names for prober lookup by type
3041 volume_id: vol_id depends on libvolume_id
3043 Matthias Schwarzott (2):
3044 volume_id: fix Makefile for parallel make
3045 rules: Gentoo update
3048 Summary of changes from v109 to v110
3049 ============================================
3052 udevcontrol: allow to set global variables in udevd
3055 remove eventrecorder.sh
3057 volume_id: add md metadata 1.0, 1.1, 1.2 support
3058 unset variable with ENV{VAR}=""
3059 delete copies of default rules in SUSE rules
3060 volume_id: ext - fix endianess in version number
3061 rules: Fedora update
3062 volume_id: old md metadata has only 32 bit for the uuid
3063 volume_id: minix version 3 support
3064 don't create $tempnode for devices without major
3065 usb_id: add <devpath> to help text
3066 ata_id: use getopt_long()
3069 Matthias Schwarzott (3):
3070 Makefile: respect CFLAGS/LDFLAGS
3071 rules: Gentoo update
3072 ata_id: don't log error for libata devices on older kernels
3075 Summary of changes from v108 to v109
3076 ============================================
3079 create_floppy_devices: create nodes with correct selinux context
3082 udevtest: export ACTION string if given as option
3084 make ACTION!="add|change" working
3085 udevtest: import uevent variables if possible
3086 udevinfo: export all information stored in database
3087 default rules: add libata compat links
3088 create_path: don't fail if something else created the directory
3089 udevd: fix serialization of events
3090 path_id: remove broken example
3091 libvolume_id: do not install static library
3094 Matthias Schwarzott (2):
3096 persistent device naming: add joystick links
3099 path_id: add man page
3102 Summary of changes from v107 to v108
3103 ============================================
3106 udevinfo: relax check for the correct device if looked up by name
3107 don't write to sysfs files during test run
3108 finally remove the directory event-multiplexer crap
3110 Matthias Schwarzott (2):
3111 write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
3115 udevsettle: read udev not kernel seqnum first
3118 Summary of changes from v106 to v107
3119 ============================================
3121 Jean Tourrilhes (1):
3122 udevtest: export UDEV_LOG if we changed it
3125 man: add missing options to various man pages
3127 create_floppy_devices: apply specified mode without umask
3129 udevmonitor: add switch for kernel and udev events
3130 default rules: wait for 0:0:0:0 scsi devices only
3132 delete dasd_id, it moved to s390-tools
3134 encode db-file names, instead of just replacing '/'
3135 update internal variables if we see $DEVPATH during IMPORT
3136 increase /proc/stat buffer
3137 maintain index over device-names to devpath relation
3138 restore overwritten symlinks when the device goes away
3139 store devpath with the usual leading slash
3140 add link_priority to rule options, and store it in database
3141 pick actual valid device in udev_db_lookup_name
3142 cleanup already existing db-entries and db-index on device update
3143 selinux: move selinux_exit() to the main programs
3144 remove old error message
3145 read list of devices from index, make index private to database
3146 priority based symlink handling
3147 volume_id: get rid of compiler warning
3148 udevinfo: remove -d option
3149 update %n on netif name change
3150 if a node goes away, possibly restore a waiting symlink
3152 man: add "link_priority" option
3154 udevtest: add --force mode
3155 udevinfo: print link priority
3156 usb_id: append target:lun to storage device serial
3157 run_directory: add final warning before removal
3162 Matthias Schwarzott (2):
3163 udevd: cleanup std{in,our,err} on startup
3164 udevmonitor: fix swapped event switch descriptions
3167 Summary of changes from v105 to v106
3168 ============================================
3171 man: fix typos in scsi_id and udevd
3173 Andrey Borzenkov (2):
3174 vol_id: add -L to print raw partition label
3178 persistent device naming: tape devices and medium changers
3181 exclude parent devices from DRIVER== match
3182 volume_id: really fix endianess bug in linux_raid detection
3184 man: correct udevinfo --export-db
3185 path_id: append LUN to iSCSI path
3186 create_floppy_devices: add option for owner/group
3187 update example rules
3188 apply format chars to ATTR before writing to sysfs
3189 add (subsystem) to udevmonitor output
3190 update DRIVER== changes
3191 remove --version from the udevinfo man page
3192 add test for an attribute which contains an operator char
3193 man: add note about parent matching behavior
3194 scsi_id: accept tabs in /etc/scsi_id.conf
3195 remove dead rule in persistent tape rules
3197 Matthias Schwarzott (4):
3198 correct typo in extras/scsi_id/scsi_id.conf
3199 fix retry-loop in netif-rename code
3200 add option --version to udevd
3201 rule_generator: fix for creating rules on read-only filesystem
3203 Peter Breitenlohner (1):
3204 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3207 udevd: init signal pipe before daemonizing
3208 unlink old database file before creating a new one
3209 fix %c $string substitution
3211 Theodoros V. Kalamatianos (1):
3212 fix udev attribute names with a colon
3215 Summary of changes from v104 to v105
3216 ============================================
3219 man: fix typos in scsi_id and udevd
3221 Andrey Borzenkov (2):
3222 vol_id: add -L to print raw partition label
3226 exclude parent devices from DRIVER== match
3227 volume_id: really fix endianess bug in linux_raid detection
3229 Matthias Schwarzott (2):
3230 correct typo in extras/scsi_id/scsi_id.conf
3231 fix retry-loop in netif-rename code
3233 Peter Breitenlohner (1):
3234 fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
3237 udevd: init signal pipe before daemonizing
3238 unlink old database file before creating a new one
3239 fix %c $string substitution
3242 Summary of changes from v103 to v104
3243 ============================================
3247 update example rules
3250 volume_id: fix endianess bug in linux_raid detection
3251 man: fix udevmonitor text
3252 man: recreate from xml
3253 rename config "filename" to "dir"
3254 remove outdated documentation
3255 rename "udev.c" to "test-udev.c" - it is only for testing
3257 use git-archive instead of git-tar-tree
3259 Kazuhiro Inaoka (1):
3260 inotify syscall definitions for M32R
3263 write_cd_rules: identity-based persistence
3264 scsi_id: remove trailing garbage from ID_SERIAL_SHORT
3267 SELinux: label created symlink instead of node
3270 Summary of changes from v102 to v103
3271 ============================================
3274 persistent storage rules: skip gnbd devices
3275 volume_id: add checksum check to via_raid
3276 volume_id: add comment about hfs uuid conversion
3281 Summary of changes from v101 to v102
3282 ============================================
3285 writing_udev_rules: fix typo in example rule
3288 create missing ChangeLog for version 101
3290 update default rules
3291 first try "subsystem" link at a parent device, before guessing
3292 if /sys/subsystem exists, skip class, bus, block scanning
3293 scsi_id: export ID_SERIAL_SHORT without vendor/product
3297 path_id: fix SAS disk handling
3300 Summary of changes from v100 to v101
3301 ============================================
3304 fix udevinfo help text typo
3307 cleanup default rules
3308 add IMPORT operations to the udev man page
3311 remove Makefile magic for leading '0' in version
3312 udevd: use getopt_long()
3313 udevd: add --verbose option to log also to stdout
3314 udevd: add --debug-trace option
3315 rule_generator: improve net rule comment generation
3316 volume_id: correct iso9660 high sierra header
3317 warn if a PHYSEDV* key, the "device" link, or a parent attribute is used
3318 don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules
3319 udevinfo: print error in --attribute-walk
3320 udev_sysfs: unify symlink resolving
3321 udevtrigger: trigger devices sorted by their dependency
3322 fix spelling in deprecation warning
3325 Michał Bartoszkiewicz:
3326 udevtrigger: fix typo that prevents partition events
3329 clarify "specified user/group unknown" error
3332 update slackware rules
3335 update Frugalware rules
3338 Summary of changes from v099 to v100
3339 ============================================
3343 fix messed up ChangeLog from release 099
3344 man: add $attr{} section about symlinks
3345 revert persistent-storage ata-serial '_' '-' replacement
3348 Summary of changes from v098 to v099
3349 ============================================
3355 udev_db.c: include <sys/stat.h>
3356 use fnmatch() instead of our own pattern match code
3357 rename major/minor variable to maj/min to avoid warning
3358 update source file headers
3359 udevtest: print header that ENV{} can't work
3361 udevtrigger: options to filter by subsystem and sysfs attribute
3362 udevtrigger: remove unused longindex
3363 udevinfo: use long options
3364 udevd: use files instead of symlinks for /dev/.udev/queue,failed
3365 udevtrigger: fix pattern match
3366 reorder options in udevinfo man page
3367 udevinfo: fix SUBSYTEMS spelling error
3368 fix ENV{TEST}="Test: $env{TEST}"
3369 let $attr{symlink} return the last element of the path
3370 cdrom_id: add rules file to call cdrom_id
3371 udevinfo: do not show symlinks as attributes in --attribute-walk
3372 remove broken name_cdrom.pl
3376 run_program: close pipe fd's which are connected to child process
3377 add persistent rules generator for net devices and optical drives
3380 changes rules for ata disk from '_' to '-'
3383 make struct option arrays static const
3387 Summary of changes from v097 to v098
3388 ============================================
3391 udevtest: allow /sys in the devpath paramter
3394 selinux: init once in the daemon, not in every event process
3397 udevd: remove huge socket buffer on the control socket
3399 rename udev_libc_wrapper -> udev_sysdeps
3400 db: store devpath - node relationship for all devices
3401 udevinfo: allow -a -n <node>
3402 udevinfo, udevtest: simplify '/sys' stripping from devpath argument
3403 lookup_user, lookup_group: report "unknown user" and "lookup failed"
3404 consistent key naming to match only the event device or include all parent devices
3405 skip rule, if too may keys of the same type are used
3406 introduce ATTR{file}="value" to set sysfs attributes
3408 update default rules
3409 export DRIVER for older kernels as a replacement for PHYSDEVDRIVER
3410 fix typo in SUBSYSTEMS key parsing
3411 udevtrigger: add --retry-failed
3412 volume_id: add suspend partition detection
3413 vol_id: use primary group of 'nobody' instead of 'nogroup'
3414 remove built-in /etc/passwd /etc/group parser
3415 always expect KEY{value} on ATTR, ATTRS, ENV keys
3416 use new key names in test programs
3417 cleanup commandline argument handling
3418 db: don't create a db file for only a node name to store
3419 man: add ATTR{file}="value" assignment
3422 volume_id: fix fat32 cluster chain traversal
3425 fix 'unknow user' error from getpwnam/getgrnam
3426 fix rc when using udev --daemon
3429 Michał Bartoszkiewicz:
3430 man pages: fix typos
3433 Summary of changes from v096 to v097
3434 ============================================
3437 add joystick support to persistent input rules
3440 firmware.sh: remove needless '/'
3441 vol_id: add --skip-raid and --probe-all option
3442 switch uevent netlink socket to group 1 only
3443 increase /proc/stat read buffer
3444 use "change" instead of "online" events
3445 remove 'static' from local variable
3446 libvolume_id: add parameter 'size' to all probe functions
3447 man pages: replace 'device-path' by 'devpath'
3448 man pages: work around xmlto which tries to be smart
3449 refresh vol_id man page
3450 udevinfo: add DRIVER==
3451 Makefile: fix dependency
3452 libvolume_id: read ufs2 label
3453 switch ifdef __KLIBC__ to ifndef __GLIBC__
3454 report failing getpwnam/getgrnam as error
3455 rename udevcontrol message types and variables
3456 initialize unused sockets to -1
3457 udevd: remove useless udevinitsend parameter
3459 udevd: autotune max_childs/max_childs_running
3460 update frugalware rules
3462 move default rules to etc/udev/rules.d/
3463 add 'crypto' devices to persistent storage rules
3464 add late.rules to default rules
3466 don't report an error on overlong comment lines
3468 udevd: read DRIVER from the environment
3471 make rename_netif() error messages useful
3472 path_id: fix an harmless syntax error
3475 update slackware rules
3478 Fix inotify syscalls on ARM
3481 Summary of changes from v095 to v096
3482 ============================================
3485 Makefiles: fix .PHONY for man page target
3486 allow longer devpath values
3487 path_id: prepare for new sysfs layout
3490 Summary of changes from v094 to v095
3491 ============================================
3495 don't remove symlinks if they are already there
3496 allow "online" events to create/update symlinks
3497 udevinfo: clarify parent device attribute use
3499 netif rename: optimistic loop for the name to become free
3500 remove broken %e enumeration
3503 print usage of udevcontrol when no or invalid command is given
3506 Summary of changes from v093 to v094
3507 ============================================
3510 update "writing udev rules"
3513 libvolume_id: gfs + gfs2 support
3514 remove MODALIAS key and substitution
3515 add persistent-input.rules
3521 Summary of changes from v092 to v093
3522 ============================================
3525 path_id: add support for iSCSI devices
3528 libvolume_id: fat - check for signature at end of sector
3529 libvolume_id: add more software raid signatures
3531 path_id: prevent endless loop for SAS devices on older kernels
3533 replace binary firmware helper with shell script
3534 skip device mapper devices for persistent links
3537 Summary of changes from v091 to v092
3538 ============================================
3541 don't include stropts.h, some libc's don't like it
3542 udevd: create leading directories for /dev/.udev/uevent_seqnum
3543 vol_id: fix logging from libvolume_id's log function
3546 add more warnings for invalid key operations
3547 fix offsetof() build issue with recent glibc
3548 selinux: fix typo in block device node selection
3549 vol_id: add NetWare volume detection
3550 edd_id: fix "(null)" output if "mbr_signature" does not exist
3552 libvolume_id: nss - use different uuid
3555 path_id: add platform and serio support
3559 path_id: fix bashism
3562 Summary of changes from v090 to v091
3563 ============================================
3566 path_id: fix SAS device path generation
3569 udevtest: don't try to delete symlinks
3570 persistent rules: fix typo in dm rule
3571 allow NAME=="value" to check for already assigned value
3572 udevd: export initial sequence number on startup
3575 Summary of changes from v089 to v090
3576 ============================================
3579 udevd: export current seqnum and add udevsettle
3580 volume_id: fix endianess conversion typo for FAT32
3581 merge device event handling and make database content available on "remove"
3582 set default udevsettle timeout to 3 minutes
3583 export INTERFACE_OLD if we renamed a netif
3584 let udevmonitor show the possibly renamed devpath
3585 volume_id: move some debug to info level
3586 udevtrigger: fix event order
3587 usb_id: remove uneeded code
3588 remove old symlinks before creating current ones
3589 path_id: fix loop for SAS devices
3590 apply format char to variables exported by ENV
3593 add inotify support for hppa and MIPS and log if inotify is not available
3596 fix typo in error message
3599 Summary of changes from v088 to v089
3600 ============================================
3603 path_id: add bus to USB path
3606 change rule to skip removable IDE devices
3607 don't create uuid/label links for raid members
3608 volume_id: provide library
3609 fix rule order for persistent tape links
3611 volume_id: provide a custom debug function
3612 volume_id: rename subdirectory