diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-02-14 19:07:43 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-02-14 19:07:43 -0500 |
commit | 78523310ad4166597b0f2fbbfcfc915a7ca22fa5 (patch) | |
tree | 3eab642615ac4862e97a4402294e1cc35f24d575 /src/usb.c | |
parent | ba94a68d273fa82015fb56d4c9410047cf59c21b (diff) | |
download | seabios-78523310ad4166597b0f2fbbfcfc915a7ca22fa5.tar.gz |
Minor - increase debug level of some USB debug statements.
Diffstat (limited to 'src/usb.c')
-rw-r--r-- | src/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |