M0Rf30 / android-udev-rules

Android udev rules list aimed to be the most comprehensive on the net
GNU General Public License v3.0
1.19k stars 440 forks source link

Add Archos 79 Xenon #331

Closed jo-so closed 1 month ago

jo-so commented 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.

M0Rf30 commented 1 month ago

Thanks, added.