On Tue, 2017-04-04 at 15:47 +0200, Johan Hovold wrote: > > cat /sys/bus/usb-serial/drivers/generic/new_id > > 0e8d 2000 > > You only enabled "0e8d 2000", you need to add also "0bb4 0c01" if you > want the driver to bind to that id. > Got it cat /sys/bus/usb-serial/drivers/generic/new_id 0e8d 2000 0bb4 0c01 # ll /dev/ttyUSB0 crw-rw----. 1 root dialout 188, 0 Apr 4 16:36 /dev/ttyUSB0 [110255.199557] usb 1-1: new high-speed USB device number 79 using xhci_hcd [110255.364361] usb 1-1: New USB device found, idVendor=0bb4, idProduct=0c01 [110255.364370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [110255.364375] usb 1-1: Product: Android [110255.364379] usb 1-1: Manufacturer: MediaTek [110255.364382] usb 1-1: SerialNumber: X560I1ZR5A241388 [110255.365642] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [110255.365653] usbserial_generic 1-1:1.0: Tell linux-usb@xxxxxxxxxxxxxxx to add your device to a proper driver. [110255.365659] usbserial_generic 1-1:1.0: generic converter detected [110255.366208] usb 1-1: generic converter now attached to ttyUSB0 Thanx! -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html