Quixun QRS-UT100B

買って以来ほったらかしだったのを、箱から出して刺してみた。

ugen3.2:  at usbus3
Unknown USB device: vendor 0x1738 product 0x5211 bus uhub3

$ usbconfig -u 3 -a 2 dump_device_desc
ugen3.2:  at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x0000
  bDeviceSubClass = 0x0000
  bDeviceProtocol = 0x0000
  bMaxPacketSize0 = 0x0040
  idVendor = 0x1738
  idProduct = 0x5211
  bcdDevice = 0x0001
  iManufacturer = 0x0010  
  iProduct = 0x0020  
  iSerialNumber = 0x0000  
  bNumConfigurations = 0x0001

初期化前のvendor/productはHDUSと同じなのね。
続けてas11loader実行。firmwareのファイルは、MTVHDU_080701_Drv/SKNET_AS11Loader.sysをそのまま使った。さて。

$ as11loader /dev/ugen3.2

ugen3.2:  at usbus3 (disconnected)
ugen3.2:  at usbus3
Unknown USB device: vendor 0x3275 product 0x7020 bus uhub3

$ usbconfig -u 3 -a 2 dump_curr_config_desc
ugen3.2:  at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON


 Configuration index 0

    bLength = 0x0009
    bDescriptorType = 0x0002
    wTotalLength = 0x0030
    bNumInterfaces = 0x0002
    bConfigurationValue = 0x0001
    iConfiguration = 0x0030  
    bmAttributes = 0x0080
    bMaxPower = 0x00f9

    Interface 0
      bLength = 0x0009
      bDescriptorType = 0x0004
      bInterfaceNumber = 0x0000
      bAlternateSetting = 0x0000
      bNumEndpoints = 0x0002
      bInterfaceClass = 0x00ff
      bInterfaceSubClass = 0x00ff
      bInterfaceProtocol = 0x00ff
      iInterface = 0x0020  

     Endpoint 0
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0081
        bmAttributes = 0x0002
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000

     Endpoint 1
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0082
        bmAttributes = 0x0002
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000


    Interface 1
      bLength = 0x0009
      bDescriptorType = 0x0004
      bInterfaceNumber = 0x0001
      bAlternateSetting = 0x0000
      bNumEndpoints = 0x0001
      bInterfaceClass = 0x00ff
      bInterfaceSubClass = 0x00ff
      bInterfaceProtocol = 0x00ff
      iInterface = 0x0040  

     Endpoint 0
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0083
        bmAttributes = 0x0001
        wMaxPacketSize = 0x0000
        bInterval = 0x0001
        bRefresh = 0x0000
        bSynchAddress = 0x0000