#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/serio.h>
Go to the source code of this file.
#define PS2MULT_BSYNC 0x7E |
#define PS2MULT_ESCAPE 0x7D |
#define PS2MULT_KB_SELECTOR 0xA0 |
#define PS2MULT_KBD_PORT 0 |
#define PS2MULT_MOUSE_PORT 1 |
#define PS2MULT_MS_SELECTOR 0xA1 |
#define PS2MULT_NUM_PORTS 2 |
#define PS2MULT_SESSION_END 0x56 |
#define PS2MULT_SESSION_START 0x55 |
MODULE_DESCRIPTION |
( |
"TQC PS/2 Multiplexer driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
serio |
, |
|
|
ps2mult_serio_ids |
|
|
) |
| |
module_serio_driver |
( |
ps2mult_drv |
| ) |
|