git: 9front

Download patch

ref: 92a3673365f22d02d940459bfd374b8a10dc68af
parent: b2f39879be06476ca5117a878c6dd5fdf85c8710
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jun 6 11:12:50 EDT 2020

devusb: print Hci.port as 64-bit uvlong

--- a/sys/src/9/port/devusb.c
+++ b/sys/src/9/port/devusb.c
@@ -716,7 +716,7 @@
 	 * modern machines have too many usb controllers to list on
 	 * the console.
 	 */
-	dprint("#u/usb/ep%d.0: %s: port 0x%luX irq %d\n",
+	dprint("#u/usb/ep%d.0: %s: port 0x%lluX irq %d\n",
 		epnb, hcitypes[cardno].type, hp->port, hp->irq);
 	epnb++;
 	return hp;
--