Skip to content

Commit 595d15c

Browse files
Link to nfcpy in docs (#2238)
* Link to nfcpy * update doc for serial devices * Change name Co-authored-by: Alvin Schiller <[email protected]> --------- Co-authored-by: Alvin Schiller <[email protected]>
1 parent b730a9c commit 595d15c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/developers/rfid/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [RDM6300 Reader](rdm6300.md)
99
* [MFRC522 SPI Reader](mfrc522_spi.md)
1010
* [PN532 I2C Reader](pn532_i2c.md)
11+
* [Generic Readers without HID (NFCpy)](generic_nfcpy.md)
1112
* [Mock Reader](mock_reader.md)
1213
* [Template Reader](template_reader.md)
13-
14+

documentation/developers/rfid/generic_nfcpy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module is based on the user space NFC reader library [nfcpy](https://nfcpy.
44
The link above also contains a list of [supported devices](https://nfcpy.readthedocs.io/en/latest/overview.html#supported-devices).
55

66
The goal of this module is to handle USB NFC devices, that don't have a HID-keyboard
7-
driver, and thus cannot be used with the [genericusb](genericusb.md) module.
7+
driver, and thus cannot be used with the [genericusb](genericusb.md) module. Also some serial devices are supported.
88

99
> [!NOTE]
1010
> Since nfcpy is a user-space library, it is required to supress the kernel from loading its driver.

0 commit comments

Comments
 (0)