Closed jo-so closed 1 month ago
From lsusb:
Bus 003 Device 010: ID 0e79:303e Archos, Inc. MT65xx Android Phone Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 [unknown] bDeviceSubClass 0 [unknown] bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x0e79 Archos, Inc. idProduct 0x303e MT65xx Android Phone bcdDevice 2.55 iManufacturer 2 MediaTek iProduct 3 MT65xx Android Phone iSerial 4 KVJRWC79EMIF9HIR bNumConfigurations 1
I've added
SUBSYSTEM=="usb", ATTR{idVendor}=="0e79", ATTR{idProduct}=="303e", ENV{adb_user}="yes"
to my udev-rules (28.0.2) and it works.
Thanks, added.
From lsusb:
I've added
to my udev-rules (28.0.2) and it works.