Olaf Hering 2dab3cabc4 [WATCHDOG] correct sysfs name for watchdog devices
While looking for possible candidates for our udev.rules package,
I found a few odd ->name properties. /dev/watchdog has minor 130
according to devices.txt. Since all watchdog drivers use the
misc_register() call, they will end up in /sys/class/misc/$foo.
udev may create the /dev/watchdog node if the driver is loaded.
I dont have such a device, so I cant test it.
The drivers below provide names with spaces and even with / in it.
Not a big deal, but apps may expect /dev/watchdog.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2005-09-03 13:51:18 +02:00
..
2005-07-30 09:47:53 -05:00
2005-08-26 19:37:12 -07:00
2005-08-29 15:31:14 -07:00
2005-08-10 11:03:02 -07:00
2005-04-16 15:20:36 -07:00
2005-09-01 10:50:29 -07:00
2005-06-21 18:46:32 -07:00
2005-04-16 15:20:36 -07:00