This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/hwstub/lib/hwstub_usb.cpp b/utils/hwstub/lib/hwstub_usb.cpp | |
index 6723656..0352872 100644 | |
--- a/utils/hwstub/lib/hwstub_usb.cpp | |
+++ b/utils/hwstub/lib/hwstub_usb.cpp | |
@@ -535,6 +535,7 @@ error jz_handle::probe() | |
if(libusb_claim_interface(m_handle, 0) != 0) | |
m_probe_status = error::PROBE_FAILURE; | |
+ m_probe_status = error::SUCCESS; | |
return m_probe_status; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bus 001 Device 017: ID 601a:4760 Ingenic Semiconductor Ltd. | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 0 (Defined at Interface level) | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x601a Ingenic Semiconductor Ltd. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Official X1II 1.2 Firmware | |
devel@devel:~/fiio$ wget https://www.dropbox.com/s/8x0fhctajqm0wt1/X1II-FW1.2.zip?dl=1 | |
devel@devel:~/fiio$ unzip X1II-FW1.2.zip | |
Archive: X1II-FW1.2.zip | |
inflating: X1II.fw | |
inflating: X1II firmware update instructions (abridged).txt | |
# fw is just a tgz | |
devel@devel:~/fiio$ file X1II.fw | |
X1II.fw: gzip compressed data, last modified: Sat Oct 1 12:36:19 2016, from Unix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This is free and unencumbered shell script released into the public domain. | |
# | |
####################### Begin Customization Section ############################# | |
# | |
# Name of the recipe to fetch. You can run: | |
# ebook-convert --list-recipes | |
# to look for the correct name. Do not forget the .recipe suffix | |
RECIPE="La Jornada (Mexico).recipe" |
NewerOlder