Minor - increase debug level of some USB debug statements.
[seabios.git] / src / usb.c
index 7d4520ea8b32a752850a434c7b4fdcece59ff062..710899166cf12ca7f153c818ba7c0630c299c036 100644 (file)
--- a/src/usb.c
+++ b/src/usb.c
@@ -148,7 +148,7 @@ set_configuration(u32 endp, u16 val)
 int
 configure_usb_device(struct usb_s *cntl, int lowspeed)
 {
-    dprintf(1, "config_usb: %p %d\n", cntl, lowspeed);
+    dprintf(3, "config_usb: %p %d\n", cntl, lowspeed);
 
     // Get device info
     u32 endp = mkendp(cntl, 0, 0, lowspeed, 8);