[CC to lkml removed and I'm not in linux-hotplug-devl] Hi! Greg KH wrote: > > Hm, I just took Kay's patch instead. Care to make up a patch for this > based off of it? > You did the right thing :-) Now it's simplier and is almost a one-liner. (Anyway, still missing the SYSFS_* details). Sample output: Jan 16 01:53:42 puma udev[18505]: New device! Metrics: BUS='scsi', ID='71:0:0:0', KERNEL='sr0' Jan 16 01:53:42 puma udev[18505]: name, 'sr0' is going to have owner='', group='', mode = 0600 Jan 16 01:53:42 puma udev[18505]: creating device node '/udev/sr0' ... Jan 16 01:57:07 puma udev[18779]: New device! Metrics: BUS='scsi', ID='72:0:0:0', KERNEL='sda' Jan 16 01:57:07 puma udev[18779]: name, 'sda' is going to have owner='', group='', mode = 0600 Jan 16 01:57:07 puma udev[18779]: creating device node '/udev/sda' ... Jan 16 01:57:18 puma udev[18791]: New device! Metrics: BUS='usb', ID='5-1:1.1', KERNEL='lp0' Jan 16 01:57:18 puma udev[18791]: name, 'lp0' is going to have owner='', group='', mode = 0600 Jan 16 01:57:18 puma udev[18791]: creating device node '/udev/lp0' I think this output is nice, easy to read and /etc/udev/rules oriented so, sooner or later, people will find it "natural". Thanks, Nuno Silva