public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Razvan Gavril <razvan.g@plutohome.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: USB & Sysfs Question ( posible issue )
Date: Mon, 26 Jun 2006 23:28:32 -0700	[thread overview]
Message-ID: <20060627062832.GA27942@kroah.com> (raw)
In-Reply-To: <44A002C3.9000807@plutohome.com>

On Mon, Jun 26, 2006 at 06:52:35PM +0300, Razvan Gavril wrote:
> If i had a usb-serial device in linux, i can/could find a symlink in 
> /sys/bus/usb-serial/devices named ttyUSBX that is/was pointing to 
> another sysfs directory, which is in /sys/device. The directory in the 
> /device looked something like this : 
> /devices/pci0000:00/0000:00:02.0/usb1/1-3/1-3:1.0/ttyUSBX . As far i 
> could figure out the '... usb1/1-3/...' part from the path means that 
> the device is connected to the port 3 of the 1st usb controler.

Close, but not quite, as you soon discover:

> I used this for a long of time to uniquely identify phisical usb ports 
> from a computer, when upgrading to 2.6.17, something strange started to 
> happen: even if i didn't remove the usb device from a specified port of 
> a the computer, sometimes when rebooting the usb controlers changed 
> their numbers in sysfs. A device that was before the reboot 
> '...usb1/1-3/...' can be now ' ...usb2/2-3...' or '...usb4/4-3...'.
> 
> The main idea is that an usb port can't no loger be identified only by 
> looking on it's sysfs path. Is this a normal behavior ? I'm asking this 
> as i didn't get this numbering change when using older 2.6 kernel.

The first number is just the number of the USB bus.  That bus number is
simply incremented based on a new USB bus being created.  So, if you
load the USB controller drivers into the kernel in a different order,
you get different bus numbering.

I suggest going one step further up the device chain to the PCI device
itself.  Use the pci device number, as that is bit of a more stable
number (but be aware that it can change across reboots, and bios
upgrades have a tendancy to reorder things, and then there's the mess of
pci hotplug systems...)

Ideally, to solve this problem the best, you would just look at the
unique serial number in your usb-serial device, but unfortunatly, a lot
of them are not unique.  Is this the case for yours?

thanks,

greg k-h

      reply	other threads:[~2006-06-27  6:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-26 15:52 USB & Sysfs Question ( posible issue ) Razvan Gavril
2006-06-27  6:28 ` Greg KH [this message]

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=20060627062832.GA27942@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=razvan.g@plutohome.com \
    /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