svn commit: r262478 - head/sys/dev/usb/input

Hans Petter Selasky hselasky at FreeBSD.org
Tue Feb 25 09:34:30 UTC 2014


Author: hselasky
Date: Tue Feb 25 09:34:30 2014
New Revision: 262478
URL: http://svnweb.freebsd.org/changeset/base/262478

Log:
  Don't generate devd rules for WSP device ID's found in the ATP driver yet.
  
  MFC after:	2 weeks

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

Modified: head/sys/dev/usb/input/atp.c
==============================================================================
--- head/sys/dev/usb/input/atp.c	Tue Feb 25 08:37:06 2014	(r262477)
+++ head/sys/dev/usb/input/atp.c	Tue Feb 25 09:34:30 2014	(r262478)
@@ -509,7 +509,8 @@ static const struct wsp_dev_params wsp_d
 
 #define ATP_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
 
-static const STRUCT_USB_HOST_ID wsp_devs[] = {
+/* TODO: STRUCT_USB_HOST_ID */
+static const struct usb_device_id wsp_devs[] = {
 	/* MacbookAir1.1 */
 	ATP_DEV(APPLE, WELLSPRING_ANSI, WELLSPRING_DRIVER_INFO(WELLSPRING1)),
 	ATP_DEV(APPLE, WELLSPRING_ISO,  WELLSPRING_DRIVER_INFO(WELLSPRING1)),


More information about the svn-src-head mailing list