openbsd-ports/emulators/qemu/patches/patch-usb-linux_c
2008-06-19 05:51:17 +00:00

22 lines
498 B
Plaintext

$OpenBSD: patch-usb-linux_c,v 1.1 2008/06/19 05:51:17 todd Exp $
--- usb-linux.c.orig Sun Jan 6 13:38:42 2008
+++ usb-linux.c Tue Jun 17 19:33:23 2008
@@ -958,17 +958,4 @@ void usb_host_info(void)
usb_host_scan(NULL, usb_host_info_device);
}
-#else
-
-void usb_host_info(void)
-{
- term_printf("USB host devices not supported\n");
-}
-
-/* XXX: modify configure to compile the right host driver */
-USBDevice *usb_host_device_open(const char *devname)
-{
- return NULL;
-}
-
#endif