WHATIS scan_keyb

From: Jiri Slaby
Date: Fri Feb 09 2007 - 10:11:55 EST


Hi.

What's drivers/char/scan_keyb.{c,h} for, when it's referenced in no place (aside a fact, that it uses some old API and hence is broken)?

$ grep -r scan_keyb *
drivers/char/scan_keyb.c: * $Id: scan_keyb.c,v 1.2 2000/07/04 06:24:42 yaegashi Exp $
drivers/char/scan_keyb.c:struct scan_keyboard {
drivers/char/scan_keyb.c: struct scan_keyboard *next;
drivers/char/scan_keyb.c:static struct scan_keyboard *keyboards=NULL;
drivers/char/scan_keyb.c: struct scan_keyboard *kbd;
drivers/char/scan_keyb.c:int register_scan_keyboard(int (*scan)(unsigned char *buffer),
drivers/char/scan_keyb.c: struct scan_keyboard *kbd;
drivers/char/scan_keyb.c: kbd = kmalloc(sizeof(struct scan_keyboard), GFP_KERNEL);
drivers/char/scan_keyb.h: * $Id: scan_keyb.h,v 1.1 2000/06/10 21:45:30 yaegashi Exp $
drivers/char/scan_keyb.h:int register_scan_keyboard(int (*scan)(unsigned char *buffer),

thanks,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/