Change logs for udev source package in Precise

  • udev (175-0ubuntu9.10) precise; urgency=medium
    
      * 0git-keymaps.patch: Add 0x88 to dell-touchpad to fix wireless switch on
        Dell Latitude and Precision. (LP: #1441849)
    
     -- Martin Pitt <email address hidden>  Fri, 11 Sep 2015 15:06:10 +0200
  • udev (175-0ubuntu9.9) precise; urgency=medium
    
      * Add load-modules-for-bound-devices.patch: Always probe modules, even when
        a driver is already bound to a device. Fixes some modules not loading
        automatically when using kernel backports > 3.11. Patch backported from
        upstream commit and adjusted to use modprobe. (LP: #1404509)
     -- Martin Pitt <email address hidden>   Fri, 23 Jan 2015 08:22:52 +0100
  • udev (175-0ubuntu9.8) precise; urgency=medium
    
      * add-hyerpv-hwaddr.patch: add new ethernet exclusion for Hyper-V
        (LP: #1367883).
     -- Ben Howard <email address hidden>   Fri, 19 Sep 2014 16:29:07 -0600
  • udev (175-0ubuntu9.7) precise; urgency=low
    
      * udev-fallback-graphics.conf: Avoid failure if vesafb module is compiled
        in. (LP: #1367241).
     -- Dariusz Gadomski <email address hidden>   Fri, 12 Sep 2014 13:29:08 +0200
  • udev (175-0ubuntu9.6) precise; urgency=medium
    
      * Fix syntax of HyperV net rules (LP: #1361272).
     -- Ben Howard <email address hidden>   Mon, 25 Aug 2014 11:23:38 -0600
  • udev (175-0ubuntu9.5) precise; urgency=low
    
      * hyperv-hwaddrs.patch: update ethernet exclusions for Hyper-V
        (LP: #1274348).
     -- Ben Howard <email address hidden>   Wed, 12 Mar 2014 14:01:42 -0500
  • udev (175-0ubuntu9.4) precise-proposed; urgency=low
    
      * 00git-keymaps.patch: Update to the latest keymaps from upstream, as per
        SRU exception. Amongst lots of other models, this fixes the Touchpad key
        on Dell Latitude 6430U and 3330 (LP: #1193147)
     -- Martin Pitt <email address hidden>   Mon, 24 Jun 2013 12:28:18 +0200
  • udev (175-0ubuntu9.3) precise-proposed; urgency=low
    
      * Add ignore-ravello-systems-virtual-ifaces.patch: Do not create persistent
        net rules for Ravello Systems MAC addresses.  Thanks to Boris Figovsky for
        the patch.  (LP: #1099278)
     -- Brian Murray <email address hidden>   Mon, 14 Jan 2013 16:22:22 -0800
  • udev (175-0ubuntu9.2) precise-proposed; urgency=low
    
      * Add persistent-input-symlinks-iface00.patch: Fix persistent input symlinks
        for interface 00. Thanks to a7x for pointing this out! (LP: #1057824)
     -- Martin Pitt <email address hidden>   Thu, 11 Oct 2012 09:17:05 +0200
  • udev (175-0ubuntu9.1) precise-proposed; urgency=low
    
      [ Herton Ronaldo Krzesinski ]
      * Refresh debian/patches/avoid-exit-deadlock-for-dm_cookie.patch:
        avoid serialization issues in handling of events with DM_COOKIE
        set (LP: #1017715).
    
      [ Eric Miao ]
      * fix-race-condition-of-serio-driver-module-not-loading.patch:
        Work around race condition in PS/2 keyboard/mouse handling. This resulted
        in udev sometimes failing to load the psmouse driver, causing touchpads to
        occasionally not work after boot up. (LP: #1014460)
     -- Herton Ronaldo Krzesinski <email address hidden>   Mon, 16 Jul 2012 07:17:56 +0200
  • udev (175-0ubuntu9) precise; urgency=low
    
      * debian/udev.udevtrigger.upstart: only start on 'not-container', not on
        'container', so that we don't have to needlessly execute a shell here
        in the container case.  We're guaranteed not to deadlock boot because
        each of the 'startup', 'started udev', and 'container' events will be
        seen once and only once on a boot.
     -- Steve Langasek <email address hidden>   Wed, 04 Apr 2012 21:38:00 -0700
  • udev (175-0ubuntu8) precise; urgency=low
    
      * debian/rules, debian/udev.install: Add --with-systemdsystemunitdir and
        install the systemd files, to not make the boot fall over completely with
        systemd.
      * Add service-sbindir.patch: Fix executable path in .service file. (Already
        fixed upstream)
     -- Martin Pitt <email address hidden>   Thu, 29 Mar 2012 18:52:42 +0200
  • udev (175-0ubuntu7) precise; urgency=low
    
      * builtin-block-polling.patch: Fix default attribute comparison for CD
        drives, the default value of events_poll_msecs is -1, not 0. This really
        makes in-kernel polling work for those.
      * builtin-block-polling.patch: Apply to all drives with removable media, not
        just CD drives. (LP: #948663)
      * 00git-keymaps.patch: Update to the latest keymaps from upstream:
        - Dell XPS (LP: #910911)
        - HP Presario CQ60 (LP: #935804)
      * debian/rules: Drop prep and tarball targets. We want to use the upstream
        released tarballs.
      * debian/rules: Use dh_autoreconf. Add build dependency.
     -- Martin Pitt <email address hidden>   Wed, 28 Mar 2012 12:23:10 +0200
  • udev (175-0ubuntu6) precise; urgency=low
    
      * Add debian/patches/avoid-exit-deadlock-for-dm_cookie.patch,
        debian/libudev0.symbols: do not exit across a pending DM_COOKIE
        event to avoid vgchange deadlocks, thanks to Herton R. Krzesinski
        (LP: #802626).
     -- Kees Cook <email address hidden>   Sun, 04 Mar 2012 18:21:15 -0800
  • udev (175-0ubuntu5) precise; urgency=low
    
      [ David Henningsson ]
      * Remove jack-detection.patch: Now that PulseAudio uses the new jack
        detection interface, we can remove this patch.
    
      [ Stéphane Graber ]
      * debian/udev.udevtrigger.upstart: Update to wait for 'container' or
        'not-container' to be emitted, then skip just exit 0 but still run
        post-stop if it's a container and run 'udevadm trigger' if it's not.
        This is needed until we have a proper device namespace preventing
        udev events from affecting the outside.
        (LP: #925122)
      * Make udev depend on upstart >= 1.4-0ubuntu6 to ensure the next reboot
        will indeed either emit container or not-container.
     -- Stephane Graber <email address hidden>   Fri, 17 Feb 2012 15:40:47 -0500
  • udev (175-0ubuntu4) precise; urgency=low
    
      * Add builtin-block-polling.patch: Set default polling interval on CD drives
        as well. The events_dfl_poll_msecs will not trigger if "block" is not a
        module, but built in. This will avoid udisks etc. having to poll from
        userspace, and provide proper ejection when the hardware eject button is
        pressed. (LP: #890592)
      * Add 00git-keymaps.patch: Backport keymaps from current git master.
        (LP: #901513, #902332, #902798, #914838, #922405)
      * Add 00git-persistent-net-xen.patch: 75-persistent-net-generator.rules: Add
        Xen. (LP: #897789)
     -- Martin Pitt <email address hidden>   Mon, 06 Feb 2012 09:17:28 +0100
  • udev (175-0ubuntu3) precise; urgency=low
    
      [ Andy Whitcroft ]
      * debian/udev.initramfs-bottom: ignore timeout errors from udevadm we
        expect (and indeed requested) in certain failure modes.  If we do not we
        will bail out early and not transfer /dev into /root which is always
        fatal leading to unbootable machines.  (LP: #818177)
      * avoid-exit-deadlock-for-timely-events: avoid deadlock when exiting
        by continuing to handle events with timeliness requirements.
        The timeliness requirement will be violated if we ignore them which
        is highly undesirable.  Also these events are typically dependant
        events and may well block the events we are waiting on leading to
        boot delays and uninitialised devices.  (LP: #842560)
      * debian/udev.initramfs-bottom: increase the client-side timeout to
        better cope with potential timeout extension issues in udev.  We very
        much would prefer udev to time itself out and guarantee to have
        completed than take action ourselves.  Very worst case the timeout may
        be doubled from the default of 60s so increase ours accordingly.  Note,
        we should only ever trip this timeout when we are already in severe
        trouble.  (LP: #818177)
     -- Steve Langasek <email address hidden>   Fri, 16 Dec 2011 11:15:39 -0800
  • udev (175-0ubuntu2) precise; urgency=low
    
      * debian/udev.postinst: Ignore failures of "udevadm --convert-db". This
        option does not exist any more in Ubuntu 11.10 and later, so for upgrades
        from 10.04 LTS to 12.04 LTS you need to reboot. This doesn't really hurt,
        as there are already two dozen other reasons to reboot after upgrade.
        (LP: #887892)
      * Partially revert r2735 and move the daemon back to /sbin/, to better
        comply with FHS.
      * debian/udev.postinst: Use invoke-rc.d to restart udev instead of
        "restart", to pick up new daemon path. (LP: #889226)
     -- Martin Pitt <email address hidden>   Tue, 15 Nov 2011 08:14:03 +0100
  • udev (175-0ubuntu1) precise; urgency=low
    
      [ Loïc Minier ]
      * Update Vcs fields for precise.
    
      [ Steve Langasek ]
      * debian/udev.initramfs-hook: we aren't using pkill anymore, so don't put
        it in the initramfs.
    
      [ Martin Pitt ]
      * Unapply patches, they are not meant to be applied in the bzr branch.
      * New upstream releases 174 and 175:
        - Daemon moved to /lib/udev/udevd
        - path_id, usb_id, input_id tools are built-in commands now
        - fusectl filesystem is no longer mounted directly from udev
        - The long deprecated keys: SYSFS=, ID=, BUS= have been removed
        - The udev control socket is now created in /run/udev/control
        - The rules to create persistent network interface and cdrom link
          rules automatically in /etc/udev/rules.d/ have been disabled by
          default.
        - Support for 'udevadm trigger --type=failed, and the
          RUN{fail_event_on_error} attribute was removed.
        - Various keymap fixes (LP: #606599, #637695, #696671, #763525, #770680,
          LP: #795694)
        - Unbreak findkeyboards (LP: #881158)
        - Lots of bug fixes.
      * debian/rules: Explicitly enable persistent net/cdrom rule generator by
        default. Upstream default changed, but this seems too much a change for
        12.04 LTS.
      * Drop move-input_id-to-default-rules.patch, race-condition-on-exit: Applied
        upstream.
      * jack-detection.patch: Port to new upstream version.
      * load-fbcon.patch, use_run_tmpfs: Unfuzz.
      * debian/udev.install, debian/udev-udeb.install, debian/udev.initramfs-hook,
        debian/udev.initramfs-top, debian/udev.installer-startup,
        debian/udev.udev-finish.init, debian/udev.upstart: Update to changed
        location of udevd (/sbin → /lib/udev) and the three now builtin _id
        helpers.
      * debian/libudev0.symbols: Add new symbol from this release.
     -- Martin Pitt <email address hidden>   Thu, 10 Nov 2011 08:49:07 +0100
  • udev (173-0ubuntu5) precise; urgency=low
    
      * Cross-build fixes based of patch by Colin Watson; LP: #873584.
        - Build deb and udeb flavors with
          --with-pci-ids-path=/usr/share/misc/pci.ids as this is required when
          cross-compiling but can safely be passed all the time.
        - Disable gtk-doc build when cross-compiling and exclude doc files when
          calling dh_install; building gtk-doc requires running a generated source
          (lt-gudev-scan) which is usually not possible when cross-compiling;
          should really be fixed to build this scanner with BUILD_CC instead, but
          this would require building whole projects twice too.
        - Also disable GObject introspection and exclude these files for the same
          reason as for gtk-doc (needs to run a scanner program which can't be run
          when cross-compiling).
     -- Loic Minier <email address hidden>   Wed, 19 Oct 2011 17:57:57 +0200
  • udev (173-0ubuntu4) oneiric; urgency=low
    
      * Set a timeout of 61 seconds when calling udevadm control --exit, to
        ensure that udevd always reaches its *own* timeout first.  If udevadm
        times out before udevd, it exits non-zero, breaking the move of the /dev
        mount; and if we ignore the udevadm failure then udevd might still be
        running, which is the original issue that the patch for bug #624469
        was trying to address.  Raising the timeout doesn't make the boot any
        slower, it just makes sure we let udevd count the 60 seconds instead of
        udevadm.  LP: #818177.
      * debian/patches/race-condition-on-exit: Process events before signals
        in the worker thread, so we don't sit around waiting 60 seconds for an
        already-dead process.
     -- Steve Langasek <email address hidden>   Sat, 08 Oct 2011 00:48:54 -0700