From: Willy Tarreau Date: Sat, 22 Nov 2008 11:52:18 +0000 (+0100) Subject: Staging: panel: remove support for smartcards X-Git-Tag: v2.6.29-rc1~228^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=630231776da4916e40ecbee8b8f347f0cc78e7d3;p=pandora-kernel.git Staging: panel: remove support for smartcards Smartcard support was more like a proof-of-concept than a completed work. It was only able to read serial numbers from a few smartcards, and the goal was to be able to secure keypad access with a smartcard. Given how the concept was limited, this was never used beyond demos, and it's better to remove this code so that nobody tries to use it for security purposes. The function panel_bind_callback() was ifdef'ed out, as its only user was smartcard. However, it would be a waste to remove it because many variations made on this driver will need it. Signed-off-by: Willy Tarreau Cc: Frank Menne Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed