From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Date: Wed, 13 Aug 2008 01:53:15 +0000 Subject: Re: default udev rules Message-Id: <48A23E8B.2030002@zytor.com> List-Id: References: <1218277281.31266.32.camel@lgn.site> In-Reply-To: <1218277281.31266.32.camel@lgn.site> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Kay Sievers wrote: > > Sure, but how would we handle the bugs we create by renaming: > /sys/class/input/mouse0/ > to > /sys/class/input/input!mouse0/ > > Add another file with a suggested name and perms to sysfs? :) > Well, first of all, please actually implement the ! -> / convention (we convert / to ! in sysfs by necessity; udev needs to undo this)... -hpa