Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Ok :-) It will be much cleaner (in a few commits... when I see the compat layer, APIs are quite different) ``` Original comment by `[email protected]` on 13 Oct...

``` A branch is currently running with libusb-1.0: https://code.google.com/p/libnfc/source/list?name=libusb10 Next steps are: * Cleaning the extra layers of compatibility currently introduced to use 1.0 over 0.1 API * Getting the...

``` To disable/detach a kernel module you can use libusb_set_auto_detach_kernel_driver() http://libusbx.sourceforge.net/api-1.0/group__dev.html#ga1656d6b7272d4c82f842b20 a834b1467 ``` Original comment by `[email protected]` on 5 Nov 2013 at 4:58

``` [deleted comment] ```

``` [deleted comment] ```

``` hi, libusb and libusbx were just merged back together so it will be hopefully result in a much better windows support. here is a patch against libusb10 branch to...

``` Thanks, this is now committed https://code.google.com/p/libnfc/source/detail?r=5f71a79b56ca64f98900146b103a2f3 61c6dd837&name=libusb10 ``` Original comment by `[email protected]` on 27 Jan 2014 at 10:32

``` hi, another issue is that the use libusb_strerror is not available for libusb < 1.0.16. and should be enable conditionally. here's another patch ``` Original comment by `[email protected]` on...

``` or maybe we could just use libusb_error_name instead ? ``` Original comment by `[email protected]` on 28 Jan 2014 at 10:47

``` - Supported modulations/standards as Initiator (with supported baud rates) - Supported modulations/standards as Target (with supported baud rates) - Hardware assistance for special standard (ie. PN532 with ISO/IEC 14443-4A)...