linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Cooper <thecoop@runbox.com>
To: linux-hotplug@vger.kernel.org
Subject: multiple /dev nodes for one device
Date: Fri, 18 Jun 2004 16:53:31 +0000	[thread overview]
Message-ID: <20040618175331.750b38f8.thecoop@runbox.com> (raw)

afaict atm udev doesnt allow you to create several dev nodes for one device. Ive got two problems caused by this:
1. my usb stick has got two partitions on it by default, without any udev rules applied to it I get the following:
/dev/sda - no fs on it, probably the device itself
/dev/sda1 - 123MB partition
/dev/sdb - 1.44MB partition
When applying the following rule:
BUS="usb", SYSFS{product}="USB DISK Pro    ", SYSFS{serial}="0745143C0356", NAME="usbstick"
i can only access the 123MB partition.

2. when applying udev rules to devices using nodes in /dev/input, the corresponding /dev/input/event* gets hosed in the process. This breaks my synaptics touchpad, whos driver uses direct event* lookup and removing other event nodes breaks it for some reason. I need to do this because if my usb mouse is plugged in on bootup it takes mouse0 otherwise it takes mouse2 which screws up my xorg.conf, which is the exact problem udev was meant to overcome.

Is there any way to specify multiple nodes for a device, apart from using kludgy direct name changes for the usb partitions, which could break with anyone using scsi disks for proper? Havent yet found a solution for the /dev/input nodes...

Simon Cooper
(cc to my address pls, not subscribed)


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2004-06-18 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-18 16:53 Simon Cooper [this message]
2004-06-18 17:13 ` multiple /dev nodes for one device Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040618175331.750b38f8.thecoop@runbox.com \
    --to=thecoop@runbox.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).