Comment 25 for bug 316215

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: [Bug 316215] Re: rule to enable use of android's adb

On Sat, Nov 14, 2009 at 05:29:17PM -0000, Scott James Remnant wrote:
> I think it's just a matter of adding this directly to 70-acl.rules,
> there's unlikely to be many devices in this case, so we can just put
> them in like we do for fingerprint readhers, etc. already.
>
> Maybe something like
>
> # smart phones
> SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0c02", ENV{ACL_MANAGE}="1"
>
> If that works, then I'll submit a patch upstream

Confirmed, that works fine with my G1.

I thought we might want some indirection there because there is more than
one device and the list will grow, but if you think it's OK to put it
directly into 70-acl.rules, then great.

--
 - mdz