Lines Matching full:keyboard

7  * LK keyboard driver for Linux, based on sunkbd.c (C) by Vojtech Pavlik
11 * DEC LK201 and LK401 keyboard driver for Linux (primary for DECstations
39 * The keyboard and all the commands it understands are documented in
60 #define DRIVER_DESC "LK keyboard driver"
127 /* Misc responses from keyboard */
262 * Per-keyboard data
281 * Responses from the keyboard and mapping back to their names.
358 * Print keyboard name and modify Compose=Alt on user's request. in lkkbd_detection_done()
362 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
369 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
373 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done()
375 "lkkbd: keyboard on %s is unknown, please report to " in lkkbd_detection_done()
377 printk(KERN_ERR "lkkbd: keyboard ID'ed as:"); in lkkbd_detection_done()
384 printk(KERN_INFO "lkkbd: keyboard on %s identified as: %s\n", in lkkbd_detection_done()
388 * Report errors during keyboard boot-up. in lkkbd_detection_done()
396 printk(KERN_ERR "lkkbd: Stuck key on keyboard at %s\n", in lkkbd_detection_done()
402 "lkkbd: Selftest failed on keyboard at %s, " in lkkbd_detection_done()
403 "keyboard may not work properly\n", lk->phys); in lkkbd_detection_done()
408 "lkkbd: Unknown error %02x on keyboard at %s\n", in lkkbd_detection_done()
582 * only work with a LK401 keyboard and grants access to in lkkbd_reinit()
605 * lkkbd_connect() probes for a LK keyboard and fills the necessary structures.
629 strlcpy(lk->name, "DEC LK keyboard", sizeof(lk->name)); in lkkbd_connect()