diff options
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udevinfo.c b/udevinfo.c index 567193adc7..e0ea5fb4ed 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 */ |