2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/drivers/nfc/pn544
Eric Lapuyade 40d06d3647 NFC: Changed event_received hci ops result semantic
Some chips use a standard HCI event code, destined to a proprietary
gate, with a different meaning. Therefore, the HCI driver must always
have a chance to intercept the event before standard processing is
attempted.
The new semantic specifies that the result value "1" means that the
driver doesn't especially handle the event. result <= 0 means it was
handled.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-01-10 00:51:49 +01:00
..
i2c.c NFC: Move pn544.h to linux/platform_data/ 2012-11-19 23:56:59 +01:00
Makefile NFC: Separate pn544 hci driver in HW dependant and independant parts 2012-10-26 18:26:46 +02:00
pn544.c NFC: Changed event_received hci ops result semantic 2013-01-10 00:51:49 +01:00
pn544.h NFC: Separate pn544 hci driver in HW dependant and independant parts 2012-10-26 18:26:46 +02:00