Author: hselasky
Date: Sat Feb  1 06:58:16 2014
New Revision: 261343
URL: http://svnweb.freebsd.org/changeset/base/261343

Log:
  Add a comment about the origin of some structures, defines and so on.
  
  MFC after:    1 week

Modified:
  head/sys/dev/usb/input/wsp.c

Modified: head/sys/dev/usb/input/wsp.c
==============================================================================
--- head/sys/dev/usb/input/wsp.c        Sat Feb  1 02:03:50 2014        
(r261342)
+++ head/sys/dev/usb/input/wsp.c        Sat Feb  1 06:58:16 2014        
(r261343)
@@ -123,6 +123,25 @@ SYSCTL_INT(_hw_usb_wsp, OID_AUTO, scr_ho
 
 #define        WSP_IFACE_INDEX 1
 
+/*
+ * Some tables, structures, definitions and initialisation values for
+ * the touchpad protocol has been copied from Linux's
+ * "drivers/input/mouse/bcm5974.c" which has the following copyright
+ * holders under GPLv2. All device specific code in this driver has
+ * been written from scratch. The decoding algorithm is based on
+ * output from usbdump.
+ *
+ * Copyright (C) 2008      Henrik Rydberg ([email protected])
+ * Copyright (C) 2008      Scott Shawcroft ([email protected])
+ * Copyright (C) 2001-2004 Greg Kroah-Hartman ([email protected])
+ * Copyright (C) 2005      Johannes Berg ([email protected])
+ * Copyright (C) 2005      Stelian Pop ([email protected])
+ * Copyright (C) 2005      Frank Arnold ([email protected])
+ * Copyright (C) 2005      Peter Osterlund ([email protected])
+ * Copyright (C) 2005      Michael Hanselmann ([email protected])
+ * Copyright (C) 2006      Nicolas Boichat ([email protected])
+ */
+
 /* button data structure */
 struct bt_data {
        uint8_t unknown1;               /* constant */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to