Summary: | Please add ConsoleKit rule for Android USB debugging | ||
---|---|---|---|
Product: | ConsoleKit | Reporter: | Luke Hutchison <luke.hutch> |
Component: | PAM module | Assignee: | william.jon.mccann |
Status: | RESOLVED INVALID | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Luke Hutchison
2008-10-29 06:39:35 UTC
Hmm, it appears this is not the right place for this bug, based on the fact that hal installs files in /usr/share/hal/fdi/policy/10osvendor, and everything else is supposed to put rules in .../20thirdparty on an as-needed basis. For reference, the working rule is: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.subsystem" contains="usb_device"> <match key="usb_device.vendor_id" int="0x0bb4"> <match key="usb_device.product_id" int="0x0c02"> <append key="info.capabilities" type="strlist">access_control</append> <merge key="access_control.type" type="string">pda</merge> <merge key="access_control.file" type="copy_property">linux.device_file</merge> </match> </match> </match> </device> </deviceinfo> Closing the bug. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.