1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:24:40 +02: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:
Xiangfu Liu 2010-06-21 14:35:24 +08:00
parent 7a5a090832
commit 43d775ba97

View File

@ -109,6 +109,7 @@ void init_cfg()
if (usb_send_data_to_ingenic(&ingenic_dev) != 1)
goto xout;
sleep(1);
if (usb_ingenic_configration(&ingenic_dev, DS_hand) != 1)
goto xout;