diff options
author | Joakim Lönnegren <joakimlonnegren@gmail.com> | 2020-03-12 17:13:55 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-04-07 13:43:55 -0600 |
commit | 19905fe667b6d91305bd1db0fe98358668866114 (patch) | |
tree | 1548ecd642d6507516949b15470c1f09601e70f3 /Documentation | |
parent | 2abf99b94c17405ae991aceedc7b3ca3e70ea299 (diff) | |
download | linux-19905fe667b6d91305bd1db0fe98358668866114.tar.bz2 |
Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation links
In writing_usb_driver.rst:
Remove link to https://www.qbik.ch/usb/devices/ since it seems to be inactive since 2013
Update link to linux-usb mailing list archive
Signed-off-by: Joakim Lönnegren <joakimlonnegren@gmail.com>
Link: https://lore.kernel.org/r/20200312201354.285839-1-joakimlonnegren@gmail.om
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/usb/writing_usb_driver.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/driver-api/usb/writing_usb_driver.rst b/Documentation/driver-api/usb/writing_usb_driver.rst index 4fe1c06b6a13..0b3d9ff221bb 100644 --- a/Documentation/driver-api/usb/writing_usb_driver.rst +++ b/Documentation/driver-api/usb/writing_usb_driver.rst @@ -314,11 +314,8 @@ http://www.linux-usb.org/ Linux Hotplug Project: http://linux-hotplug.sourceforge.net/ -Linux USB Working Devices List: -http://www.qbik.ch/usb/devices/ - -linux-usb-devel Mailing List Archives: -http://marc.theaimsgroup.com/?l=linux-usb-devel +linux-usb Mailing List Archives: +https://lore.kernel.org/linux-usb/ Programming Guide for Linux USB Device Drivers: http://lmu.web.psi.ch/docu/manuals/software_manuals/linux_sl/usb_linux_programming_guide.pdf |