chiark / gitweb /
udevinfo: add DRIVER==
authorKay Sievers <kay.sievers@suse.de>
Sun, 30 Jul 2006 13:54:28 +0000 (15:54 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 30 Jul 2006 13:54:28 +0000 (15:54 +0200)
udevinfo.c

index 567193adc7f8949f229d74531b87dca7520a51cf..e0ea5fb4ed921df61fe4a3eb6cc2e4408dd67cb7 100644 (file)
@@ -105,6 +105,7 @@ static int print_device_chain(const char *devpath)
        printf("  looking at device '%s':\n", dev->devpath);
        printf("    KERNEL==\"%s\"\n", dev->kernel_name);
        printf("    SUBSYSTEM==\"%s\"\n", dev->subsystem);
+       printf("    DRIVER==\"%s\"\n", dev->driver);
        print_all_attributes(dev->devpath);
 
        /* walk up the chain of devices */