From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932584Ab2DTPhb (ORCPT ); Fri, 20 Apr 2012 11:37:31 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45017 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754928Ab2DTPh3 (ORCPT ); Fri, 20 Apr 2012 11:37:29 -0400 X-Sasl-enc: ydw2VssuvupH8UE1Zh+WGT00dtIuvmVL0Pwz/jdb4j07 1334936248 Date: Fri, 20 Apr 2012 08:37:27 -0700 From: Greg KH To: Wang YanQing , lkml , linux-usb@vger.kernel.org Subject: Re: [RFC]Is usb port number fixed? Message-ID: <20120420153727.GA29331@kroah.com> References: <20120420092525.GA12660@udknight> <20120420093738.GA12755@udknight> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120420093738.GA12755@udknight> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 20, 2012 at 05:37:38PM +0800, Wang YanQing wrote: > On Fri, Apr 20, 2012 at 05:25:25PM +0800, Wang YanQing wrote: > > Hi! > > when I execute the command below: > > > > "ls /sys/bus/usb/devices/" > > > > I get: > > "1-0:1.0 1-1 1-1:1.0 2-0:1.0 2-1 2-1.1 2-1:1.0 2-1.1:1.0 2-1.5 2-1.5:1.0 2-1.5:1.1 usb1 usb2" > > > > the output format is bus-port.port:config.interface > > I want to know whether the port number is fixed after I reboot machine time by time. > > And if it is fixed, then what make it. > > > > Thanks! > > Make the question precise. > I assme there are two usb ports in my notebook at left and right separately. > When I plug mouse into > left usb port, I get 2-1.1:1.0 > right usb port, I get 2-1.2:1.0 > > I want to know whether it is right that no matter how many times I reboot the machine, Not always. > the test result above will be the same.And if it will be the same, then why it will be the same. You got lucky :) USB ports on a hub are all enumerated the same, but the root hubs aren't, and sometimes hubs on the same bus are not as well. But usually, things do come up in the same way all the time, so depending on your use case, you can rely on this, but it is recommended that you look for something else a bit more unique, like a serial number on a device (if it is present), if you wish to uniquely identify a device all the time. good luck, greg k-h