diff options
author | Scott Main <smain@google.com> | 2012-01-10 12:58:03 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-10 12:58:03 -0800 |
commit | f6f793c4ac3670d40a5a38f40388124ddca56cf9 (patch) | |
tree | 92f7d39980ae034c5156ff9ed4bd40bd44eb4531 /docs/html/guide/developing/device.jd | |
parent | 5437c220e239dc6276942990bc81c1388cfb176c (diff) | |
parent | 5a3e67c7811d4a7906548e113561cd1e901de9e2 (diff) | |
download | frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.zip frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.gz frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.bz2 |
am 5a3e67c7: am d1186cd5: Merge "docs: fix broken links in .jd docs" into ics-mr1
* commit '5a3e67c7811d4a7906548e113561cd1e901de9e2':
docs: fix broken links in .jd docs
Diffstat (limited to 'docs/html/guide/developing/device.jd')
-rw-r--r-- | docs/html/guide/developing/device.jd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 62ebfee..c4d08ed 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -79,10 +79,8 @@ located in <strong>Settings > Developer options</strong>).</p> <a href="{@docRoot}sdk/oem-usb.html">OEM USB Drivers</a> document.</li> <li>If you're developing on Mac OS X, it just works. Skip this step.</li> - <li>If you're developing on Ubuntu Linux, you need to add a <a -href="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"> -<code>udev</code></a> -rules file that contains a USB configuration for each type of device + <li>If you're developing on Ubuntu Linux, you need to add a +<code>udev</code> rules file that contains a USB configuration for each type of device you want to use for development. In the rules file, each device manufacturer is identified by a unique vendor ID, as specified by the <code>ATTR{idVendor}</code> property. For a list of vendor IDs, see <a |