b257a9619b
Agreed with espie.
22 lines
503 B
Plaintext
22 lines
503 B
Plaintext
$OpenBSD: patch-usb-linux_c,v 1.1.1.1 2010/05/27 17:33:43 fgsch 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
|