Hans Petter Selasky wrote:

On Monday 13 July 2009 04:25:57 Greg Miller wrote:
My Adesso combo device now works as a keyboard with the USB stack on
8.0, but the touchpad is not recognized as a mouse device. What
information do I need to provide in order to help with support for this
device?

We need the USB configuration descriptor at least:

usbconfig -u XXX -a YYY dump_device_desc dump_curr_config_desc

XXX and YYY are the numbers after ugenXXX.YYY.

--HPS



Script started on Mon Jul 13 13:28:12 2009
[0] /home/greg # usbconfig -u 2 -a 2 dump_device_desc dump_curr_config_desc ugen2.2: <GlidePoint Cirque> at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0110
  bDeviceClass = 0x0000
  bDeviceSubClass = 0x0000
  bDeviceProtocol = 0x0000
  bMaxPacketSize0 = 0x0008
  idVendor = 0x0488
  idProduct = 0x00df
  bcdDevice = 0x0350
  iManufacturer = 0x0001  <Cirque>
  iProduct = 0x0002  <GlidePoint>
  iSerialNumber = 0x0000  <no string>
  bNumConfigurations = 0x0001


 Configuration index 0

    bLength = 0x0009
    bDescriptorType = 0x0002
    wTotalLength = 0x0022
    bNumInterfaces = 0x0001
    bConfigurationValue = 0x0001
    iConfiguration = 0x0004  <GlidePoint>
    bmAttributes = 0x00a0
    bMaxPower = 0x0031

    Interface 0
      bLength = 0x0009
      bDescriptorType = 0x0004
      bInterfaceNumber = 0x0000
      bAlternateSetting = 0x0000
      bNumEndpoints = 0x0001
      bInterfaceClass = 0x0003
      bInterfaceSubClass = 0x0001
      bInterfaceProtocol = 0x0001
      iInterface = 0x0005  <GlidePoint>

      Additional Descriptor

      bLength = 0x09
      bDescriptorType = 0x21
      bDescriptorSubType = 0x10
       RAW dump:
       0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0xa5,
       0x08 | 0x00

     Endpoint 0
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0081
        bmAttributes = 0x0003
        wMaxPacketSize = 0x0008
        bInterval = 0x000a
        bRefresh = 0x0000
        bSynchAddress = 0x0000



[0] /home/greg # exit
exit

Script done on Mon Jul 13 13:28:59 2009


--
http://www.velocityvector.com/ | http://www.classic-games.com/
     Any government that can give you everything you want
                 can take everything you have.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to