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
57 #define DRIVER_DESC "LK keyboard driver"
124 /* Misc responses from keyboard */
259 * Per-keyboard data
278 * Responses from the keyboard and mapping back to their names.
355 * Print keyboard name and modify Compose=Alt on user's request. in lkkbd_detection_done()
359 strscpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
366 strscpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
370 strscpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done()
372 "lkkbd: keyboard on %s is unknown, please report to " in lkkbd_detection_done()
374 printk(KERN_ERR "lkkbd: keyboard ID'ed as:"); in lkkbd_detection_done()
381 printk(KERN_INFO "lkkbd: keyboard on %s identified as: %s\n", in lkkbd_detection_done()
385 * Report errors during keyboard boot-up. in lkkbd_detection_done()
393 printk(KERN_ERR "lkkbd: Stuck key on keyboard at %s\n", in lkkbd_detection_done()
399 "lkkbd: Selftest failed on keyboard at %s, " in lkkbd_detection_done()
400 "keyboard may not work properly\n", lk->phys); in lkkbd_detection_done()
405 "lkkbd: Unknown error %02x on keyboard at %s\n", in lkkbd_detection_done()
579 * only work with a LK401 keyboard and grants access to in lkkbd_reinit()
602 * lkkbd_connect() probes for a LK keyboard and fills the necessary structures.
626 strscpy(lk->name, "DEC LK keyboard", sizeof(lk->name)); in lkkbd_connect()