LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Usb > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: "Marc Reinig" <mreinig@p...>
    Date: Thu, 20 Nov 2003 07:24:39 -0800
    Subject: RE: [usb] a question about high speed usb enumeration
    Top

    It will be similar, except there will be a speed negotiation at the start.  However,  the exact sequence varies from OS to OS and version to version.  Never depend on the sequence of enumeration.  Just complete each command as they come to you, in whatever order they come.
     
    Marc Reinig
    System Solutions
    Windows Driver and Embedded Product Consulting
    -----Original Message-----
    From: owner-usb@o... [mailto:owner-usb@o...]On Behalf Of Zhu Xiaolin
    Sent: Thursday, November 20, 2003 1:00 AM
    To: usb@o...
    Subject: [usb] a question about high speed usb enumeration

    Hi,
     
    In full speed USB system(win2k or winxp),  I record some enumeration sequences from host like
        reset
        get device descriptor(40 bytes)
        reset
        set address
        get device descriptor(12 bytes)
        get configuration descriptor (9 bytes)
        get configuration descriptor (full length)
        get string descriptor
        set configuration
        set interface
     
    My question is, what is the enumeration sequence when a high speed device is pluged in a high
    speed host(win2k or winxp)?
     
    Thanks.
     
    Zhuxl

    ReferenceAuthor
    [usb] a question about high speed usb enumerationZhu Xiaolin

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.