diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-30 15:54:28 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-30 15:54:28 +0200 |
commit | 22f5934a852d623d56746b23175f5e5036c7ae27 (patch) | |
tree | f75ab879fdba0bd702546faac4cc9c340d6ceef4 /udevinfo.c | |
parent | 55c1768ca1aff74b52644b5a96cae868100254a8 (diff) |
udevinfo: add DRIVER==
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 */ |