Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2010 14:57:15 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 182089 for review
Message-ID:  <201008081457.o78EvFuB013377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@182089?ac=10

Change 182089 by hselasky@hselasky_laptop001 on 2010/08/08 14:56:45

	USB drivers:
		- fix typo and add missed patch
	
	PR:		usb/125736

Affected files ...

.. //depot/projects/usb/src/sys/dev/if_ndis/if_ndis_usb.c#26 edit
.. //depot/projects/usb/src/sys/dev/usb/input/atp.c#8 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/if_ndis/if_ndis_usb.c#26 (text+ko) ====

@@ -107,6 +107,7 @@
 static devclass_t ndis_devclass;
 
 DRIVER_MODULE(ndis, uhub, ndis_driver, ndis_devclass, ndisdrv_modevent, 0);
+MODULE_VERSION(ndis, 1);
 
 static int
 ndisusb_devcompare(interface_type bustype, struct ndis_usb_type *t, device_t dev)

==== //depot/projects/usb/src/sys/dev/usb/input/atp.c#8 (text+ko) ====

@@ -2222,4 +2222,4 @@
 
 DRIVER_MODULE(atp, uhub, atp_driver, atp_devclass, NULL, 0);
 MODULE_DEPEND(atp, usb, 1, 1, 1);
-MODULE_VErSION(atp, 1);
+MODULE_VERSION(atp, 1);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008081457.o78EvFuB013377>