Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] added input device rules to udev.rules and udev.rules.devfs | greg@kroah.com | |
2005-04-26 | [PATCH] udev - CALLOUT is PROGRAM now | kay.sievers@vrfy.org | |
replace CALLOUT by PROGRAM and fix old rule format | |||
2005-04-26 | [PATCH] oops, forgot to fix up the PROGRAM result from ID to RESULT in the ↵ | greg@kroah.com | |
config files. | |||
2005-04-26 | [PATCH] Add alsa device rules and a few other devfs rules. | greg@kroah.com | |
Thanks to Libor Klepac <elkropac@students.zcu.cz> for the information | |||
2005-04-26 | [PATCH] convert the default rules files to the new format. | greg@kroah.com | |
2005-04-26 | [PATCH] added dri rule to the default config file. | greg@kroah.com | |
2005-04-26 | [PATCH] add IGNORE rule type | christophe@saout.de | |
On Wed, Dec 31, 2003 at 11:24:53AM -0800, Greg KH wrote: > > There should be a possibility to tell udev not to create a device node. > > > > device-mapper: Usually set up by libdevmapper (or EVMS tools) which > > creates the device node on its own under /dev/mapper/<name>. > > > > With udev a second device is created named /dev/dm-<minor> which is not > > really needed. > > Good point. Ok, I'll agree with you. Care to make up a patch for this > kind of feature? Yes, I can try. There was no way to tell not to do anything so I created one. Errors are signalled via negative return values, so I thought that a positive, non-zero one could mean to ignore the device. I don't like it but perhaps you have a better solution. | |||
2005-04-26 | [PATCH] add cdrom rule for ide cdrom. | greg@kroah.com | |
Rule came from Kay | |||
2005-04-26 | [PATCH] move the config files to etc/udev to clean up main directory a bit. | greg@kroah.com | |