-
Did I understood correctly that each device has to be explicitly added to your patch?
I have:
Linux 4.1.10-rt11-1-rt #1 SMP PREEMPT RT (compiled few days ago) (Arch Linux)
I have your latest 0.19.10…
-
Hi.
I am compiling a 4.0 kernel for the udoo and need v4l2 capture support. However, the most recent version fails to compile with the following error:
```
....
ERROR: "bg_overlay_sdc_deselect" [dri…
-
Dev Estimate: 5
Test Estimate: 3
The following sample works on 0.8.*:
```
var azure = require("azure");
var bs=azure.createBlobService();
bs.createContainerIfNotExists("blobtest", function(err) { if…