On Wed, Sep 25, 2024 at 12:26:35AM +0200, Lukas M. Oosthuizen wrote: > Can you please add the following device to a proper driver: > > */[ 149.554092] usb 1-1.4: new full-speed USB device number 3 using > xhci_hcd > [ 149.661456] usb 1-1.4: New USB device found, idVendor=19f5, > idProduct=3245, bcdDevice= 1.00 > [ 149.661476] usb 1-1.4: New USB device strings: Mfr=1, Product=2, > SerialNumber=3 > [ 149.661489] usb 1-1.4: Product: N32g43xCustm HID > [ 149.661499] usb 1-1.4: Manufacturer: NATIONS > [ 149.661508] usb 1-1.4: SerialNumber: N32g43x > [ 149.681694] input: NATIONS N32g43xCustm HID as > /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:19F5:3245.0001/input/input4 > [ 149.741001] hid-generic 0003:19F5:3245.0001: input,hidraw0: USB HID > v1.10 Keyboard [NATIONS N32g43xCustm HID] on usb-0000:01:00.0-1.4/input0 This appears to be a USB HID device and those would not be handled by USB serial. I think I saw someone posting a driver for a USB HID device recently, but not sure what happened to it. > [ 149.794848] usbcore: registered new interface driver cdc_acm > [ 149.794862] cdc_acm: USB Abstract Control Model driver for USB modems > and ISDN adapters > [ 187.072026] usbcore: registered new interface driver usbserial_generic > [ 187.072095] usbserial: USB Serial support registered for generic > [ 187.072186] usbserial_generic 1-1.4:1.1: The "generic" usb-serial > driver is only for testing and one-off prototypes. > [ 187.072199] usbserial_generic 1-1.4:1.1: Tell > linux-usb@xxxxxxxxxxxxxxx to add your device to a proper driver. > [ 187.072211] usbserial_generic 1-1.4:1.1: device has no bulk endpoints > [ 187.072268] usbserial_generic 1-1.4:1.2: The "generic" usb-serial > driver is only for testing and one-off prototypes. > [ 187.072278] usbserial_generic 1-1.4:1.2: Tell > linux-usb@xxxxxxxxxxxxxxx to add your device to a proper driver. > [ 187.072287] usbserial_generic 1-1.4:1.2: generic converter detected > [ 187.072943] usb 1-1.4: generic converter now attached to ttyUSB0/* > > */ > /* > > Please let me know if you require anything else from my side. Can you post the output of lsusb -v (or usb-devices) for this device? Johan