1
0

fix for mutex deadlock when closing and reopening the cable connection

This commit is contained in:
Michael Gernoth 2008-04-12 15:46:00 +02:00
parent 19acdb82e4
commit 0a2341bb36

2
xpcu.c
View File

@ -294,6 +294,8 @@ static void xpcu_init(void) {
usb_find_devices(); usb_find_devices();
busses = usb_get_busses(); busses = usb_get_busses();
pthread_mutex_init(&dummy_interrupt, NULL);
} }