PERFORCE change 147332 for review

Hans Petter Selasky hselasky at FreeBSD.org
Wed Aug 13 19:55:24 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147332

Change 147332 by hselasky at hselasky_laptop001 on 2008/08/13 19:54:55

	
	There is only one Atmel UDP driver. Return success in the first case.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/controller/at91dci_atmelarm.c#7 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/controller/at91dci_atmelarm.c#7 (text+ko) ====

@@ -128,7 +128,7 @@
 at91_udp_probe(device_t dev)
 {
 	device_set_desc(dev, "AT91 integrated AT91_UDP controller");
-	return (BUS_PROBE_DEFAULT);
+	return (0);
 }
 
 static int


More information about the p4-projects mailing list