summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-562/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/pc386: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* Updated legacy code in i386 pc386Vipul Nayyar2013-07-291-35/+23
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-141-9/+15
| | | | | | | | | | | PR 1762/cpukit * Makefile.am, preinstall.am, console/console.c, console/keyboard.c, console/keyboard.h, console/pc_keyb.c, console/ps2_mouse.c, console/vgainit.c: Made mouse parser engine generic. Now use generic serial mouse driver. Moved many externs from C to .h. * console/kbd_parser.c, console/serial_mouse_config.c: New files. * console/mouse_parser.c, console/mouse_parser.h, console/serial_mouse.c, console/serial_mouse.h: Removed.
* 2011-02-09 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2011-02-091-357/+239
| | | | | * console/ps2_mouse.c: Formatting changes in preparation for making mouse parsing and serial mouse driver BSP independent.
* Reflect termios API changes.Ralf Corsepius2010-04-121-1/+1
|
* Whitespace removal.Ralf Corsepius2009-11-301-3/+3
|
* 2009-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-171-17/+15
| | | | * console/ps2_mouse.c: Fix inconsistent spacing.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-191-5/+5
| | | | * console/ps2_mouse.c: Fix ps2 mouse interrupt.
* Add missing prototypes.Ralf Corsepius2008-08-181-4/+4
|
* 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-231-6/+0
| | | | | * console/ps2_mouse.c, console/serial_mouse.c: Remove all references to console_reserve_resources and termios_reserve_resources.
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-061-1/+1
| | | | | | | * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c, console/inch.c, console/ps2_mouse.c, console/serial_mouse.c, ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp subdirectory.
* 2005-04-18 Eric Valette <eric.valette@free.fr>Jennifer Averett2005-04-181-1/+5
| | | | | * clock/ckinit.c, console/console.c, console/ps2_mouse.c, console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-041-24/+23
| | | | | * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove warnings.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-13/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-12/+12
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-3/+0
|
* 2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-121-0/+1
| | | | * console/ps2_mouse.c: Include <string.h> (for abort/exit).
* 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>Joel Sherrill2000-08-301-0/+708
* Major rework of the "/dev/console" driver. * Added termios support for stdin ( keyboard ). * Added ioctls() to support modes similar to Linux( XLATE, RAW, MEDIUMRAW ). * Added Keyboard mapping and handling of the keyboard's leds. * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA controller ( 16 colors ). * Added PS/2 and Serial mouse support for PC386 BSP. * console/defkeymap.c: New file. * console/fb_vga.c: New file. * console/fb_vga.h: New file. * console/i386kbd.h: New file. * console/kd.h: New file. * console/keyboard.c: New file. * console/keyboard.h: New file. * console/mouse_parser.c: New file. * console/mouse_parser.h: New file. * console/pc_keyb.c: New file. * console/ps2_drv.h: New file. * console/ps2_mouse.c: New file. * console/ps2_mouse.h: New file. * console/serial_mouse.c: New file. * console/serial_mouse.h: New file. * console/vgainit.c: New file. * console/vt.c: New file. * console/Makefile.am: Reflect new files. * console/console.c, console/inch.c, console/outch.c: Console functionality modifications. * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c