From: Eric Lapuyade Date: Tue, 4 Dec 2012 15:43:24 +0000 (+0100) Subject: NFC: Changed event_received hci ops result semantic X-Git-Tag: v3.9-rc1~139^2~242^2^2~26^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d06d3647ea872a7346be1f6859f18cd0fe08d3;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed