From 7ec9e02cbfde5da5a89eab496ca66d773ebe2c71 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Fri, 12 Aug 2011 15:12:06 -0700 Subject: [PATCH] docs: fix for bug 5057581 Change-Id: I0f0fafe879e750d810137fa99f87d3097f0f30ef --- docs/html/guide/topics/usb/host.jd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/html/guide/topics/usb/host.jd b/docs/html/guide/topics/usb/host.jd index 4967033a599db..b561754451595 100644 --- a/docs/html/guide/topics/usb/host.jd +++ b/docs/html/guide/topics/usb/host.jd @@ -135,7 +135,9 @@ page.title=USB Host devices that you want to filter. The following list describes the attributes of <usb-device>. In general, use vendor and product ID if you want to filter for a specific device and use class, subclass, and protocol if you want to filter for a group - of USB devices, such as mass storage devices or digital cameras.

+ of USB devices, such as mass storage devices or digital cameras. You can specify none or + all of these attributes. Specifying no attributes matches every USB device, so only do this + if your application requires it: