From 22f5934a852d623d56746b23175f5e5036c7ae27 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 30 Jul 2006 15:54:28 +0200 Subject: [PATCH] udevinfo: add DRIVER== --- udevinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/udevinfo.c b/udevinfo.c index 567193adc..e0ea5fb4e 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -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 */ -- 2.30.2