diff options
author | Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> | 2013-04-03 02:02:16 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-11 10:29:08 -0400 |
commit | 495af72e1434724559e756ba32d9040125ac506b (patch) | |
tree | e6e7587d2cee14186dc99a90ef6db4bc51aeeb5c /drivers/nfc | |
parent | 96aac226a4cb19fde1bb3593fcbb8b2a86e7b0f5 (diff) |
NFC: pn533: Increase version number
Major features added in 0.2 version:
* frame ops added to support wider set of devices
* support of ACS ACR122U
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r-- | drivers/nfc/pn533.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index 32737a68e74f..4d56ad4c8bfb 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/netdevice.h> | 27 | #include <linux/netdevice.h> |
28 | #include <net/nfc/nfc.h> | 28 | #include <net/nfc/nfc.h> |
29 | 29 | ||
30 | #define VERSION "0.1" | 30 | #define VERSION "0.2" |
31 | 31 | ||
32 | #define PN533_VENDOR_ID 0x4CC | 32 | #define PN533_VENDOR_ID 0x4CC |
33 | #define PN533_PRODUCT_ID 0x2533 | 33 | #define PN533_PRODUCT_ID 0x2533 |