Return-path: Received: from mail-oi0-f48.google.com ([209.85.218.48]:35109 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754788AbdAHWco (ORCPT ); Sun, 8 Jan 2017 17:32:44 -0500 Received: by mail-oi0-f48.google.com with SMTP id b126so672966435oia.2 for ; Sun, 08 Jan 2017 14:32:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20170103212136.GA9899@animalcreek.com> References: <1482380314-16440-1-git-send-email-geoff@kuvee.com> <1482380314-16440-3-git-send-email-geoff@kuvee.com> <20161224060141.GA9069@animalcreek.com> <20161224172439.GA15103@animalcreek.com> <20170103163324.GA3184@animalcreek.com> <20170103212136.GA9899@animalcreek.com> From: Geoff Lansberry Date: Sun, 8 Jan 2017 17:32:02 -0500 Message-ID: (sfid-20170108_233454_751486_E1FA4703) Subject: Re: [PATCH v3 3/3] nfc: trf7970a: Prevent repeated polling from crashing the kernel To: Mark Greer Cc: linux-wireless , Lauro Ramos Venancio , Aloisio Almeida Jr , Samuel Ortiz , robh+dt@kernel.org, mark.rutland@arm.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Justin Bronder , Jaret Cantu Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Jan 3, 2017 at 4:21 PM, Mark Greer wrote: > On Tue, Jan 03, 2017 at 01:35:18PM -0500, Geoff Lansberry wrote: >> On Tue, Jan 3, 2017 at 11:33 AM, Mark Greer wrote: >> > On Tue, Dec 27, 2016 at 09:18:32AM -0500, Geoff Lansberry wrote: > >> >> In the meantime - here is some more info about how we use it. >> >> >> >> We do use NFC structures. I did find an interesting clue in that >> >> there are certain bottles that cause neard to segfault, I'm not sure >> >> what is different about them. We write a string, like >> >> "coppola_chardonnay_2015" to the bottles. >> > >> > Off the top of my head, it could be the length of the text. >> > It would be useful to compare the data that works to the data >> > that doesn't work. Can you install NXP's 'TagInfo' app on a >> > smartphone and scan tags with working & non-working data? >> > You can email the data from the app to yourself, edit out >> > the cruft, and share here. >> >> The data is always the same - and the tags are all the same. Only >> difference is that the tag is physically different, and perhaps >> orientation; distance from antenna to tag is fixed. > > Interesting... They're all type 2 tags, right? Yes type 2. > >> I can't even >> write the tags at all, so reading them will show blank. Also a minor >> but significant detail, is that the tags are embedded in such a way >> that the phone cannot get close enough to them to connect. > > This section had me completely confused for a couple minutes until I realized > that you mean that you can read & write the tags using the trf7970a with > an attached antenna but not with your phone. Is that correct? Correct, due to the physical arrangement of the part the tag is embedded in. > > If so, try a tag that isn't embedded in something else and move it around > the back of the phone. Try to find where it works best. The phone > manufacturers are notorius for paying little attention to the NFC antenna > they put on their products. For example, I have a Samsung S5 next to me > and it seems to work best around the center of the phone. I've used others > where I had to use the upper-left or upper-right corner of the phone. I can borrow a phone and try, I do have some other tags. This will take me some time and I'm not optimistic that we will learn much, other than that the tag was not programmed when it does not work. Don't wait on this answer. > > Mark > --