svn commit: r331159 - stable/11/sys/dev/usb/input

Eitan Adler eadler at FreeBSD.org
Mon Mar 19 03:06:28 UTC 2018


Author: eadler
Date: Mon Mar 19 03:06:27 2018
New Revision: 331159
URL: https://svnweb.freebsd.org/changeset/base/331159

Log:
  MFC r304725:
  
  Bring datasheet URL up to date.

Modified:
  stable/11/sys/dev/usb/input/uep.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/usb/input/uep.c
==============================================================================
--- stable/11/sys/dev/usb/input/uep.c	Mon Mar 19 03:04:19 2018	(r331158)
+++ stable/11/sys/dev/usb/input/uep.c	Mon Mar 19 03:06:27 2018	(r331159)
@@ -29,7 +29,7 @@
  */
 
 /*
- *  http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_v2.0.pdf
+ *  http://www.eeti.com.tw/pdf/Software%20Programming%20Guide_v2.0.pdf
  */
 
 #include <sys/param.h>


More information about the svn-src-stable mailing list