From mboxrd@z Thu Jan 1 00:00:00 1970 From: mandeepsandhu.chd@gmail.com (Mandeep Sandhu) Date: Tue, 26 Apr 2011 18:35:58 +0530 Subject: thinking of updating the canonical online udev document In-Reply-To: <20110426125445.GA6272@kroah.com> References: <20110426125445.GA6272@kroah.com> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org > That doc could almost be removed entirely now, as no one should need to > mess with udev rules "by hand" anymore thanks to devtmpfs and the > default udev rules that are in all distros (with one notable exception.) > > What is your goal in redoing this? ?Why would a user/developer ever need > to mess with udev on their own anymore? Well, I would! :) We're working on an embedded platform and can't use a complete distro. But we still want some good-bits from the desktop world, to be available for our system. And udev is one such thing we're trying to use (for USB plug and play kind of a feature). Apart from having a custom vendor-supplied kernel, pretty much everything else in the user-space has to be "hand-coded" by us. Or is there another 'convenient' alternative? Thanks, -mandeep