Re: [PATCH] USB and Driver Core patches for 2.6.10

From: Greg KH (greg_at_kroah.com)
Date: 01/08/05

  • Next message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
    Date:	Fri, 7 Jan 2005 21:47:37 -0800
    To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
    
    

    ChangeSet 1.1938.439.46, 2005/01/06 16:39:01-08:00, juhl-lkml@dif.dk

    [PATCH] add printing of udev version to scripts/ver_linux

    Since udev is starting to be used a lot of places and I've seen people get
    asked about their udev version a few times on lkml I figured it was
    perhaps time that scripts/ver_linux reported this info so it would get
    into more bugreports by default.

    This patch adds printing of udev version to scripts/ver_linux

    Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
    Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>

     Documentation/Changes | 10 +++++++++-
     scripts/ver_linux | 2 ++
     2 files changed, 11 insertions(+), 1 deletion(-)

    diff -Nru a/Documentation/Changes b/Documentation/Changes
    --- a/Documentation/Changes 2005-01-07 15:39:00 -08:00
    +++ b/Documentation/Changes 2005-01-07 15:39:00 -08:00
    @@ -223,6 +223,11 @@
     version v0.99.0 or higher. Running old versions may cause problems
     with programs using shared memory.
     
    +Udev
    +----
    +Udev is a userspace application for populating /dev dynamically with
    +only entries for devices actually present. Udev replaces devfs.
    +
     Networking
     ==========
     
    @@ -368,6 +373,10 @@
     ----------
     o <http://powertweak.sourceforge.net/>
     
    +Udev
    +----
    +o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/>
    +
     Networking
     **********
     
    @@ -398,5 +407,4 @@
     NFS-Utils
     ---------
     o <http://nfs.sourceforge.net/>
    -
     
    diff -Nru a/scripts/ver_linux b/scripts/ver_linux
    --- a/scripts/ver_linux 2005-01-07 15:39:00 -08:00
    +++ b/scripts/ver_linux 2005-01-07 15:39:00 -08:00
    @@ -87,6 +87,8 @@
     
     expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}'
     
    +udevinfo -V | awk '{print "udev ", $3}'
    +
     if [ -e /proc/modules ]; then
         X=`cat /proc/modules | sed -e "s/ .*$//"`
         echo "Modules Loaded "$X

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"

    Relevant Pages

    • Re: [ANNOUNCE] udev 015 release
      ... and you expect me to be able to modify a binary driver to work with ... > udev how? ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: delay at starting udev
      ... > to it I was able to find say that it was fixed in udev releases years ago. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: State of devfs in 2.6?
      ... and you can try udev today with no kernel patches needed. ... devices and tty devices and i2c dev devices and usb major devices and ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [PATCH] USB and Driver Core patches for 2.6.10
      ... Fix up udev url in Documentation/Changes file ... Networking ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] add printing of udev version to scripts/ver_linux
      ... Since udev is starting to be used a lot of places and I've seen people get ... This patch adds printing of udev version to scripts/ver_linux ... Networking ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

    Loading