From 5e97605ca8d83414b122bae72e65ea388b66718a Mon Sep 17 00:00:00 2001 From: daniel_Tomas Date: Thu, 9 Dec 2010 10:46:12 -0800 Subject: Download feature added in the libnfc Change-Id: Idfed8c90453a0acc7fa632f62a1e20617b4ae7f6 --- Linux_x86/phDal4Nfc_i2c.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Linux_x86/phDal4Nfc_i2c.c') diff --git a/Linux_x86/phDal4Nfc_i2c.c b/Linux_x86/phDal4Nfc_i2c.c index 667c1a0..2d0e113 100644 --- a/Linux_x86/phDal4Nfc_i2c.c +++ b/Linux_x86/phDal4Nfc_i2c.c @@ -260,25 +260,6 @@ int phDal4Nfc_i2c_reset(long level) return ret; } -/*----------------------------------------------------------------------------- - -FUNCTION: phDal4Nfc_i2c_write - -PURPOSE: Put the PN544 in download mode, using the GPIO4 pin - ------------------------------------------------------------------------------*/ -int phDal4Nfc_i2c_download(long level) -{ - int ret = NFCSTATUS_SUCCESS; - - DAL_DEBUG("phDal4Nfc_i2c_download, GPIO4 level = %ld",level); - - /* TODO: implement firmware download */ abort(); - /* ret = ioctl(gI2cPortContext.nHandle, PN544_DOWNLOAD_CMD, level); */ - - return ret; -} - -- cgit v1.1