Sedat Dilek

Results 11 comments of Sedat Dilek

Just want to let you know... With the patch series "[PATCH v2 00/12] NFC: nxp-nci: clean up and support new ID" (see [1]) I was able to get my NFC...

@mweinelt Thanks for testing. Andy is preparing a v3 of his patchset. What says...? ``` # rfkill --output ID,TYPE ID TYPE 0 bluetooth 1 nfc 2 wlan 3 bluetooth #...

v4 of the patchset was included in net-next Git. [1] https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git

@mweinelt I am testing the patchset v4 against Linux v5.3-rc5 with Debian neard v0.16: ``` # lsmod | egrep 'nfc|nci|nxp' | sort nci 73728 2 nxp_nci,nxp_nci_i2c nfc 118784 14 nci,nxp_nci...

Here the same with nfctool command (which I think is a wrapper to above commands): ``` # nfctool --list # nfctool --enable --device=nfc0 # nfctool --list --device=nfc0 nfc0: Tags: [...

Get the full patchset from net-next.git as a single patch... ``` wget -O nfc-nxp-nci-v4.patch "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/patch/?id=e9e1dcda2e64281a6b66f136b79703763d93771c" ``` [1] https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/patch/?id=e9e1dcda2e64281a6b66f136b79703763d93771c

Thanks for the reports! Unsure if user-space daemons/tools like `neard{-tools}` and libs like `libnfc{-nci}` needs to be adapted for newer Linux-kernels. Someone happen to know something about firmware required? Just...

The relevant patchset got in with Linux v5.4-rc1. As they are no bug-fixes for stable Linux releases you have to get (git cherrypick) them from Linus upstream.

Happy new 2020. Wow, so many feedbacks :-). Unfortunately, I have no more the Lenovo T470 notebook as I left the company. Thanks for the hint with upgrading to a...

Thanks @pbirkants Just to clarify: The default Debian/unstable Kernel v5.4.x does not ship the required kernel-modules and options. This is currently linux-image-5.4.0-2-amd64 (5.4.8-1). Please, open a bug-report in Debian's BTS...