usb/180657: [PATCH] Filco Majestouch 2 keyboard recognized as keyboard and mouse

Yamagi Burmeister yamagi at yamagi.org
Tue Jul 23 15:30:03 UTC 2013


The following reply was made to PR usb/180657; it has been noted by GNATS.

From: Yamagi Burmeister <yamagi at yamagi.org>
To: hps at bitfrost.no
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: usb/180657: [PATCH] Filco Majestouch 2 keyboard recognized as
 keyboard and mouse
Date: Tue, 23 Jul 2013 17:27:29 +0200

 On Tue, 23 Jul 2013 17:23:50 +0200
 Hans Petter Selasky <hps at bitfrost.no> wrote:
 
 > This is not the same device that you dumped the configuration descriptor 
 > for. VID and PID values changed. Could you try:
 > 
 > usbconfig -d 3.3 dump_curr_config_desc
 > 
 > Thank you!
 > 
 > --HPS
 > 
 
 Here you are:
 
 ugen3.3: <USB Keyboard vendor 0x04d9> at usbus3, cfg=0 md=HOST spd=LOW
 (1.5Mbps) pwr=ON (100mA)
 
 
  Configuration index 0
 
     bLength = 0x0009 
     bDescriptorType = 0x0002 
     wTotalLength = 0x003b 
     bNumInterfaces = 0x0002 
     bConfigurationValue = 0x0001 
     iConfiguration = 0x0000  <no string>
     bmAttributes = 0x00a0 
     bMaxPower = 0x0032 
 
     Interface 0
       bLength = 0x0009 
       bDescriptorType = 0x0004 
       bInterfaceNumber = 0x0000 
       bAlternateSetting = 0x0000 
       bNumEndpoints = 0x0001 
       bInterfaceClass = 0x0003 
       bInterfaceSubClass = 0x0001 
       bInterfaceProtocol = 0x0001 
       iInterface = 0x0000  <no string>
 
       Additional Descriptor
 
       bLength = 0x09
       bDescriptorType = 0x21
       bDescriptorSubType = 0x10
        RAW dump: 
        0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0x3e, 
        0x08 | 0x00
 
      Endpoint 0
         bLength = 0x0007 
         bDescriptorType = 0x0005 
         bEndpointAddress = 0x0081  <IN>
         bmAttributes = 0x0003  <INTERRUPT>
         wMaxPacketSize = 0x0008 
         bInterval = 0x0001 
         bRefresh = 0x0000 
         bSynchAddress = 0x0000 
 
 
     Interface 1
       bLength = 0x0009 
       bDescriptorType = 0x0004 
       bInterfaceNumber = 0x0001 
       bAlternateSetting = 0x0000 
       bNumEndpoints = 0x0001 
       bInterfaceClass = 0x0003 
       bInterfaceSubClass = 0x0001 
       bInterfaceProtocol = 0x0002 
       iInterface = 0x0000  <no string>
 
       Additional Descriptor
 
       bLength = 0x09
       bDescriptorType = 0x21
       bDescriptorSubType = 0x10
        RAW dump: 
        0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0xa6, 
        0x08 | 0x00
 
      Endpoint 0
         bLength = 0x0007 
         bDescriptorType = 0x0005 
         bEndpointAddress = 0x0082  <IN>
         bmAttributes = 0x0003  <INTERRUPT>
         wMaxPacketSize = 0x0008 
         bInterval = 0x0001 
         bRefresh = 0x0000 
         bSynchAddress = 0x0000
 
 -- 
 Homepage:  www.yamagi.org
 XMPP:      yamagi at yamagi.org
 GnuPG/GPG: 0xEFBCCBCB


More information about the freebsd-usb mailing list