mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
this is a workaround. we have plan to update the libusb-0.1
to libusb-1.0. then we try to use sync wirte function. Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
@@ -109,6 +109,7 @@ void init_cfg()
|
|||||||
if (usb_send_data_to_ingenic(&ingenic_dev) != 1)
|
if (usb_send_data_to_ingenic(&ingenic_dev) != 1)
|
||||||
goto xout;
|
goto xout;
|
||||||
|
|
||||||
|
sleep(1);
|
||||||
if (usb_ingenic_configration(&ingenic_dev, DS_hand) != 1)
|
if (usb_ingenic_configration(&ingenic_dev, DS_hand) != 1)
|
||||||
goto xout;
|
goto xout;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user