Jump to content

ADB ubuntu udev rules


Guest twon

Recommended Posts

Just need to confirm a couple of things about udev rules and adb on ubuntu 10.10

here is my udev rule;

71-android.rules

SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", MODE="0666"

works fine

anyone know the correct syntax to add multiple usb vendors to the udev rules because this will only work with htc devices, am i right? or am i going to have to add multiple udev rules for each usb vendor?

Link to comment
Share on other sites

Just need to confirm a couple of things about udev rules and adb on ubuntu 10.10

here is my udev rule;

71-android.rules

SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", MODE="0666"

works fine

anyone know the correct syntax to add multiple usb vendors to the udev rules because this will only work with htc devices, am i right? or am i going to have to add multiple udev rules for each usb vendor?

I think you are heading in the right direction. To add udev rules you need to edit a file but not sure what entry to add for vega. Must admit gave up and managed to get it working in W7-32, I know such a sin

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.