pcips2.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) pcips2.c (84a14ae8c44fb4828a05f363a09c3261472de00e)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * linux/drivers/input/serio/pcips2.c
3 *
4 * Copyright (C) 2003 Russell King, All Rights Reserved.
5 *
2/*
3 * linux/drivers/input/serio/pcips2.c
4 *
5 * Copyright (C) 2003 Russell King, All Rights Reserved.
6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License.
9 *
10 * I'm not sure if this is a generic PS/2 PCI interface or specific to
11 * the Mobility Electronics docking station.
12 */
13#include <linux/module.h>
14#include <linux/interrupt.h>
15#include <linux/ioport.h>
16#include <linux/input.h>
17#include <linux/pci.h>

--- 203 unchanged lines hidden ---
7 * I'm not sure if this is a generic PS/2 PCI interface or specific to
8 * the Mobility Electronics docking station.
9 */
10#include <linux/module.h>
11#include <linux/interrupt.h>
12#include <linux/ioport.h>
13#include <linux/input.h>
14#include <linux/pci.h>

--- 203 unchanged lines hidden ---