Bug 268455 - USB smart card reader InfoThink USB Readerr keeps disconnecting and reconnecting again
Summary: USB smart card reader InfoThink USB Readerr keeps disconnecting and reconnect...
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: 13.1-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-usb (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-19 07:21 UTC by Yuri Victorovich
Modified: 2022-12-27 15:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-12-19 07:21:33 UTC
When this device is connected, kernel begins to print this:
Dec 18 23:18:17 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 
Dec 18 23:18:26 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 (disconnected)
Dec 18 23:18:27 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 
Dec 18 23:18:37 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 (disconnected)
Dec 18 23:18:37 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7
Dec 18 23:18:46 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 (disconnected)
Dec 18 23:18:47 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7
Dec 18 23:18:57 yv kernel: ugen7.3: <InfoThink USB Readerr> at usbus7 (disconnected)


'sudo usbconfig dump_all_desc' shows this info for this device:

ugen7.3: <InfoThink USB Readerr> at usbus7, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0110 
  bDeviceClass = 0x0000  <Probed by interface class>
  bDeviceSubClass = 0x0000 
  bDeviceProtocol = 0x0000 
  bMaxPacketSize0 = 0x0008 
  idVendor = 0x1403 
  idProduct = 0x7506 
  bcdDevice = 0x0008 
  iManufacturer = 0x0001  <retrieving string failed>
  iProduct = 0x0002  <retrieving string failed>
  iSerialNumber = 0x0003  <retrieving string failed>
  bNumConfigurations = 0x0001 

 Configuration index 0

    bLength = 0x0009 
    bDescriptorType = 0x0002 
    wTotalLength = 0x005d 
    bNumInterfaces = 0x0001 
    bConfigurationValue = 0x0001 
    iConfiguration = 0x0000  <no string>
    bmAttributes = 0x0080 
    bMaxPower = 0x0032 

    Interface 0
      bLength = 0x0009 
      bDescriptorType = 0x0004 
      bInterfaceNumber = 0x0000 
      bAlternateSetting = 0x0000 
      bNumEndpoints = 0x0003 
      bInterfaceClass = 0x000b  <Smart card>
      bInterfaceSubClass = 0x0000 
      bInterfaceProtocol = 0x0000 
      iInterface = 0x0000  <no string>

      Additional Descriptor

      bLength = 0x36
      bDescriptorType = 0x21
      bDescriptorSubType = 0x10
       RAW dump: 
       0x00 | 0x36, 0x21, 0x10, 0x01, 0x00, 0x01, 0x03, 0x00, 
       0x08 | 0x00, 0x00, 0xa0, 0x0f, 0x00, 0x00, 0xa0, 0x0f, 
       0x10 | 0x00, 0x00, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00, 
       0x18 | 0x2a, 0x00, 0x00, 0x15, 0xfe, 0x00, 0x00, 0x00, 
       0x20 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
       0x28 | 0xba, 0x07, 0x04, 0x00, 0x11, 0x01, 0x00, 0x00, 
       0x30 | 0xff, 0xff, 0x00, 0x00, 0x00, 0x01


     Endpoint 0
        bLength = 0x0007 
        bDescriptorType = 0x0005 
        bEndpointAddress = 0x0081  <IN>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0040 
        bInterval = 0x0000 
        bRefresh = 0x0000 
        bSynchAddress = 0x0000 

     Endpoint 1
        bLength = 0x0007 
        bDescriptorType = 0x0005 
        bEndpointAddress = 0x0002  <OUT>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0040 
        bInterval = 0x0000 
        bRefresh = 0x0000 
        bSynchAddress = 0x0000 

     Endpoint 2
        bLength = 0x0007 
        bDescriptorType = 0x0005 
        bEndpointAddress = 0x0083  <IN>
        bmAttributes = 0x0003  <INTERRUPT>
        wMaxPacketSize = 0x0008 
        bInterval = 0x0018 
        bRefresh = 0x0000 
        bSynchAddress = 0x0000
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-12-24 04:09:50 UTC
> STABLE

uname -aKU

— plus any other information that might be relevant: 

* other USB devices, including hubs
* and so on.

Thank you.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2022-12-24 04:52:09 UTC
$ uname -aKU
FreeBSD yv.noip.me 13.1-STABLE FreeBSD 13.1-STABLE #0 stable/13-n253229-dd7b7807c32a: Mon Dec  5 05:36:40 PST 2022     unknown@nohost.com:/usr/obj/disk-samsung/freebsd-src/amd64.amd64/sys/GENERIC amd64 1301509 1301509

No other USB devices of interest, only mouse/keyboard.
No USB hubs.