From 5868567ca219c6dedd48462c44b21be78c3587e3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 12 Mar 2009 03:25:18 +0100 Subject: changed the usbReceive buffer to a per-device buffer instead of one global buffer for all devices (untested but should work). --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 8fa2b81..8009ae2 100644 --- a/main.c +++ b/main.c @@ -510,8 +510,9 @@ static void *usbmuxd_client_init_thread(void *arg) } pthread_mutex_lock(&usb_mutex); - fprintf(stderr, "%s: usb init\n", __func__); // gather data about all iPhones/iPods attached + + fprintf(stderr, "%s: usb init\n", __func__); usb_init(); fprintf(stderr, "%s: usb find busses\n", __func__); usb_find_busses(); -- cgit v1.1-32-gdbae