mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:33:07 +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:
parent
7a5a090832
commit
43d775ba97
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user