diff options
author | Stefan Tatschner <stefan.tatschner@gmail.com> | 2017-12-08 03:12:09 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-12 00:35:03 +0300 |
commit | 3ece7805105ef5967fd88547ac958c6d59329e9c (patch) | |
tree | 1c6dd6176fde58c9e98c4eb206fff8c8e55dc48a /Documentation/driver-api | |
parent | 45005b27c191826dd88622c1e35a9448d861af3b (diff) | |
download | linux-3ece7805105ef5967fd88547ac958c6d59329e9c.tar.xz |
Documentation/driver-api/usb: Replace dead link
This link is dead:
$ curl -vI http://usb.cs.tum.edu/usbdoc
* Could not resolve host: usb.cs.tum.edu
* Closing connection 0
curl: (6) Could not resolve host: usb.cs.tum.edu
I found the document somewhere else. Let's replace it.
Signed-off-by: Stefan Tatschner <stefan.tatschner@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/usb/writing_usb_driver.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/usb/writing_usb_driver.rst b/Documentation/driver-api/usb/writing_usb_driver.rst index 69f077dcdb78..4fe1c06b6a13 100644 --- a/Documentation/driver-api/usb/writing_usb_driver.rst +++ b/Documentation/driver-api/usb/writing_usb_driver.rst @@ -321,6 +321,6 @@ linux-usb-devel Mailing List Archives: http://marc.theaimsgroup.com/?l=linux-usb-devel Programming Guide for Linux USB Device Drivers: -http://usb.cs.tum.edu/usbdoc +http://lmu.web.psi.ch/docu/manuals/software_manuals/linux_sl/usb_linux_programming_guide.pdf USB Home Page: http://www.usb.org |