From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753514Ab2DTJZX (ORCPT ); Fri, 20 Apr 2012 05:25:23 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:64110 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799Ab2DTJZV (ORCPT ); Fri, 20 Apr 2012 05:25:21 -0400 Date: Fri, 20 Apr 2012 17:25:25 +0800 From: Wang YanQing To: lkml Cc: linux-usb@vger.kernel.org Subject: [RFC]Is usb port number fixed? Message-ID: <20120420092525.GA12660@udknight> Mail-Followup-To: Wang YanQing , lkml , linux-usb@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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!