diff options
author | Valentina Manea <valentina.manea.m@gmail.com> | 2014-03-08 14:53:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-08 22:50:24 -0800 |
commit | 04f7bb9d36d46ac25e2ec9d3a92252585a942385 (patch) | |
tree | a666e281abf1be0a43330bc06a9c9f3f77c187c3 /drivers | |
parent | 87f627f7bd87d077d04a3549b311c6f9a204aaaf (diff) | |
download | linux-04f7bb9d36d46ac25e2ec9d3a92252585a942385.tar.bz2 |
staging: usbip: userspace: add hwdata as optional dependency in README
This is an optional dependency since USB/IP can fully work without
it. However, it is needed to display device information such as
vendor.
Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/usbip/userspace/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/usbip/userspace/README b/drivers/staging/usbip/userspace/README index 6ead290f0d7f..f528ba462b5f 100644 --- a/drivers/staging/usbip/userspace/README +++ b/drivers/staging/usbip/userspace/README @@ -19,6 +19,10 @@ - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config +[Optional] + - hwdata + Contains USB device identification data. + [Install] 0. Generate configuration scripts. |