|
|
@ -37,8 +37,7 @@ |
|
|
|
* in bursts due to e.g. a 16 chip device doing 16 items at a time and |
|
|
|
* in bursts due to e.g. a 16 chip device doing 16 items at a time and |
|
|
|
* returning 16 results at a time |
|
|
|
* returning 16 results at a time |
|
|
|
* If the device has varying chip speeds, it will gradually break up the |
|
|
|
* If the device has varying chip speeds, it will gradually break up the |
|
|
|
* burst of results as we progress from the last LP |
|
|
|
* burst of results as we progress |
|
|
|
* The next LP will restart all chips approximately together again |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
enum driver_version { |
|
|
|
enum driver_version { |
|
|
|
BFLSC_DRVUNDEF = 0, |
|
|
|
BFLSC_DRVUNDEF = 0, |
|
|
|