Char devices and udev

2006-07-24 Thread Leonid Podolny
Hi, Either I'm missing something very obvious, or udev doesn't support generic (i.e. non-tty, non-dev-null, etc) character devices. Can it possibly be? As a matter of fact, I tried to compare the state of the /sys tree before and after the device registers itself and haven't seen any notable

Re: Char devices and udev

2006-07-24 Thread Muli Ben-Yehuda
On Mon, Jul 24, 2006 at 02:18:18PM +0300, Leonid Podolny wrote: Hi, Either I'm missing something very obvious, or udev doesn't support generic (i.e. non-tty, non-dev-null, etc) character devices. Can it possibly be? As a matter of fact, I tried to compare the state of the /sys tree before and

Re: Char devices and udev

2006-07-24 Thread Leonid Podolny
Muli Ben-Yehuda wrote: First, is your generic character device hooked into the object model and sysfs? if yes, udev might create device nodes for it automatically. If not, that's the first thing to fix. Apparently, it isn't, as I didn't explicitly handle it. Frankly, I always thought that