PERFORCE change 118752 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Apr 24 20:15:54 UTC 2007


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

Change 118752 by hselasky at hselasky_mini_itx on 2007/04/24 20:15:13

	Compile fix.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/umodem.c#19 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/umodem.c#19 (text+ko) ====

@@ -900,7 +900,7 @@
 }
 
 static void *
-umodem_get_desc(struct usbd_device *udev, u_int8_t type, u_int8_t subtype)
+umodem_get_desc(struct usb_attach_arg *uaa, u_int8_t type, u_int8_t subtype)
 {
 	return
 	  usbd_find_descriptor(uaa->device, uaa->iface_index, type, subtype);


More information about the p4-projects mailing list