Re: modalias char-major-10-130

2013-10-21 Thread Jean Delvare
Hi Wim, Sorry for the very very late reply :( Le Friday 05 July 2013 à 22:53 +0200, Wim Van Sebroeck a écrit : > Hi Jean, > > > All watchdog drivers include: > > > > MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); > > > > which causes a modalias char-major-10-130 to be added to every watchdog > > driver

Re: modalias char-major-10-130

2013-07-05 Thread Wim Van Sebroeck
Hi Jean, > All watchdog drivers include: > > MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); > > which causes a modalias char-major-10-130 to be added to every watchdog > driver module. As a result, any access to /dev/watchdog on a system with > no watchdog driver loaded and working will result in an atte

Re: modalias char-major-10-130

2013-07-05 Thread Guenter Roeck
On Wed, Jul 03, 2013 at 02:33:23PM +0200, Jean Delvare wrote: > Hi Wim, > > All watchdog drivers include: > > MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); > > which causes a modalias char-major-10-130 to be added to every watchdog > driver module. As a result, any access to /dev/watchdog on a system wi