lsusbが部分的に失敗しました。 USBバスやコマンドに問題がありますか?

lsusbが部分的に失敗しました。 USBバスやコマンドに問題がありますか?

何ですか

構成記述子 0 を取得できません。一部の情報が失われます。

意味は?ホストはデバイスから記述子を取得できませんか?それともlsusb、コマンドはその情報を取得できませんか?強制構成記述子が正常に失われない場合、デバイスは確実に正常に列挙できません!

コンテキスト:これは私が現在プログラムしているUSB 3.0デバイスです。 2つの異なるスピーカーチャンネル(それぞれ同期非同期エンドポイントを持つ再生および録音インターフェース)として表示する必要があります。 Windows 7 64ビットでは、デバイスが正常に列挙されます。

システム:Ubuntu 13.04 64ビット。

sw3@pc90313-sw3:/dev/bus/usb/004$ sudo lsusb -D 009
[sudo] password for sw3: 
Device: ID aaaa:bbbb  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0xaaaa 
  idProduct          0xbbbb 
  bcdDevice            0.01
  iManufacturer           1 Cypress
  iProduct                2 FX3
  iSerial                 0 
  bNumConfigurations      1
Couldn't get configuration descriptor 0, some information will be missing
Couldn't get configuration descriptor 0, some information will be missing
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           22
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000002
      Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           0 micro seconds
    bU2DevExitLat           0 micro seconds
Device Status:     0x0000
  (Bus Powered)

ベストアンサー1

おすすめ記事