diff options
Diffstat (limited to 'docs/html/guide/developing')
-rw-r--r-- | docs/html/guide/developing/device.jd | 6 | ||||
-rw-r--r-- | docs/html/guide/developing/devices/emulator.jd | 6 |
2 files changed, 5 insertions, 7 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 diff --git a/docs/html/guide/developing/devices/emulator.jd b/docs/html/guide/developing/devices/emulator.jd index 8211275..02dcb68 100644 --- a/docs/html/guide/developing/devices/emulator.jd +++ b/docs/html/guide/developing/devices/emulator.jd @@ -480,7 +480,7 @@ on disk images, use <code>-help-disk-images</code>.</p> <td>Enable the root shell (as in <code>-shell</code> and specify the QEMU character device to use for communication with the shell.</td> <td><device> must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at - <a href="http://www.nongnu.org/qemu/qemu-doc.html#SEC10">http://www.bellard.org/qemu/qemu-doc.html#SEC10</a> + <a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html</a> for a list of device types. <p>Here are some examples: </p> @@ -619,7 +619,7 @@ scale in direct relationship with <delay> values.</p> <td>Use this command to emulate an NMEA-compatible GPS unit connected to an external character device or socket. The format of <code><device></code> must be QEMU-specific serial device specification. See the documentation for 'serial -dev' at - <a href="http://www.bellard.org/qemu/qemu-doc.html#SEC10">http://www.bellard.org/qemu/qemu-doc.html#SEC10</a>. + <a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html</a>. </td> </tr> <tr> @@ -638,7 +638,7 @@ scale in direct relationship with <delay> values.</p> <td>Redirect radio mode to the specified character device.</td> <td>The format of <code><device></code> must be QEMU-specific serial device specification. See the documentation for 'serial -dev' at -<a href="http://www.bellard.org/qemu/qemu-doc.html#SEC10">http://www.bellard.org/qemu/qemu-doc.html#SEC10</a>. +<a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html</a>. </td> </tr> <tr> |