Hello,
I am facing the issue in usb 2.0.When I am connecting the optical mouse I am getting connecting-disconnecting logs continously. Logs are as follows-
[13681.207519] usb 1-1: USB disconnect, device number 3
[13682.708007] usb 1-1: new low-speed USB device number 4 using xhci-hcd
[13682.735382] usb 1-1: New USB device found, idVendor=046d, idProduct=c05a
[13682.742553] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[13682.750152] usb 1-1: Product: USB Optical Mouse
[13682.755004] usb 1-1: Manufacturer: Logitech
[13682.760101] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[13682.777496] input: Logitech USB Optical Mouse as /devices/ocp.2/488c0000.omap_dwc3/488d0000.dwc3/xhci-hcd.1.auto/usb1/1-1/1-1:1.0/input/input1
[13682.791900] hid-generic 0003:046D:C05A.0002: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.1.auto-1/input0
[13742.811004] usb 1-1: USB disconnect, device number 4
[13744.309570] usb 1-1: new low-speed USB device number 5 using xhci-hcd
[13744.336853] usb 1-1: New USB device found, idVendor=046d, idProduct=c05a
[13744.343994] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[13744.351654] usb 1-1: Product: USB Optical Mouse
[13744.356475] usb 1-1: Manufacturer: Logitech
[13744.361450] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[13744.379791] input: Logitech USB Optical Mouse as /devices/ocp.2/488c0000.omap_dwc3/488d0000.dwc3/xhci-hcd.1.auto/usb1/1-1/1-1:1.0/input/input2
[13744.394683] hid-generic 0003:046D:C05A.0003: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.1.auto-1/input0
The 1st logs comes when we connect any usb and 2nd comes when we disconnect any .In case of pen drive when I connect it , I am getting 1st(connecting) logs and when I disconnect it, I receive 2nd(disconnecting) logs.
But when I connect any mouse I am getting 1st and 2nd(connecting-disconnecting) both logs continously.
Thanks
Abhi