Description
( related to issue 273)
i am trying to test the example 08 (usb keyboard)
i have a raspberry pi official keyboard
- when i plug the keyboard, it seems to be correctly detected
- in the other issue, i had to add "usbignore=int3-1-1"
when i add it, the mouse works but the keyboard not
when i dont add it, the keyboard work, but not the mouse
this is because the keyboard is using interface int3-1-1
there is the log when i connect my keyboard:
usbdev1-2: Device ven5e3-610, dev9-0-2 found
usbdev1-2: product : usb2.0 hub
usbdev1-2: interface int9-0-1 found
usbdev1-2: function is not supported
usbdev1-2: interface int9-0-2 found
usbdev1-2: using device/interface int9-0-2
usbdev1-2-1: Device ven4d9-6 found
usbdev1-2-1: Product: RPI Wired Keyboard 2
usbdev1-2-1: interface int3-1-1 found
usbdev1-2-1: usign device/interface int3-1-1
usbdev1-2-1: interface int3-0-0 found
usbdev1-2-1: usign device/interface int3-0-0
usbhub: Port 1: Device configured
usbhub: Port 2: Device configured
is it possible to have a patch, to tell the usbstack to ignore the int3-1-1 for the mouse only, but use it when it is for a keyboard ?