aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/usb.c
diff options
context:
space:
mode:
authorVincent Cuissard <cuissard@marvell.com>2015-06-11 11:25:43 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2015-06-11 23:24:09 +0200
commitf1f1a7da2b3853bf55ee5aab47c8916454b65fa8 (patch)
treedc506c43af42e2ce525ebbe26f8cda7fb8659acd /drivers/nfc/nfcmrvl/usb.c
parentNFC: nfcmrvl: remove integration related settings (diff)
downloadlinux-dev-f1f1a7da2b3853bf55ee5aab47c8916454b65fa8.tar.xz
linux-dev-f1f1a7da2b3853bf55ee5aab47c8916454b65fa8.zip
NFC: nfcmrvl: add support of HCI-based transport
In some configuration NCI packet can be encapsulated in HCI packets. This patch had the support of this. Signed-off-by: Vincent Cuissard <cuissard@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nfcmrvl/usb.c')
-rw-r--r--drivers/nfc/nfcmrvl/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/nfcmrvl/usb.c b/drivers/nfc/nfcmrvl/usb.c
index 6cf15c1a2618..df534b90468b 100644
--- a/drivers/nfc/nfcmrvl/usb.c
+++ b/drivers/nfc/nfcmrvl/usb.c
@@ -329,7 +329,7 @@ static int nfcmrvl_probe(struct usb_interface *intf,
init_usb_anchor(&drv_data->deferred);
priv = nfcmrvl_nci_register_dev(drv_data, &usb_ops,
- &drv_data->udev->dev);
+ &drv_data->udev->dev, 0);
if (IS_ERR(priv))
return PTR_ERR(priv);