jr64 / nxp-pn5xx

NXP's NFC Open Source Kernel mode driver
GNU General Public License v2.0
13 stars 2 forks source link

NXP3001 support #2

Open felixphew opened 5 years ago

felixphew commented 5 years ago

Hi,

I have a Fujitsu laptop (S938) that appears to have a similar ACPI NFC chip, except its bus location is NXP3001 instead of NXP1001. I've tried simply changing the string but the module appears not to pick up on it.

How difficult do you think it would be to add support for these similar devices? (Judging by the .INF file for a Windows driver I came accross, there are a whole bunch of possible addresses: NXP1000, NXP1001, NXP1002, NXP1003, NXP7471, NXP8013, and NXP3001.)

andy-shev commented 5 years ago

@felixphew Why did you not try vanilla kernel? The driver is there, adding ID should be simple task.

felixphew commented 5 years ago

That's exactly what I'm saying; adding the ID alone appears to not be enough. I'll give it another try this afternoon.