usbutils.c 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024
  1. /*
  2. * Copyright 2012-2013 Andrew Smith
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License as published by the Free
  6. * Software Foundation; either version 3 of the License, or (at your option)
  7. * any later version. See COPYING for more details.
  8. */
  9. #include "config.h"
  10. #include <ctype.h>
  11. #include <stdint.h>
  12. #include <stdbool.h>
  13. #include "logging.h"
  14. #include "miner.h"
  15. #include "usbutils.h"
  16. #define NODEV(err) ((err) == LIBUSB_ERROR_NO_DEVICE || \
  17. (err) == LIBUSB_ERROR_PIPE || \
  18. (err) == LIBUSB_ERROR_OTHER)
  19. #ifdef USE_BFLSC
  20. #define DRV_BFLSC 1
  21. #endif
  22. #ifdef USE_BITFORCE
  23. #define DRV_BITFORCE 2
  24. #endif
  25. #ifdef USE_MODMINER
  26. #define DRV_MODMINER 3
  27. #endif
  28. #ifdef USE_ZTEX
  29. #define DRV_ZTEX 4
  30. #endif
  31. #ifdef USE_ICARUS
  32. #define DRV_ICARUS 5
  33. #endif
  34. #ifdef USE_AVALON
  35. #define DRV_AVALON 6
  36. #endif
  37. #define DRV_LAST -1
  38. #define USB_CONFIG 1
  39. #define EPI(x) (LIBUSB_ENDPOINT_IN | (unsigned char)(x))
  40. #define EPO(x) (LIBUSB_ENDPOINT_OUT | (unsigned char)(x))
  41. #ifdef WIN32
  42. #define BFLSC_TIMEOUT_MS 500
  43. #define BITFORCE_TIMEOUT_MS 999
  44. #define MODMINER_TIMEOUT_MS 200
  45. #define AVALON_TIMEOUT_MS 500
  46. #else
  47. #define BFLSC_TIMEOUT_MS 200
  48. #define BITFORCE_TIMEOUT_MS 200
  49. #define MODMINER_TIMEOUT_MS 100
  50. #define AVALON_TIMEOUT_MS 200
  51. #endif
  52. #ifdef USE_BFLSC
  53. // N.B. transfer size is 512 with USB2.0, but only 64 with USB1.1
  54. static struct usb_endpoints bas_eps[] = {
  55. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPI(1), 0 },
  56. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPO(2), 0 }
  57. };
  58. #endif
  59. #ifdef USE_BITFORCE
  60. // N.B. transfer size is 512 with USB2.0, but only 64 with USB1.1
  61. static struct usb_endpoints bfl_eps[] = {
  62. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPI(1), 0 },
  63. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPO(2), 0 }
  64. };
  65. #endif
  66. #ifdef USE_MODMINER
  67. static struct usb_endpoints mmq_eps[] = {
  68. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPI(3), 0 },
  69. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPO(3), 0 }
  70. };
  71. #endif
  72. #ifdef USE_AVALON
  73. static struct usb_endpoints ava_eps[] = {
  74. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPI(1), 0 },
  75. { LIBUSB_TRANSFER_TYPE_BULK, 64, EPO(2), 0 }
  76. };
  77. #endif
  78. // TODO: Add support for (at least) Isochronous endpoints
  79. static struct usb_find_devices find_dev[] = {
  80. /*
  81. #ifdef USE_ICARUS
  82. { DRV_ICARUS, "ICA", 0x067b, 0x0230, true, EPI(3), EPO(2), 1 },
  83. { DRV_ICARUS, "LOT", 0x0403, 0x6001, false, EPI(0), EPO(0), 1 },
  84. { DRV_ICARUS, "CM1", 0x067b, 0x0230, false, EPI(0), EPO(0), 1 },
  85. #endif
  86. */
  87. #ifdef USE_BFLSC
  88. {
  89. .drv = DRV_BFLSC,
  90. .name = "BAS",
  91. .idVendor = 0x0403,
  92. .idProduct = 0x6014,
  93. .iManufacturer = "Butterfly Labs",
  94. .iProduct = "BitFORCE SHA256 SC",
  95. .kernel = 0,
  96. .config = 1,
  97. .interface = 0,
  98. .timeout = BFLSC_TIMEOUT_MS,
  99. .epcount = ARRAY_SIZE(bas_eps),
  100. .eps = bas_eps },
  101. #endif
  102. #ifdef USE_BITFORCE
  103. {
  104. .drv = DRV_BITFORCE,
  105. .name = "BFL",
  106. .idVendor = 0x0403,
  107. .idProduct = 0x6014,
  108. .iManufacturer = "Butterfly Labs Inc.",
  109. .iProduct = "BitFORCE SHA256",
  110. .kernel = 0,
  111. .config = 1,
  112. .interface = 0,
  113. .timeout = BITFORCE_TIMEOUT_MS,
  114. .epcount = ARRAY_SIZE(bfl_eps),
  115. .eps = bfl_eps },
  116. #endif
  117. #ifdef USE_MODMINER
  118. {
  119. .drv = DRV_MODMINER,
  120. .name = "MMQ",
  121. .idVendor = 0x1fc9,
  122. .idProduct = 0x0003,
  123. .kernel = 0,
  124. .config = 1,
  125. .interface = 1,
  126. .timeout = MODMINER_TIMEOUT_MS,
  127. .epcount = ARRAY_SIZE(mmq_eps),
  128. .eps = mmq_eps },
  129. #endif
  130. #ifdef USE_AVALON
  131. {
  132. .drv = DRV_AVALON,
  133. .name = "AVA",
  134. .idVendor = 0x0403,
  135. .idProduct = 0x6001,
  136. .kernel = 0,
  137. .config = 1,
  138. .interface = 1,
  139. .timeout = AVALON_TIMEOUT_MS,
  140. .epcount = ARRAY_SIZE(ava_eps),
  141. .eps = ava_eps },
  142. #endif
  143. #ifdef USE_ZTEX
  144. // This is here so cgminer -n shows them
  145. // the ztex driver (as at 201303) doesn't use usbutils
  146. {
  147. .drv = DRV_ZTEX,
  148. .name = "ZTX",
  149. .idVendor = 0x221a,
  150. .idProduct = 0x0100,
  151. .kernel = 0,
  152. .config = 1,
  153. .interface = 1,
  154. .timeout = 100,
  155. .epcount = 0,
  156. .eps = NULL },
  157. #endif
  158. { DRV_LAST, NULL, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, NULL }
  159. };
  160. #ifdef USE_BFLSC
  161. extern struct device_drv bflsc_drv;
  162. #endif
  163. #ifdef USE_BITFORCE
  164. extern struct device_drv bitforce_drv;
  165. #endif
  166. #ifdef USE_MODMINER
  167. extern struct device_drv modminer_drv;
  168. #endif
  169. #ifdef USE_ICARUS
  170. extern struct device_drv icarus_drv;
  171. #endif
  172. #ifdef USE_AVALON
  173. extern struct device_drv avalon_drv;
  174. #endif
  175. #define STRBUFLEN 256
  176. static const char *BLANK = "";
  177. static const char *space = " ";
  178. static const char *nodatareturned = "no data returned ";
  179. // For device limits by driver
  180. static struct driver_count {
  181. uint32_t count;
  182. uint32_t limit;
  183. } drv_count[DRIVER_MAX];
  184. // For device limits by list of bus/dev
  185. static struct usb_busdev {
  186. int bus_number;
  187. int device_address;
  188. } *busdev;
  189. static int busdev_count = 0;
  190. // Total device limit
  191. static int total_count = 0;
  192. static int total_limit = 999999;
  193. static bool stats_initialised = false;
  194. struct cg_usb_stats_item {
  195. uint64_t count;
  196. double total_delay;
  197. double min_delay;
  198. double max_delay;
  199. struct timeval first;
  200. struct timeval last;
  201. };
  202. #define CMD_CMD 0
  203. #define CMD_TIMEOUT 1
  204. #define CMD_ERROR 2
  205. struct cg_usb_stats_details {
  206. int seq;
  207. struct cg_usb_stats_item item[CMD_ERROR+1];
  208. };
  209. struct cg_usb_stats {
  210. char *name;
  211. int device_id;
  212. struct cg_usb_stats_details *details;
  213. };
  214. #define SEQ0 0
  215. #define SEQ1 1
  216. static struct cg_usb_stats *usb_stats = NULL;
  217. static int next_stat = 0;
  218. static const char **usb_commands;
  219. static const char *C_REJECTED_S = "RejectedNoDevice";
  220. static const char *C_PING_S = "Ping";
  221. static const char *C_CLEAR_S = "Clear";
  222. static const char *C_REQUESTVERSION_S = "RequestVersion";
  223. static const char *C_GETVERSION_S = "GetVersion";
  224. static const char *C_REQUESTFPGACOUNT_S = "RequestFPGACount";
  225. static const char *C_GETFPGACOUNT_S = "GetFPGACount";
  226. static const char *C_STARTPROGRAM_S = "StartProgram";
  227. static const char *C_STARTPROGRAMSTATUS_S = "StartProgramStatus";
  228. static const char *C_PROGRAM_S = "Program";
  229. static const char *C_PROGRAMSTATUS_S = "ProgramStatus";
  230. static const char *C_PROGRAMSTATUS2_S = "ProgramStatus2";
  231. static const char *C_FINALPROGRAMSTATUS_S = "FinalProgramStatus";
  232. static const char *C_SETCLOCK_S = "SetClock";
  233. static const char *C_REPLYSETCLOCK_S = "ReplySetClock";
  234. static const char *C_REQUESTUSERCODE_S = "RequestUserCode";
  235. static const char *C_GETUSERCODE_S = "GetUserCode";
  236. static const char *C_REQUESTTEMPERATURE_S = "RequestTemperature";
  237. static const char *C_GETTEMPERATURE_S = "GetTemperature";
  238. static const char *C_SENDWORK_S = "SendWork";
  239. static const char *C_SENDWORKSTATUS_S = "SendWorkStatus";
  240. static const char *C_REQUESTWORKSTATUS_S = "RequestWorkStatus";
  241. static const char *C_GETWORKSTATUS_S = "GetWorkStatus";
  242. static const char *C_REQUESTIDENTIFY_S = "RequestIdentify";
  243. static const char *C_GETIDENTIFY_S = "GetIdentify";
  244. static const char *C_REQUESTFLASH_S = "RequestFlash";
  245. static const char *C_REQUESTSENDWORK_S = "RequestSendWork";
  246. static const char *C_REQUESTSENDWORKSTATUS_S = "RequestSendWorkStatus";
  247. static const char *C_RESET_S = "Reset";
  248. static const char *C_SETBAUD_S = "SetBaud";
  249. static const char *C_SETDATA_S = "SetDataCtrl";
  250. static const char *C_SETFLOW_S = "SetFlowCtrl";
  251. static const char *C_SETMODEM_S = "SetModemCtrl";
  252. static const char *C_PURGERX_S = "PurgeRx";
  253. static const char *C_PURGETX_S = "PurgeTx";
  254. static const char *C_FLASHREPLY_S = "FlashReply";
  255. static const char *C_REQUESTDETAILS_S = "RequestDetails";
  256. static const char *C_GETDETAILS_S = "GetDetails";
  257. static const char *C_REQUESTRESULTS_S = "RequestResults";
  258. static const char *C_GETRESULTS_S = "GetResults";
  259. static const char *C_REQUESTQUEJOB_S = "RequestQueJob";
  260. static const char *C_REQUESTQUEJOBSTATUS_S = "RequestQueJobStatus";
  261. static const char *C_QUEJOB_S = "QueJob";
  262. static const char *C_QUEJOBSTATUS_S = "QueJobStatus";
  263. static const char *C_QUEFLUSH_S = "QueFlush";
  264. static const char *C_QUEFLUSHREPLY_S = "QueFlushReply";
  265. static const char *C_REQUESTVOLTS_S = "RequestVolts";
  266. #ifdef EOL
  267. #undef EOL
  268. #endif
  269. #define EOL "\n"
  270. static const char *DESDEV = "Device";
  271. static const char *DESCON = "Config";
  272. static const char *DESSTR = "String";
  273. static const char *DESINT = "Interface";
  274. static const char *DESEP = "Endpoint";
  275. static const char *DESHID = "HID";
  276. static const char *DESRPT = "Report";
  277. static const char *DESPHY = "Physical";
  278. static const char *DESHUB = "Hub";
  279. static const char *EPIN = "In: ";
  280. static const char *EPOUT = "Out: ";
  281. static const char *EPX = "?: ";
  282. static const char *CONTROL = "Control";
  283. static const char *ISOCHRONOUS_X = "Isochronous+?";
  284. static const char *ISOCHRONOUS_N_X = "Isochronous+None+?";
  285. static const char *ISOCHRONOUS_N_D = "Isochronous+None+Data";
  286. static const char *ISOCHRONOUS_N_F = "Isochronous+None+Feedback";
  287. static const char *ISOCHRONOUS_N_I = "Isochronous+None+Implicit";
  288. static const char *ISOCHRONOUS_A_X = "Isochronous+Async+?";
  289. static const char *ISOCHRONOUS_A_D = "Isochronous+Async+Data";
  290. static const char *ISOCHRONOUS_A_F = "Isochronous+Async+Feedback";
  291. static const char *ISOCHRONOUS_A_I = "Isochronous+Async+Implicit";
  292. static const char *ISOCHRONOUS_D_X = "Isochronous+Adaptive+?";
  293. static const char *ISOCHRONOUS_D_D = "Isochronous+Adaptive+Data";
  294. static const char *ISOCHRONOUS_D_F = "Isochronous+Adaptive+Feedback";
  295. static const char *ISOCHRONOUS_D_I = "Isochronous+Adaptive+Implicit";
  296. static const char *ISOCHRONOUS_S_X = "Isochronous+Sync+?";
  297. static const char *ISOCHRONOUS_S_D = "Isochronous+Sync+Data";
  298. static const char *ISOCHRONOUS_S_F = "Isochronous+Sync+Feedback";
  299. static const char *ISOCHRONOUS_S_I = "Isochronous+Sync+Implicit";
  300. static const char *BULK = "Bulk";
  301. static const char *INTERRUPT = "Interrupt";
  302. static const char *UNKNOWN = "Unknown";
  303. static const char *err_io_str = " IO Error";
  304. static const char *err_access_str = " Access Denied-a";
  305. static const char *err_timeout_str = " Reply Timeout";
  306. static const char *err_pipe_str = " Access denied-p";
  307. static const char *err_other_str = " Access denied-o";
  308. static const char *usberrstr(int err)
  309. {
  310. switch (err) {
  311. case LIBUSB_ERROR_IO:
  312. return err_io_str;
  313. case LIBUSB_ERROR_ACCESS:
  314. return err_access_str;
  315. case LIBUSB_ERROR_TIMEOUT:
  316. return err_timeout_str;
  317. case LIBUSB_ERROR_PIPE:
  318. return err_pipe_str;
  319. case LIBUSB_ERROR_OTHER:
  320. return err_other_str;
  321. }
  322. return BLANK;
  323. }
  324. static const char *destype(uint8_t bDescriptorType)
  325. {
  326. switch (bDescriptorType) {
  327. case LIBUSB_DT_DEVICE:
  328. return DESDEV;
  329. case LIBUSB_DT_CONFIG:
  330. return DESCON;
  331. case LIBUSB_DT_STRING:
  332. return DESSTR;
  333. case LIBUSB_DT_INTERFACE:
  334. return DESINT;
  335. case LIBUSB_DT_ENDPOINT:
  336. return DESEP;
  337. case LIBUSB_DT_HID:
  338. return DESHID;
  339. case LIBUSB_DT_REPORT:
  340. return DESRPT;
  341. case LIBUSB_DT_PHYSICAL:
  342. return DESPHY;
  343. case LIBUSB_DT_HUB:
  344. return DESHUB;
  345. }
  346. return UNKNOWN;
  347. }
  348. static const char *epdir(uint8_t bEndpointAddress)
  349. {
  350. switch (bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) {
  351. case LIBUSB_ENDPOINT_IN:
  352. return EPIN;
  353. case LIBUSB_ENDPOINT_OUT:
  354. return EPOUT;
  355. }
  356. return EPX;
  357. }
  358. static const char *epatt(uint8_t bmAttributes)
  359. {
  360. switch(bmAttributes & LIBUSB_TRANSFER_TYPE_MASK) {
  361. case LIBUSB_TRANSFER_TYPE_CONTROL:
  362. return CONTROL;
  363. case LIBUSB_TRANSFER_TYPE_BULK:
  364. return BULK;
  365. case LIBUSB_TRANSFER_TYPE_INTERRUPT:
  366. return INTERRUPT;
  367. case LIBUSB_TRANSFER_TYPE_ISOCHRONOUS:
  368. switch(bmAttributes & LIBUSB_ISO_SYNC_TYPE_MASK) {
  369. case LIBUSB_ISO_SYNC_TYPE_NONE:
  370. switch(bmAttributes & LIBUSB_ISO_USAGE_TYPE_MASK) {
  371. case LIBUSB_ISO_USAGE_TYPE_DATA:
  372. return ISOCHRONOUS_N_D;
  373. case LIBUSB_ISO_USAGE_TYPE_FEEDBACK:
  374. return ISOCHRONOUS_N_F;
  375. case LIBUSB_ISO_USAGE_TYPE_IMPLICIT:
  376. return ISOCHRONOUS_N_I;
  377. }
  378. return ISOCHRONOUS_N_X;
  379. case LIBUSB_ISO_SYNC_TYPE_ASYNC:
  380. switch(bmAttributes & LIBUSB_ISO_USAGE_TYPE_MASK) {
  381. case LIBUSB_ISO_USAGE_TYPE_DATA:
  382. return ISOCHRONOUS_A_D;
  383. case LIBUSB_ISO_USAGE_TYPE_FEEDBACK:
  384. return ISOCHRONOUS_A_F;
  385. case LIBUSB_ISO_USAGE_TYPE_IMPLICIT:
  386. return ISOCHRONOUS_A_I;
  387. }
  388. return ISOCHRONOUS_A_X;
  389. case LIBUSB_ISO_SYNC_TYPE_ADAPTIVE:
  390. switch(bmAttributes & LIBUSB_ISO_USAGE_TYPE_MASK) {
  391. case LIBUSB_ISO_USAGE_TYPE_DATA:
  392. return ISOCHRONOUS_D_D;
  393. case LIBUSB_ISO_USAGE_TYPE_FEEDBACK:
  394. return ISOCHRONOUS_D_F;
  395. case LIBUSB_ISO_USAGE_TYPE_IMPLICIT:
  396. return ISOCHRONOUS_D_I;
  397. }
  398. return ISOCHRONOUS_D_X;
  399. case LIBUSB_ISO_SYNC_TYPE_SYNC:
  400. switch(bmAttributes & LIBUSB_ISO_USAGE_TYPE_MASK) {
  401. case LIBUSB_ISO_USAGE_TYPE_DATA:
  402. return ISOCHRONOUS_S_D;
  403. case LIBUSB_ISO_USAGE_TYPE_FEEDBACK:
  404. return ISOCHRONOUS_S_F;
  405. case LIBUSB_ISO_USAGE_TYPE_IMPLICIT:
  406. return ISOCHRONOUS_S_I;
  407. }
  408. return ISOCHRONOUS_S_X;
  409. }
  410. return ISOCHRONOUS_X;
  411. }
  412. return UNKNOWN;
  413. }
  414. static void append(char **buf, char *append, size_t *off, size_t *len)
  415. {
  416. int new = strlen(append);
  417. if ((new + *off) >= *len)
  418. {
  419. *len *= 2;
  420. *buf = realloc(*buf, *len);
  421. }
  422. strcpy(*buf + *off, append);
  423. *off += new;
  424. }
  425. static bool setgetdes(ssize_t count, libusb_device *dev, struct libusb_device_handle *handle, struct libusb_config_descriptor **config, int cd, char **buf, size_t *off, size_t *len)
  426. {
  427. char tmp[512];
  428. int err;
  429. err = libusb_set_configuration(handle, cd);
  430. if (err) {
  431. sprintf(tmp, EOL " ** dev %d: Failed to set config descriptor to %d, err %d",
  432. (int)count, cd, err);
  433. append(buf, tmp, off, len);
  434. return false;
  435. }
  436. err = libusb_get_active_config_descriptor(dev, config);
  437. if (err) {
  438. sprintf(tmp, EOL " ** dev %d: Failed to get active config descriptor set to %d, err %d",
  439. (int)count, cd, err);
  440. append(buf, tmp, off, len);
  441. return false;
  442. }
  443. sprintf(tmp, EOL " ** dev %d: Set & Got active config descriptor to %d, err %d",
  444. (int)count, cd, err);
  445. append(buf, tmp, off, len);
  446. return true;
  447. }
  448. static void usb_full(ssize_t *count, libusb_device *dev, char **buf, size_t *off, size_t *len, int level)
  449. {
  450. struct libusb_device_descriptor desc;
  451. uint8_t bus_number;
  452. uint8_t device_address;
  453. struct libusb_device_handle *handle;
  454. struct libusb_config_descriptor *config;
  455. const struct libusb_interface_descriptor *idesc;
  456. const struct libusb_endpoint_descriptor *epdesc;
  457. unsigned char man[STRBUFLEN+1];
  458. unsigned char prod[STRBUFLEN+1];
  459. unsigned char ser[STRBUFLEN+1];
  460. char tmp[512];
  461. int err, i, j, k;
  462. err = libusb_get_device_descriptor(dev, &desc);
  463. if (opt_usb_list_all && err) {
  464. sprintf(tmp, EOL ".USB dev %d: Failed to get descriptor, err %d",
  465. (int)(++(*count)), err);
  466. append(buf, tmp, off, len);
  467. return;
  468. }
  469. bus_number = libusb_get_bus_number(dev);
  470. device_address = libusb_get_device_address(dev);
  471. if (!opt_usb_list_all) {
  472. bool known = false;
  473. for (i = 0; find_dev[i].drv != DRV_LAST; i++)
  474. if ((find_dev[i].idVendor == desc.idVendor) &&
  475. (find_dev[i].idProduct == desc.idProduct)) {
  476. known = true;
  477. break;
  478. }
  479. if (!known)
  480. return;
  481. }
  482. (*count)++;
  483. if (level == 0) {
  484. sprintf(tmp, EOL ".USB dev %d: Bus %d Device %d ID: %04x:%04x",
  485. (int)(*count), (int)bus_number, (int)device_address,
  486. desc.idVendor, desc.idProduct);
  487. } else {
  488. sprintf(tmp, EOL ".USB dev %d: Bus %d Device %d Device Descriptor:" EOL "\tLength: %d" EOL
  489. "\tDescriptor Type: %s" EOL "\tUSB: %04x" EOL "\tDeviceClass: %d" EOL
  490. "\tDeviceSubClass: %d" EOL "\tDeviceProtocol: %d" EOL "\tMaxPacketSize0: %d" EOL
  491. "\tidVendor: %04x" EOL "\tidProduct: %04x" EOL "\tDeviceRelease: %x" EOL
  492. "\tNumConfigurations: %d",
  493. (int)(*count), (int)bus_number, (int)device_address,
  494. (int)(desc.bLength), destype(desc.bDescriptorType),
  495. desc.bcdUSB, (int)(desc.bDeviceClass), (int)(desc.bDeviceSubClass),
  496. (int)(desc.bDeviceProtocol), (int)(desc.bMaxPacketSize0),
  497. desc.idVendor, desc.idProduct, desc.bcdDevice,
  498. (int)(desc.bNumConfigurations));
  499. }
  500. append(buf, tmp, off, len);
  501. err = libusb_open(dev, &handle);
  502. if (err) {
  503. sprintf(tmp, EOL " ** dev %d: Failed to open, err %d", (int)(*count), err);
  504. append(buf, tmp, off, len);
  505. return;
  506. }
  507. err = libusb_get_string_descriptor_ascii(handle, desc.iManufacturer, man, STRBUFLEN);
  508. if (err < 0)
  509. sprintf((char *)man, "** err(%d)%s", err, usberrstr(err));
  510. err = libusb_get_string_descriptor_ascii(handle, desc.iProduct, prod, STRBUFLEN);
  511. if (err < 0)
  512. sprintf((char *)prod, "** err(%d)%s", err, usberrstr(err));
  513. if (level == 0) {
  514. libusb_close(handle);
  515. sprintf(tmp, EOL " Manufacturer: '%s'" EOL " Product: '%s'", man, prod);
  516. append(buf, tmp, off, len);
  517. return;
  518. }
  519. if (libusb_kernel_driver_active(handle, 0) == 1) {
  520. sprintf(tmp, EOL " * dev %d: kernel attached", (int)(*count));
  521. append(buf, tmp, off, len);
  522. }
  523. err = libusb_get_active_config_descriptor(dev, &config);
  524. if (err) {
  525. if (!setgetdes(*count, dev, handle, &config, 1, buf, off, len)
  526. && !setgetdes(*count, dev, handle, &config, 0, buf, off, len)) {
  527. libusb_close(handle);
  528. sprintf(tmp, EOL " ** dev %d: Failed to set config descriptor to %d or %d",
  529. (int)(*count), 1, 0);
  530. append(buf, tmp, off, len);
  531. return;
  532. }
  533. }
  534. sprintf(tmp, EOL " dev %d: Active Config:" EOL "\tDescriptorType: %s" EOL
  535. "\tNumInterfaces: %d" EOL "\tConfigurationValue: %d" EOL
  536. "\tAttributes: %d" EOL "\tMaxPower: %d",
  537. (int)(*count), destype(config->bDescriptorType),
  538. (int)(config->bNumInterfaces), (int)(config->iConfiguration),
  539. (int)(config->bmAttributes), (int)(config->MaxPower));
  540. append(buf, tmp, off, len);
  541. for (i = 0; i < (int)(config->bNumInterfaces); i++) {
  542. for (j = 0; j < config->interface[i].num_altsetting; j++) {
  543. idesc = &(config->interface[i].altsetting[j]);
  544. sprintf(tmp, EOL " _dev %d: Interface Descriptor %d:" EOL
  545. "\tDescriptorType: %s" EOL "\tInterfaceNumber: %d" EOL
  546. "\tNumEndpoints: %d" EOL "\tInterfaceClass: %d" EOL
  547. "\tInterfaceSubClass: %d" EOL "\tInterfaceProtocol: %d",
  548. (int)(*count), j, destype(idesc->bDescriptorType),
  549. (int)(idesc->bInterfaceNumber),
  550. (int)(idesc->bNumEndpoints),
  551. (int)(idesc->bInterfaceClass),
  552. (int)(idesc->bInterfaceSubClass),
  553. (int)(idesc->bInterfaceProtocol));
  554. append(buf, tmp, off, len);
  555. for (k = 0; k < (int)(idesc->bNumEndpoints); k++) {
  556. epdesc = &(idesc->endpoint[k]);
  557. sprintf(tmp, EOL " __dev %d: Interface %d Endpoint %d:" EOL
  558. "\tDescriptorType: %s" EOL
  559. "\tEndpointAddress: %s0x%x" EOL
  560. "\tAttributes: %s" EOL "\tMaxPacketSize: %d" EOL
  561. "\tInterval: %d" EOL "\tRefresh: %d",
  562. (int)(*count), (int)(idesc->bInterfaceNumber), k,
  563. destype(epdesc->bDescriptorType),
  564. epdir(epdesc->bEndpointAddress),
  565. (int)(epdesc->bEndpointAddress),
  566. epatt(epdesc->bmAttributes),
  567. epdesc->wMaxPacketSize,
  568. (int)(epdesc->bInterval),
  569. (int)(epdesc->bRefresh));
  570. append(buf, tmp, off, len);
  571. }
  572. }
  573. }
  574. libusb_free_config_descriptor(config);
  575. config = NULL;
  576. err = libusb_get_string_descriptor_ascii(handle, desc.iSerialNumber, ser, STRBUFLEN);
  577. if (err < 0)
  578. sprintf((char *)ser, "** err(%d)%s", err, usberrstr(err));
  579. sprintf(tmp, EOL " dev %d: More Info:" EOL "\tManufacturer: '%s'" EOL
  580. "\tProduct: '%s'" EOL "\tSerial '%s'",
  581. (int)(*count), man, prod, ser);
  582. append(buf, tmp, off, len);
  583. libusb_close(handle);
  584. }
  585. // Function to dump all USB devices
  586. void usb_all(int level)
  587. {
  588. libusb_device **list;
  589. ssize_t count, i, j;
  590. char *buf;
  591. size_t len, off;
  592. count = libusb_get_device_list(NULL, &list);
  593. if (count < 0) {
  594. applog(LOG_ERR, "USB all: failed, err %d%s", (int)count, usberrstr((int)count));
  595. return;
  596. }
  597. if (count == 0)
  598. applog(LOG_WARNING, "USB all: found no devices");
  599. else
  600. {
  601. len = 10000;
  602. buf = malloc(len+1);
  603. sprintf(buf, "USB all: found %d devices", (int)count);
  604. off = strlen(buf);
  605. if (!opt_usb_list_all)
  606. append(&buf, " - listing known devices", &off, &len);
  607. j = -1;
  608. for (i = 0; i < count; i++)
  609. usb_full(&j, list[i], &buf, &off, &len, level);
  610. applog(LOG_WARNING, "%s", buf);
  611. free(buf);
  612. if (j == -1)
  613. applog(LOG_WARNING, "No known USB devices");
  614. else
  615. applog(LOG_WARNING, "%d %sUSB devices",
  616. (int)(++j), opt_usb_list_all ? BLANK : "known ");
  617. }
  618. libusb_free_device_list(list, 1);
  619. }
  620. static void cgusb_check_init()
  621. {
  622. mutex_lock(&cgusb_lock);
  623. if (stats_initialised == false) {
  624. // N.B. environment LIBUSB_DEBUG also sets libusb_set_debug()
  625. if (opt_usbdump >= 0) {
  626. libusb_set_debug(NULL, opt_usbdump);
  627. usb_all(opt_usbdump);
  628. }
  629. usb_commands = malloc(sizeof(*usb_commands) * C_MAX);
  630. // use constants so the stat generation is very quick
  631. // and the association between number and name can't
  632. // be missalined easily
  633. usb_commands[C_REJECTED] = C_REJECTED_S;
  634. usb_commands[C_PING] = C_PING_S;
  635. usb_commands[C_CLEAR] = C_CLEAR_S;
  636. usb_commands[C_REQUESTVERSION] = C_REQUESTVERSION_S;
  637. usb_commands[C_GETVERSION] = C_GETVERSION_S;
  638. usb_commands[C_REQUESTFPGACOUNT] = C_REQUESTFPGACOUNT_S;
  639. usb_commands[C_GETFPGACOUNT] = C_GETFPGACOUNT_S;
  640. usb_commands[C_STARTPROGRAM] = C_STARTPROGRAM_S;
  641. usb_commands[C_STARTPROGRAMSTATUS] = C_STARTPROGRAMSTATUS_S;
  642. usb_commands[C_PROGRAM] = C_PROGRAM_S;
  643. usb_commands[C_PROGRAMSTATUS] = C_PROGRAMSTATUS_S;
  644. usb_commands[C_PROGRAMSTATUS2] = C_PROGRAMSTATUS2_S;
  645. usb_commands[C_FINALPROGRAMSTATUS] = C_FINALPROGRAMSTATUS_S;
  646. usb_commands[C_SETCLOCK] = C_SETCLOCK_S;
  647. usb_commands[C_REPLYSETCLOCK] = C_REPLYSETCLOCK_S;
  648. usb_commands[C_REQUESTUSERCODE] = C_REQUESTUSERCODE_S;
  649. usb_commands[C_GETUSERCODE] = C_GETUSERCODE_S;
  650. usb_commands[C_REQUESTTEMPERATURE] = C_REQUESTTEMPERATURE_S;
  651. usb_commands[C_GETTEMPERATURE] = C_GETTEMPERATURE_S;
  652. usb_commands[C_SENDWORK] = C_SENDWORK_S;
  653. usb_commands[C_SENDWORKSTATUS] = C_SENDWORKSTATUS_S;
  654. usb_commands[C_REQUESTWORKSTATUS] = C_REQUESTWORKSTATUS_S;
  655. usb_commands[C_GETWORKSTATUS] = C_GETWORKSTATUS_S;
  656. usb_commands[C_REQUESTIDENTIFY] = C_REQUESTIDENTIFY_S;
  657. usb_commands[C_GETIDENTIFY] = C_GETIDENTIFY_S;
  658. usb_commands[C_REQUESTFLASH] = C_REQUESTFLASH_S;
  659. usb_commands[C_REQUESTSENDWORK] = C_REQUESTSENDWORK_S;
  660. usb_commands[C_REQUESTSENDWORKSTATUS] = C_REQUESTSENDWORKSTATUS_S;
  661. usb_commands[C_RESET] = C_RESET_S;
  662. usb_commands[C_SETBAUD] = C_SETBAUD_S;
  663. usb_commands[C_SETDATA] = C_SETDATA_S;
  664. usb_commands[C_SETFLOW] = C_SETFLOW_S;
  665. usb_commands[C_SETMODEM] = C_SETMODEM_S;
  666. usb_commands[C_PURGERX] = C_PURGERX_S;
  667. usb_commands[C_PURGETX] = C_PURGETX_S;
  668. usb_commands[C_FLASHREPLY] = C_FLASHREPLY_S;
  669. usb_commands[C_REQUESTDETAILS] = C_REQUESTDETAILS_S;
  670. usb_commands[C_GETDETAILS] = C_GETDETAILS_S;
  671. usb_commands[C_REQUESTRESULTS] = C_REQUESTRESULTS_S;
  672. usb_commands[C_GETRESULTS] = C_GETRESULTS_S;
  673. usb_commands[C_REQUESTQUEJOB] = C_REQUESTQUEJOB_S;
  674. usb_commands[C_REQUESTQUEJOBSTATUS] = C_REQUESTQUEJOBSTATUS_S;
  675. usb_commands[C_QUEJOB] = C_QUEJOB_S;
  676. usb_commands[C_QUEJOBSTATUS] = C_QUEJOBSTATUS_S;
  677. usb_commands[C_QUEFLUSH] = C_QUEFLUSH_S;
  678. usb_commands[C_QUEFLUSHREPLY] = C_QUEFLUSHREPLY_S;
  679. usb_commands[C_REQUESTVOLTS] = C_REQUESTVOLTS_S;
  680. stats_initialised = true;
  681. }
  682. mutex_unlock(&cgusb_lock);
  683. }
  684. const char *usb_cmdname(enum usb_cmds cmd)
  685. {
  686. cgusb_check_init();
  687. return usb_commands[cmd];
  688. }
  689. void usb_applog(struct cgpu_info *cgpu, enum usb_cmds cmd, char *msg, int amount, int err)
  690. {
  691. if (msg && !*msg)
  692. msg = NULL;
  693. if (!msg && amount == 0 && err == LIBUSB_SUCCESS)
  694. msg = (char *)nodatareturned;
  695. applog(LOG_ERR, "%s%i: %s failed%s%s (err=%d amt%d)",
  696. cgpu->drv->name, cgpu->device_id,
  697. usb_cmdname(cmd),
  698. msg ? space : BLANK, msg ? msg : BLANK,
  699. err, amount);
  700. }
  701. #ifndef WIN32
  702. #include <errno.h>
  703. #include <unistd.h>
  704. #include <sys/types.h>
  705. #include <sys/ipc.h>
  706. #include <sys/sem.h>
  707. #include <sys/types.h>
  708. #include <sys/stat.h>
  709. #include <fcntl.h>
  710. union semun {
  711. int sem;
  712. struct semid_ds *seminfo;
  713. ushort *all;
  714. };
  715. #endif
  716. // Any errors should always be printed since they will rarely if ever occur
  717. // and thus it is best to always display them
  718. static bool cgminer_usb_lock_bd(struct device_drv *drv, uint8_t bus_number, uint8_t device_address)
  719. {
  720. #ifdef WIN32
  721. struct cgpu_info *cgpu;
  722. HANDLE usbMutex;
  723. char name[64];
  724. DWORD res;
  725. int i;
  726. sprintf(name, "cgminer-usb-%d-%d", (int)bus_number, (int)device_address);
  727. usbMutex = CreateMutex(NULL, FALSE, name);
  728. if (usbMutex == NULL) {
  729. applog(LOG_ERR,
  730. "MTX: %s USB failed to get '%s' err (%d)",
  731. drv->dname, name, GetLastError());
  732. return false;
  733. }
  734. res = WaitForSingleObject(usbMutex, 0);
  735. switch(res) {
  736. case WAIT_OBJECT_0:
  737. case WAIT_ABANDONED:
  738. // Am I using it already?
  739. for (i = 0; i < total_devices; i++) {
  740. cgpu = get_devices(i);
  741. if (cgpu->usbinfo.bus_number == bus_number &&
  742. cgpu->usbinfo.device_address == device_address &&
  743. cgpu->usbinfo.nodev == false) {
  744. if (ReleaseMutex(usbMutex)) {
  745. applog(LOG_WARNING,
  746. "MTX: %s USB can't get '%s' - device in use",
  747. drv->dname, name);
  748. goto fail;
  749. }
  750. applog(LOG_ERR,
  751. "MTX: %s USB can't get '%s' - device in use - failure (%d)",
  752. drv->dname, name, GetLastError());
  753. goto fail;
  754. }
  755. }
  756. return true;
  757. case WAIT_TIMEOUT:
  758. if (!hotplug_mode)
  759. applog(LOG_WARNING,
  760. "MTX: %s USB failed to get '%s' - device in use",
  761. drv->dname, name);
  762. goto fail;
  763. case WAIT_FAILED:
  764. applog(LOG_ERR,
  765. "MTX: %s USB failed to get '%s' err (%d)",
  766. drv->dname, name, GetLastError());
  767. goto fail;
  768. default:
  769. applog(LOG_ERR,
  770. "MTX: %s USB failed to get '%s' unknown reply (%d)",
  771. drv->dname, name, res);
  772. goto fail;
  773. }
  774. CloseHandle(usbMutex);
  775. return true;
  776. fail:
  777. CloseHandle(usbMutex);
  778. return false;
  779. #else
  780. struct semid_ds seminfo;
  781. union semun opt;
  782. char name[64];
  783. key_t key;
  784. int fd, sem, count;
  785. sprintf(name, "/tmp/cgminer-usb-%d-%d", (int)bus_number, (int)device_address);
  786. fd = open(name, O_CREAT|O_RDONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
  787. if (fd == -1) {
  788. applog(LOG_ERR,
  789. "SEM: %s USB open failed '%s' err (%d) %s",
  790. drv->dname, name, errno, strerror(errno));
  791. return false;
  792. }
  793. close(fd);
  794. key = ftok(name, 'K');
  795. sem = semget(key, 1, IPC_CREAT | IPC_EXCL | 438);
  796. if (sem < 0) {
  797. if (errno != EEXIST) {
  798. applog(LOG_ERR,
  799. "SEM: %s USB failed to get '%s' err (%d) %s",
  800. drv->dname, name, errno, strerror(errno));
  801. return false;
  802. }
  803. sem = semget(key, 1, 0);
  804. if (sem < 0) {
  805. applog(LOG_ERR,
  806. "SEM: %s USB failed to access '%s' err (%d) %s",
  807. drv->dname, name, errno, strerror(errno));
  808. return false;
  809. }
  810. opt.seminfo = &seminfo;
  811. count = 0;
  812. while (++count) {
  813. // Should NEVER take 100ms
  814. if (count > 99) {
  815. applog(LOG_ERR,
  816. "SEM: %s USB timeout waiting for (%d) '%s'",
  817. drv->dname, sem, name);
  818. return false;
  819. }
  820. if (semctl(sem, 0, IPC_STAT, opt) == -1) {
  821. applog(LOG_ERR,
  822. "SEM: %s USB failed to wait for (%d) '%s' count %d err (%d) %s",
  823. drv->dname, sem, name, count, errno, strerror(errno));
  824. return false;
  825. }
  826. if (opt.seminfo->sem_otime != 0)
  827. break;
  828. nmsleep(1);
  829. }
  830. }
  831. struct sembuf sops[] = {
  832. { 0, 0, IPC_NOWAIT | SEM_UNDO },
  833. { 0, 1, IPC_NOWAIT | SEM_UNDO }
  834. };
  835. if (semop(sem, sops, 2)) {
  836. if (errno == EAGAIN) {
  837. if (!hotplug_mode)
  838. applog(LOG_WARNING,
  839. "SEM: %s USB failed to get (%d) '%s' - device in use",
  840. drv->dname, sem, name);
  841. } else {
  842. applog(LOG_DEBUG,
  843. "SEM: %s USB failed to get (%d) '%s' err (%d) %s",
  844. drv->dname, sem, name, errno, strerror(errno));
  845. }
  846. return false;
  847. }
  848. return true;
  849. #endif
  850. }
  851. static bool cgminer_usb_lock(struct device_drv *drv, libusb_device *dev)
  852. {
  853. return cgminer_usb_lock_bd(drv, libusb_get_bus_number(dev), libusb_get_device_address(dev));
  854. }
  855. // Any errors should always be printed since they will rarely if ever occur
  856. // and thus it is best to always display them
  857. static void cgminer_usb_unlock_bd(struct device_drv *drv, uint8_t bus_number, uint8_t device_address)
  858. {
  859. #ifdef WIN32
  860. HANDLE usbMutex;
  861. char name[64];
  862. sprintf(name, "cgminer-usb-%d-%d", (int)bus_number, (int)device_address);
  863. usbMutex = CreateMutex(NULL, FALSE, name);
  864. if (usbMutex == NULL) {
  865. applog(LOG_ERR,
  866. "MTX: %s USB failed to get '%s' for release err (%d)",
  867. drv->dname, name, GetLastError());
  868. return;
  869. }
  870. if (!ReleaseMutex(usbMutex))
  871. applog(LOG_ERR,
  872. "MTX: %s USB failed to release '%s' err (%d)",
  873. drv->dname, name, GetLastError());
  874. CloseHandle(usbMutex);
  875. return;
  876. #else
  877. char name[64];
  878. key_t key;
  879. int fd, sem;
  880. sprintf(name, "/tmp/cgminer-usb-%d-%d", (int)bus_number, (int)device_address);
  881. fd = open(name, O_CREAT|O_RDONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
  882. if (fd == -1) {
  883. applog(LOG_ERR,
  884. "SEM: %s USB open failed '%s' for release err (%d) %s",
  885. drv->dname, name, errno, strerror(errno));
  886. return;
  887. }
  888. close(fd);
  889. key = ftok(name, 'K');
  890. sem = semget(key, 1, 0);
  891. if (sem < 0) {
  892. applog(LOG_ERR,
  893. "SEM: %s USB failed to get '%s' for release err (%d) %s",
  894. drv->dname, name, errno, strerror(errno));
  895. return;
  896. }
  897. struct sembuf sops[] = {
  898. { 0, -1, SEM_UNDO }
  899. };
  900. // Allow a 10ms timeout
  901. // exceeding this timeout means it would probably never succeed anyway
  902. struct timespec timeout = { 0, 10000000 };
  903. // Wait forever since we shoud be the one who has it
  904. if (semtimedop(sem, sops, 1, &timeout)) {
  905. applog(LOG_ERR,
  906. "SEM: %d USB failed to release '%s' err (%d) %s",
  907. drv->dname, name, errno, strerror(errno));
  908. }
  909. return;
  910. #endif
  911. }
  912. static void cgminer_usb_unlock(struct device_drv *drv, libusb_device *dev)
  913. {
  914. cgminer_usb_unlock_bd(drv, libusb_get_bus_number(dev), libusb_get_device_address(dev));
  915. }
  916. static struct cg_usb_device *free_cgusb(struct cg_usb_device *cgusb)
  917. {
  918. if (cgusb->serial_string && cgusb->serial_string != BLANK)
  919. free(cgusb->serial_string);
  920. if (cgusb->manuf_string && cgusb->manuf_string != BLANK)
  921. free(cgusb->manuf_string);
  922. if (cgusb->prod_string && cgusb->prod_string != BLANK)
  923. free(cgusb->prod_string);
  924. free(cgusb->descriptor);
  925. free(cgusb->found);
  926. free(cgusb);
  927. return NULL;
  928. }
  929. void usb_uninit(struct cgpu_info *cgpu)
  930. {
  931. // May have happened already during a failed initialisation
  932. // if release_cgpu() was called due to a USB NODEV(err)
  933. if (!cgpu->usbdev)
  934. return;
  935. libusb_release_interface(cgpu->usbdev->handle, cgpu->usbdev->found->interface);
  936. libusb_close(cgpu->usbdev->handle);
  937. cgpu->usbdev = free_cgusb(cgpu->usbdev);
  938. }
  939. static void release_cgpu(struct cgpu_info *cgpu)
  940. {
  941. struct cg_usb_device *cgusb = cgpu->usbdev;
  942. struct cgpu_info *lookcgpu;
  943. int i;
  944. // It has already been done
  945. if (cgpu->usbinfo.nodev)
  946. return;
  947. total_count--;
  948. drv_count[cgpu->drv->drv_id].count--;
  949. cgpu->usbinfo.nodev = true;
  950. cgpu->usbinfo.nodev_count++;
  951. cgtime(&cgpu->usbinfo.last_nodev);
  952. // Any devices sharing the same USB device should be marked also
  953. // Currently only MMQ shares a USB device
  954. for (i = 0; i < total_devices; i++) {
  955. lookcgpu = get_devices(i);
  956. if (lookcgpu != cgpu && lookcgpu->usbdev == cgusb) {
  957. total_count--;
  958. drv_count[lookcgpu->drv->drv_id].count--;
  959. lookcgpu->usbinfo.nodev = true;
  960. lookcgpu->usbinfo.nodev_count++;
  961. memcpy(&(lookcgpu->usbinfo.last_nodev),
  962. &(cgpu->usbinfo.last_nodev), sizeof(struct timeval));
  963. lookcgpu->usbdev = NULL;
  964. }
  965. }
  966. usb_uninit(cgpu);
  967. cgminer_usb_unlock_bd(cgpu->drv, cgpu->usbinfo.bus_number, cgpu->usbinfo.device_address);
  968. }
  969. bool usb_init(struct cgpu_info *cgpu, struct libusb_device *dev, struct usb_find_devices *found)
  970. {
  971. struct cg_usb_device *cgusb = NULL;
  972. struct libusb_config_descriptor *config = NULL;
  973. const struct libusb_interface_descriptor *idesc;
  974. const struct libusb_endpoint_descriptor *epdesc;
  975. unsigned char strbuf[STRBUFLEN+1];
  976. char devstr[STRBUFLEN+1];
  977. int err, i, j, k;
  978. cgpu->usbinfo.bus_number = libusb_get_bus_number(dev);
  979. cgpu->usbinfo.device_address = libusb_get_device_address(dev);
  980. sprintf(devstr, "- %s device %d:%d", found->name,
  981. cgpu->usbinfo.bus_number, cgpu->usbinfo.device_address);
  982. cgusb = calloc(1, sizeof(*cgusb));
  983. cgusb->found = found;
  984. cgusb->descriptor = calloc(1, sizeof(*(cgusb->descriptor)));
  985. err = libusb_get_device_descriptor(dev, cgusb->descriptor);
  986. if (err) {
  987. applog(LOG_DEBUG,
  988. "USB init failed to get descriptor, err %d %s",
  989. err, devstr);
  990. goto dame;
  991. }
  992. err = libusb_open(dev, &(cgusb->handle));
  993. if (err) {
  994. switch (err) {
  995. case LIBUSB_ERROR_ACCESS:
  996. applog(LOG_ERR,
  997. "USB init open device failed, err %d, "
  998. "you dont have priviledge to access %s",
  999. err, devstr);
  1000. break;
  1001. #ifdef WIN32
  1002. // Windows specific message
  1003. case LIBUSB_ERROR_NOT_SUPPORTED:
  1004. applog(LOG_ERR,
  1005. "USB init, open device failed, err %d, "
  1006. "you need to install a Windows USB driver for %s",
  1007. err, devstr);
  1008. break;
  1009. #endif
  1010. default:
  1011. applog(LOG_DEBUG,
  1012. "USB init, open failed, err %d %s",
  1013. err, devstr);
  1014. }
  1015. goto dame;
  1016. }
  1017. #ifndef WIN32
  1018. if (libusb_kernel_driver_active(cgusb->handle, found->kernel) == 1) {
  1019. applog(LOG_DEBUG, "USB init, kernel attached ... %s", devstr);
  1020. err = libusb_detach_kernel_driver(cgusb->handle, found->kernel);
  1021. if (err == 0) {
  1022. applog(LOG_DEBUG,
  1023. "USB init, kernel detached successfully %s",
  1024. devstr);
  1025. } else {
  1026. applog(LOG_WARNING,
  1027. "USB init, kernel detach failed, err %d in use? %s",
  1028. err, devstr);
  1029. goto cldame;
  1030. }
  1031. }
  1032. #endif
  1033. if (found->iManufacturer) {
  1034. unsigned char man[STRBUFLEN+1];
  1035. err = libusb_get_string_descriptor_ascii(cgusb->handle,
  1036. cgusb->descriptor->iManufacturer,
  1037. man, STRBUFLEN);
  1038. if (err < 0) {
  1039. applog(LOG_DEBUG,
  1040. "USB init, failed to get iManufacturer, err %d %s",
  1041. err, devstr);
  1042. goto cldame;
  1043. }
  1044. if (strcmp((char *)man, found->iManufacturer))
  1045. goto cldame;
  1046. }
  1047. if (found->iProduct) {
  1048. unsigned char prod[STRBUFLEN+1];
  1049. err = libusb_get_string_descriptor_ascii(cgusb->handle,
  1050. cgusb->descriptor->iProduct,
  1051. prod, STRBUFLEN);
  1052. if (err < 0) {
  1053. applog(LOG_DEBUG,
  1054. "USB init, failed to get iProduct, err %d %s",
  1055. err, devstr);
  1056. goto cldame;
  1057. }
  1058. if (strcmp((char *)prod, found->iProduct))
  1059. goto cldame;
  1060. }
  1061. err = libusb_set_configuration(cgusb->handle, found->config);
  1062. if (err) {
  1063. switch(err) {
  1064. case LIBUSB_ERROR_BUSY:
  1065. applog(LOG_WARNING,
  1066. "USB init, set config %d in use %s",
  1067. found->config, devstr);
  1068. break;
  1069. default:
  1070. applog(LOG_DEBUG,
  1071. "USB init, failed to set config to %d, err %d %s",
  1072. found->config, err, devstr);
  1073. }
  1074. goto cldame;
  1075. }
  1076. err = libusb_get_active_config_descriptor(dev, &config);
  1077. if (err) {
  1078. applog(LOG_DEBUG,
  1079. "USB init, failed to get config descriptor, err %d %s",
  1080. err, devstr);
  1081. goto cldame;
  1082. }
  1083. if ((int)(config->bNumInterfaces) <= found->interface)
  1084. goto cldame;
  1085. for (i = 0; i < found->epcount; i++)
  1086. found->eps[i].found = false;
  1087. for (i = 0; i < config->interface[found->interface].num_altsetting; i++) {
  1088. idesc = &(config->interface[found->interface].altsetting[i]);
  1089. for (j = 0; j < (int)(idesc->bNumEndpoints); j++) {
  1090. epdesc = &(idesc->endpoint[j]);
  1091. for (k = 0; k < found->epcount; k++) {
  1092. if (!found->eps[k].found) {
  1093. if (epdesc->bmAttributes == found->eps[k].att
  1094. && epdesc->wMaxPacketSize >= found->eps[k].size
  1095. && epdesc->bEndpointAddress == found->eps[k].ep) {
  1096. found->eps[k].found = true;
  1097. break;
  1098. }
  1099. }
  1100. }
  1101. }
  1102. }
  1103. for (i = 0; i < found->epcount; i++)
  1104. if (found->eps[i].found == false)
  1105. goto cldame;
  1106. err = libusb_claim_interface(cgusb->handle, found->interface);
  1107. if (err) {
  1108. switch(err) {
  1109. case LIBUSB_ERROR_BUSY:
  1110. applog(LOG_WARNING,
  1111. "USB init, claim interface %d in use %s",
  1112. found->interface, devstr);
  1113. break;
  1114. default:
  1115. applog(LOG_DEBUG,
  1116. "USB init, claim interface %d failed, err %d %s",
  1117. found->interface, err, devstr);
  1118. }
  1119. goto cldame;
  1120. }
  1121. cgusb->usbver = cgusb->descriptor->bcdUSB;
  1122. // TODO: allow this with the right version of the libusb include and running library
  1123. // cgusb->speed = libusb_get_device_speed(dev);
  1124. err = libusb_get_string_descriptor_ascii(cgusb->handle,
  1125. cgusb->descriptor->iProduct, strbuf, STRBUFLEN);
  1126. if (err > 0)
  1127. cgusb->prod_string = strdup((char *)strbuf);
  1128. else
  1129. cgusb->prod_string = (char *)BLANK;
  1130. err = libusb_get_string_descriptor_ascii(cgusb->handle,
  1131. cgusb->descriptor->iManufacturer, strbuf, STRBUFLEN);
  1132. if (err > 0)
  1133. cgusb->manuf_string = strdup((char *)strbuf);
  1134. else
  1135. cgusb->manuf_string = (char *)BLANK;
  1136. err = libusb_get_string_descriptor_ascii(cgusb->handle,
  1137. cgusb->descriptor->iSerialNumber, strbuf, STRBUFLEN);
  1138. if (err > 0)
  1139. cgusb->serial_string = strdup((char *)strbuf);
  1140. else
  1141. cgusb->serial_string = (char *)BLANK;
  1142. // TODO: ?
  1143. // cgusb->fwVersion <- for temp1/temp2 decision? or serial? (driver-modminer.c)
  1144. // cgusb->interfaceVersion
  1145. applog(LOG_DEBUG,
  1146. "USB init %s usbver=%04x prod='%s' manuf='%s' serial='%s'",
  1147. devstr, cgusb->usbver, cgusb->prod_string,
  1148. cgusb->manuf_string, cgusb->serial_string);
  1149. cgpu->usbdev = cgusb;
  1150. libusb_free_config_descriptor(config);
  1151. // Allow a name change based on the idVendor+idProduct
  1152. // N.B. must be done before calling add_cgpu()
  1153. if (strcmp(cgpu->drv->name, found->name)) {
  1154. if (!cgpu->drv->copy)
  1155. cgpu->drv = copy_drv(cgpu->drv);
  1156. cgpu->drv->name = (char *)(found->name);
  1157. }
  1158. return true;
  1159. cldame:
  1160. libusb_close(cgusb->handle);
  1161. dame:
  1162. if (config)
  1163. libusb_free_config_descriptor(config);
  1164. cgusb = free_cgusb(cgusb);
  1165. return false;
  1166. }
  1167. static bool usb_check_device(struct device_drv *drv, struct libusb_device *dev, struct usb_find_devices *look)
  1168. {
  1169. struct libusb_device_descriptor desc;
  1170. int bus_number, device_address;
  1171. int err, i;
  1172. bool ok;
  1173. err = libusb_get_device_descriptor(dev, &desc);
  1174. if (err) {
  1175. applog(LOG_DEBUG, "USB check device: Failed to get descriptor, err %d", err);
  1176. return false;
  1177. }
  1178. if (desc.idVendor != look->idVendor || desc.idProduct != look->idProduct) {
  1179. applog(LOG_DEBUG, "%s looking for %s %04x:%04x but found %04x:%04x instead",
  1180. drv->name, look->name, look->idVendor, look->idProduct, desc.idVendor, desc.idProduct);
  1181. return false;
  1182. }
  1183. if (busdev_count > 0) {
  1184. bus_number = (int)libusb_get_bus_number(dev);
  1185. device_address = (int)libusb_get_device_address(dev);
  1186. ok = false;
  1187. for (i = 0; i < busdev_count; i++) {
  1188. if (bus_number == busdev[i].bus_number) {
  1189. if (busdev[i].device_address == -1 ||
  1190. device_address == busdev[i].device_address) {
  1191. ok = true;
  1192. break;
  1193. }
  1194. }
  1195. }
  1196. if (!ok) {
  1197. applog(LOG_DEBUG, "%s rejected %s %04x:%04x with bus:dev (%d:%d)",
  1198. drv->name, look->name, look->idVendor, look->idProduct,
  1199. bus_number, device_address);
  1200. return false;
  1201. }
  1202. }
  1203. applog(LOG_DEBUG, "%s looking for and found %s %04x:%04x",
  1204. drv->name, look->name, look->idVendor, look->idProduct);
  1205. return true;
  1206. }
  1207. static struct usb_find_devices *usb_check_each(int drvnum, struct device_drv *drv, struct libusb_device *dev)
  1208. {
  1209. struct usb_find_devices *found;
  1210. int i;
  1211. for (i = 0; find_dev[i].drv != DRV_LAST; i++)
  1212. if (find_dev[i].drv == drvnum) {
  1213. if (usb_check_device(drv, dev, &(find_dev[i]))) {
  1214. found = malloc(sizeof(*found));
  1215. memcpy(found, &(find_dev[i]), sizeof(*found));
  1216. return found;
  1217. }
  1218. }
  1219. return NULL;
  1220. }
  1221. static struct usb_find_devices *usb_check(__maybe_unused struct device_drv *drv, __maybe_unused struct libusb_device *dev)
  1222. {
  1223. if (drv_count[drv->drv_id].count >= drv_count[drv->drv_id].limit) {
  1224. applog(LOG_DEBUG,
  1225. "USB scan devices3: %s limit %d reached",
  1226. drv->dname, drv_count[drv->drv_id].limit);
  1227. return NULL;
  1228. }
  1229. #ifdef USE_BFLSC
  1230. if (drv->drv_id == DRIVER_BFLSC)
  1231. return usb_check_each(DRV_BFLSC, drv, dev);
  1232. #endif
  1233. #ifdef USE_BITFORCE
  1234. if (drv->drv_id == DRIVER_BITFORCE)
  1235. return usb_check_each(DRV_BITFORCE, drv, dev);
  1236. #endif
  1237. #ifdef USE_ICARUS
  1238. if (drv->drv_id == DRIVER_ICARUS)
  1239. return usb_check_each(DRV_ICARUS, drv, dev);
  1240. #endif
  1241. #ifdef USE_MODMINER
  1242. if (drv->drv_id == DRIVER_MODMINER)
  1243. return usb_check_each(DRV_MODMINER, drv, dev);
  1244. #endif
  1245. #ifdef USE_AVALON
  1246. if (drv->drv_id == DRIVER_AVALON)
  1247. return usb_check_each(DRV_AVALON, drv, dev);
  1248. #endif
  1249. return NULL;
  1250. }
  1251. void usb_detect(struct device_drv *drv, bool (*device_detect)(struct libusb_device *, struct usb_find_devices *))
  1252. {
  1253. libusb_device **list;
  1254. ssize_t count, i;
  1255. struct usb_find_devices *found;
  1256. applog(LOG_DEBUG, "USB scan devices: checking for %s devices", drv->name);
  1257. if (total_count >= total_limit) {
  1258. applog(LOG_DEBUG, "USB scan devices: total limit %d reached", total_limit);
  1259. return;
  1260. }
  1261. if (drv_count[drv->drv_id].count >= drv_count[drv->drv_id].limit) {
  1262. applog(LOG_DEBUG,
  1263. "USB scan devices: %s limit %d reached",
  1264. drv->dname, drv_count[drv->drv_id].limit);
  1265. return;
  1266. }
  1267. count = libusb_get_device_list(NULL, &list);
  1268. if (count < 0) {
  1269. applog(LOG_DEBUG, "USB scan devices: failed, err %d", count);
  1270. return;
  1271. }
  1272. if (count == 0)
  1273. applog(LOG_DEBUG, "USB scan devices: found no devices");
  1274. for (i = 0; i < count; i++) {
  1275. if (total_count >= total_limit) {
  1276. applog(LOG_DEBUG, "USB scan devices2: total limit %d reached", total_limit);
  1277. break;
  1278. }
  1279. if (drv_count[drv->drv_id].count >= drv_count[drv->drv_id].limit) {
  1280. applog(LOG_DEBUG,
  1281. "USB scan devices2: %s limit %d reached",
  1282. drv->dname, drv_count[drv->drv_id].limit);
  1283. break;
  1284. }
  1285. found = usb_check(drv, list[i]);
  1286. if (found != NULL) {
  1287. if (cgminer_usb_lock(drv, list[i]) == false)
  1288. free(found);
  1289. else {
  1290. if (!device_detect(list[i], found))
  1291. cgminer_usb_unlock(drv, list[i]);
  1292. else {
  1293. total_count++;
  1294. drv_count[drv->drv_id].count++;
  1295. }
  1296. }
  1297. }
  1298. }
  1299. libusb_free_device_list(list, 1);
  1300. }
  1301. // Set this to 0 to remove stats processing
  1302. #define DO_USB_STATS 1
  1303. #if DO_USB_STATS
  1304. #define USB_STATS(sgpu, sta, fin, err, cmd, seq) stats(cgpu, sta, fin, err, cmd, seq)
  1305. #define STATS_TIMEVAL(tv) cgtime(tv)
  1306. #else
  1307. #define USB_STATS(sgpu, sta, fin, err, cmd, seq)
  1308. #define STATS_TIMEVAL(tv)
  1309. #endif
  1310. // The stat data can be spurious due to not locking it before copying it -
  1311. // however that would require the stat() function to also lock and release
  1312. // a mutex every time a usb read or write is called which would slow
  1313. // things down more
  1314. struct api_data *api_usb_stats(__maybe_unused int *count)
  1315. {
  1316. #if DO_USB_STATS
  1317. struct cg_usb_stats_details *details;
  1318. struct cg_usb_stats *sta;
  1319. struct api_data *root = NULL;
  1320. int device;
  1321. int cmdseq;
  1322. if (next_stat == 0)
  1323. return NULL;
  1324. while (*count < next_stat * C_MAX * 2) {
  1325. device = *count / (C_MAX * 2);
  1326. cmdseq = *count % (C_MAX * 2);
  1327. (*count)++;
  1328. sta = &(usb_stats[device]);
  1329. details = &(sta->details[cmdseq]);
  1330. // Only show stats that have results
  1331. if (details->item[CMD_CMD].count == 0 &&
  1332. details->item[CMD_TIMEOUT].count == 0 &&
  1333. details->item[CMD_ERROR].count == 0)
  1334. continue;
  1335. root = api_add_string(root, "Name", sta->name, false);
  1336. root = api_add_int(root, "ID", &(sta->device_id), false);
  1337. root = api_add_const(root, "Stat", usb_commands[cmdseq/2], false);
  1338. root = api_add_int(root, "Seq", &(details->seq), true);
  1339. root = api_add_uint64(root, "Count",
  1340. &(details->item[CMD_CMD].count), true);
  1341. root = api_add_double(root, "Total Delay",
  1342. &(details->item[CMD_CMD].total_delay), true);
  1343. root = api_add_double(root, "Min Delay",
  1344. &(details->item[CMD_CMD].min_delay), true);
  1345. root = api_add_double(root, "Max Delay",
  1346. &(details->item[CMD_CMD].max_delay), true);
  1347. root = api_add_uint64(root, "Timeout Count",
  1348. &(details->item[CMD_TIMEOUT].count), true);
  1349. root = api_add_double(root, "Timeout Total Delay",
  1350. &(details->item[CMD_TIMEOUT].total_delay), true);
  1351. root = api_add_double(root, "Timeout Min Delay",
  1352. &(details->item[CMD_TIMEOUT].min_delay), true);
  1353. root = api_add_double(root, "Timeout Max Delay",
  1354. &(details->item[CMD_TIMEOUT].max_delay), true);
  1355. root = api_add_uint64(root, "Error Count",
  1356. &(details->item[CMD_ERROR].count), true);
  1357. root = api_add_double(root, "Error Total Delay",
  1358. &(details->item[CMD_ERROR].total_delay), true);
  1359. root = api_add_double(root, "Error Min Delay",
  1360. &(details->item[CMD_ERROR].min_delay), true);
  1361. root = api_add_double(root, "Error Max Delay",
  1362. &(details->item[CMD_ERROR].max_delay), true);
  1363. root = api_add_timeval(root, "First Command",
  1364. &(details->item[CMD_CMD].first), true);
  1365. root = api_add_timeval(root, "Last Command",
  1366. &(details->item[CMD_CMD].last), true);
  1367. root = api_add_timeval(root, "First Timeout",
  1368. &(details->item[CMD_TIMEOUT].first), true);
  1369. root = api_add_timeval(root, "Last Timeout",
  1370. &(details->item[CMD_TIMEOUT].last), true);
  1371. root = api_add_timeval(root, "First Error",
  1372. &(details->item[CMD_ERROR].first), true);
  1373. root = api_add_timeval(root, "Last Error",
  1374. &(details->item[CMD_ERROR].last), true);
  1375. return root;
  1376. }
  1377. #endif
  1378. return NULL;
  1379. }
  1380. #if DO_USB_STATS
  1381. static void newstats(struct cgpu_info *cgpu)
  1382. {
  1383. int i;
  1384. mutex_lock(&cgusb_lock);
  1385. cgpu->usbinfo.usbstat = ++next_stat;
  1386. mutex_unlock(&cgusb_lock);
  1387. usb_stats = realloc(usb_stats, sizeof(*usb_stats) * next_stat);
  1388. usb_stats[next_stat-1].name = cgpu->drv->name;
  1389. usb_stats[next_stat-1].device_id = -1;
  1390. usb_stats[next_stat-1].details = calloc(1, sizeof(struct cg_usb_stats_details) * C_MAX * 2);
  1391. for (i = 1; i < C_MAX * 2; i += 2)
  1392. usb_stats[next_stat-1].details[i].seq = 1;
  1393. }
  1394. #endif
  1395. void update_usb_stats(__maybe_unused struct cgpu_info *cgpu)
  1396. {
  1397. #if DO_USB_STATS
  1398. if (cgpu->usbinfo.usbstat < 1)
  1399. newstats(cgpu);
  1400. // we don't know the device_id until after add_cgpu()
  1401. usb_stats[cgpu->usbinfo.usbstat - 1].device_id = cgpu->device_id;
  1402. #endif
  1403. }
  1404. #if DO_USB_STATS
  1405. static void stats(struct cgpu_info *cgpu, struct timeval *tv_start, struct timeval *tv_finish, int err, enum usb_cmds cmd, int seq)
  1406. {
  1407. struct cg_usb_stats_details *details;
  1408. double diff;
  1409. int item;
  1410. if (cgpu->usbinfo.usbstat < 1)
  1411. newstats(cgpu);
  1412. details = &(usb_stats[cgpu->usbinfo.usbstat - 1].details[cmd * 2 + seq]);
  1413. diff = tdiff(tv_finish, tv_start);
  1414. switch (err) {
  1415. case LIBUSB_SUCCESS:
  1416. item = CMD_CMD;
  1417. break;
  1418. case LIBUSB_ERROR_TIMEOUT:
  1419. item = CMD_TIMEOUT;
  1420. break;
  1421. default:
  1422. item = CMD_ERROR;
  1423. break;
  1424. }
  1425. if (details->item[item].count == 0) {
  1426. details->item[item].min_delay = diff;
  1427. memcpy(&(details->item[item].first), tv_start, sizeof(*tv_start));
  1428. } else if (diff < details->item[item].min_delay)
  1429. details->item[item].min_delay = diff;
  1430. if (diff > details->item[item].max_delay)
  1431. details->item[item].max_delay = diff;
  1432. details->item[item].total_delay += diff;
  1433. memcpy(&(details->item[item].last), tv_start, sizeof(*tv_start));
  1434. details->item[item].count++;
  1435. }
  1436. static void rejected_inc(struct cgpu_info *cgpu)
  1437. {
  1438. struct cg_usb_stats_details *details;
  1439. int item = CMD_ERROR;
  1440. if (cgpu->usbinfo.usbstat < 1)
  1441. newstats(cgpu);
  1442. details = &(usb_stats[cgpu->usbinfo.usbstat - 1].details[C_REJECTED * 2 + 0]);
  1443. details->item[item].count++;
  1444. }
  1445. #endif
  1446. #define USB_MAX_READ 8192
  1447. int _usb_read(struct cgpu_info *cgpu, int ep, char *buf, size_t bufsiz, int *processed, unsigned int timeout, const char *end, enum usb_cmds cmd, bool ftdi)
  1448. {
  1449. struct cg_usb_device *usbdev = cgpu->usbdev;
  1450. #if DO_USB_STATS
  1451. struct timeval tv_start;
  1452. #endif
  1453. struct timeval read_start, tv_finish;
  1454. unsigned int initial_timeout;
  1455. double max, done;
  1456. int err, got, tot;
  1457. bool first = true;
  1458. unsigned char *search;
  1459. int endlen;
  1460. // We add 4: 1 for null, 2 for FTDI status and 1 to round to 4 bytes
  1461. unsigned char usbbuf[USB_MAX_READ+4], *ptr;
  1462. size_t usbbufread;
  1463. if (bufsiz > USB_MAX_READ)
  1464. quit(1, "%s USB read request %d too large (max=%d)", cgpu->drv->name, bufsiz, USB_MAX_READ);
  1465. if (cgpu->usbinfo.nodev) {
  1466. *buf = '\0';
  1467. *processed = 0;
  1468. #if DO_USB_STATS
  1469. rejected_inc(cgpu);
  1470. #endif
  1471. return LIBUSB_ERROR_NO_DEVICE;
  1472. }
  1473. if (timeout == DEVTIMEOUT)
  1474. timeout = usbdev->found->timeout;
  1475. if (end == NULL) {
  1476. if (ftdi)
  1477. usbbufread = bufsiz + 2;
  1478. else
  1479. usbbufread = bufsiz;
  1480. got = 0;
  1481. STATS_TIMEVAL(&tv_start);
  1482. err = libusb_bulk_transfer(usbdev->handle,
  1483. usbdev->found->eps[ep].ep,
  1484. usbbuf, usbbufread, &got, timeout);
  1485. STATS_TIMEVAL(&tv_finish);
  1486. USB_STATS(cgpu, &tv_start, &tv_finish, err, cmd, SEQ0);
  1487. usbbuf[got] = '\0';
  1488. if (ftdi) {
  1489. // first 2 bytes returned are an FTDI status
  1490. if (got > 2) {
  1491. got -= 2;
  1492. memmove(usbbuf, usbbuf+2, got+1);
  1493. } else {
  1494. got = 0;
  1495. usbbuf[0] = '\0';
  1496. }
  1497. }
  1498. *processed = got;
  1499. memcpy((char *)buf, (const char *)usbbuf, (got < (int)bufsiz) ? got + 1 : (int)bufsiz);
  1500. if (NODEV(err))
  1501. release_cgpu(cgpu);
  1502. return err;
  1503. }
  1504. tot = 0;
  1505. ptr = usbbuf;
  1506. endlen = strlen(end);
  1507. err = LIBUSB_SUCCESS;
  1508. initial_timeout = timeout;
  1509. max = ((double)timeout) / 1000.0;
  1510. cgtime(&read_start);
  1511. while (bufsiz) {
  1512. if (ftdi)
  1513. usbbufread = bufsiz + 2;
  1514. else
  1515. usbbufread = bufsiz;
  1516. got = 0;
  1517. STATS_TIMEVAL(&tv_start);
  1518. err = libusb_bulk_transfer(usbdev->handle,
  1519. usbdev->found->eps[ep].ep,
  1520. ptr, usbbufread, &got, timeout);
  1521. cgtime(&tv_finish);
  1522. USB_STATS(cgpu, &tv_start, &tv_finish, err, cmd, first ? SEQ0 : SEQ1);
  1523. ptr[got] = '\0';
  1524. if (ftdi) {
  1525. // first 2 bytes returned are an FTDI status
  1526. if (got > 2) {
  1527. got -= 2;
  1528. memmove(ptr, ptr+2, got+1);
  1529. } else {
  1530. got = 0;
  1531. *ptr = '\0';
  1532. }
  1533. }
  1534. tot += got;
  1535. if (err)
  1536. break;
  1537. // WARNING - this will return data past END ('if' there is extra data)
  1538. if (endlen <= tot) {
  1539. // If END is only 1 char - do a faster search
  1540. if (endlen == 1) {
  1541. if (strchr((char *)ptr, *end))
  1542. break;
  1543. } else {
  1544. // must allow END to have been chopped in 2 transfers
  1545. if ((tot - got) >= (endlen - 1))
  1546. search = ptr - (endlen - 1);
  1547. else
  1548. search = ptr - (tot - got);
  1549. if (strstr((char *)search, end))
  1550. break;
  1551. }
  1552. }
  1553. ptr += got;
  1554. bufsiz -= got;
  1555. first = false;
  1556. done = tdiff(&tv_finish, &read_start);
  1557. // N.B. this is return LIBUSB_SUCCESS with whatever size has already been read
  1558. if (unlikely(done >= max))
  1559. break;
  1560. timeout = initial_timeout - (done * 1000);
  1561. }
  1562. *processed = tot;
  1563. memcpy((char *)buf, (const char *)usbbuf, (tot < (int)bufsiz) ? tot + 1 : (int)bufsiz);
  1564. if (NODEV(err))
  1565. release_cgpu(cgpu);
  1566. return err;
  1567. }
  1568. int _usb_write(struct cgpu_info *cgpu, int ep, char *buf, size_t bufsiz, int *processed, unsigned int timeout, enum usb_cmds cmd)
  1569. {
  1570. struct cg_usb_device *usbdev = cgpu->usbdev;
  1571. #if DO_USB_STATS
  1572. struct timeval tv_start, tv_finish;
  1573. #endif
  1574. int err, sent;
  1575. if (cgpu->usbinfo.nodev) {
  1576. *processed = 0;
  1577. #if DO_USB_STATS
  1578. rejected_inc(cgpu);
  1579. #endif
  1580. return LIBUSB_ERROR_NO_DEVICE;
  1581. }
  1582. sent = 0;
  1583. STATS_TIMEVAL(&tv_start);
  1584. err = libusb_bulk_transfer(usbdev->handle,
  1585. usbdev->found->eps[ep].ep,
  1586. (unsigned char *)buf,
  1587. bufsiz, &sent,
  1588. timeout == DEVTIMEOUT ? usbdev->found->timeout : timeout);
  1589. STATS_TIMEVAL(&tv_finish);
  1590. USB_STATS(cgpu, &tv_start, &tv_finish, err, cmd, SEQ0);
  1591. *processed = sent;
  1592. if (NODEV(err))
  1593. release_cgpu(cgpu);
  1594. return err;
  1595. }
  1596. int _usb_transfer(struct cgpu_info *cgpu, uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned int timeout, enum usb_cmds cmd)
  1597. {
  1598. struct cg_usb_device *usbdev = cgpu->usbdev;
  1599. #if DO_USB_STATS
  1600. struct timeval tv_start, tv_finish;
  1601. #endif
  1602. int err;
  1603. if (cgpu->usbinfo.nodev) {
  1604. #if DO_USB_STATS
  1605. rejected_inc(cgpu);
  1606. #endif
  1607. return LIBUSB_ERROR_NO_DEVICE;
  1608. }
  1609. STATS_TIMEVAL(&tv_start);
  1610. err = libusb_control_transfer(usbdev->handle, request_type,
  1611. bRequest, wValue, wIndex, NULL, 0,
  1612. timeout == DEVTIMEOUT ? usbdev->found->timeout : timeout);
  1613. STATS_TIMEVAL(&tv_finish);
  1614. USB_STATS(cgpu, &tv_start, &tv_finish, err, cmd, SEQ0);
  1615. if (NODEV(err))
  1616. release_cgpu(cgpu);
  1617. return err;
  1618. }
  1619. void usb_cleanup()
  1620. {
  1621. struct cgpu_info *cgpu;
  1622. int i;
  1623. hotplug_time = 0;
  1624. nmsleep(10);
  1625. for (i = 0; i < total_devices; i++) {
  1626. cgpu = devices[i];
  1627. switch (cgpu->drv->drv_id) {
  1628. case DRIVER_BFLSC:
  1629. case DRIVER_BITFORCE:
  1630. case DRIVER_MODMINER:
  1631. case DRIVER_AVALON:
  1632. release_cgpu(cgpu);
  1633. break;
  1634. default:
  1635. break;
  1636. }
  1637. }
  1638. }
  1639. void usb_initialise()
  1640. {
  1641. char *fre, *ptr, *comma, *colon;
  1642. int bus, dev, lim, i;
  1643. bool found;
  1644. for (i = 0; i < DRIVER_MAX; i++) {
  1645. drv_count[i].count = 0;
  1646. drv_count[i].limit = 999999;
  1647. }
  1648. cgusb_check_init();
  1649. if (opt_usb_select && *opt_usb_select) {
  1650. // Absolute device limit
  1651. if (*opt_usb_select == ':') {
  1652. total_limit = atoi(opt_usb_select+1);
  1653. if (total_limit < 0)
  1654. quit(1, "Invalid --usb total limit");
  1655. // Comma list of bus:dev devices to match
  1656. } else if (isdigit(*opt_usb_select)) {
  1657. fre = ptr = strdup(opt_usb_select);
  1658. do {
  1659. comma = strchr(ptr, ',');
  1660. if (comma)
  1661. *(comma++) = '\0';
  1662. colon = strchr(ptr, ':');
  1663. if (!colon)
  1664. quit(1, "Invalid --usb bus:dev missing ':'");
  1665. *(colon++) = '\0';
  1666. if (!isdigit(*ptr))
  1667. quit(1, "Invalid --usb bus:dev - bus must be a number");
  1668. if (!isdigit(*colon) && *colon != '*')
  1669. quit(1, "Invalid --usb bus:dev - dev must be a number or '*'");
  1670. bus = atoi(ptr);
  1671. if (bus <= 0)
  1672. quit(1, "Invalid --usb bus:dev - bus must be > 0");
  1673. if (!colon == '*')
  1674. dev = -1;
  1675. else {
  1676. dev = atoi(colon);
  1677. if (dev <= 0)
  1678. quit(1, "Invalid --usb bus:dev - dev must be > 0 or '*'");
  1679. }
  1680. busdev = realloc(busdev, sizeof(*busdev) * (++busdev_count));
  1681. busdev[busdev_count-1].bus_number = bus;
  1682. busdev[busdev_count-1].device_address = dev;
  1683. ptr = comma;
  1684. } while (ptr);
  1685. free(fre);
  1686. // Comma list of DRV:limit
  1687. } else {
  1688. fre = ptr = strdup(opt_usb_select);
  1689. do {
  1690. comma = strchr(ptr, ',');
  1691. if (comma)
  1692. *(comma++) = '\0';
  1693. colon = strchr(ptr, ':');
  1694. if (!colon)
  1695. quit(1, "Invalid --usb DRV:limit missing ':'");
  1696. *(colon++) = '\0';
  1697. if (!isdigit(*colon))
  1698. quit(1, "Invalid --usb DRV:limit - limit must be a number");
  1699. lim = atoi(colon);
  1700. if (lim < 0)
  1701. quit(1, "Invalid --usb DRV:limit - limit must be >= 0");
  1702. found = false;
  1703. #ifdef USE_BFLSC
  1704. if (strcasecmp(ptr, bflsc_drv.name) == 0) {
  1705. drv_count[bflsc_drv.drv_id].limit = lim;
  1706. found = true;
  1707. }
  1708. #endif
  1709. #ifdef USE_BITFORCE
  1710. if (!found && strcasecmp(ptr, bitforce_drv.name) == 0) {
  1711. drv_count[bitforce_drv.drv_id].limit = lim;
  1712. found = true;
  1713. }
  1714. #endif
  1715. #ifdef USE_MODMINER
  1716. if (!found && strcasecmp(ptr, modminer_drv.name) == 0) {
  1717. drv_count[modminer_drv.drv_id].limit = lim;
  1718. found = true;
  1719. }
  1720. #endif
  1721. #ifdef USE_AVALON
  1722. if (!found && strcasecmp(ptr, avalon_drv.name) == 0) {
  1723. drv_count[avalon_drv.drv_id].limit = lim;
  1724. found = true;
  1725. }
  1726. #endif
  1727. if (!found)
  1728. quit(1, "Invalid --usb DRV:limit - unknown DRV='%s'", ptr);
  1729. ptr = comma;
  1730. } while (ptr);
  1731. free(fre);
  1732. }
  1733. }
  1734. }