ct82c710 linux 驱动程序

发布于:2025-02-11 ⋅ 阅读:(91) ⋅ 点赞:(0)

/*

  • Copyright © 1999-2001 Vojtech Pavlik
    */

/*

  • 82C710 C&T mouse port chip driver for Linux
    */

/*

  • This program is free software; you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation; either version 2 of the License, or
  • (at your option) any later version.
  • This program is distributed in the hope that it will be useful,
  • but WITHOUT ANY WARRANTY; without even the implied warranty of
  • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  • GNU General Public License for more details.
  • You should have received a copy of the GNU General Public License
  • along with this program; if not, write to the Free Software
  • Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    */

#include <linux/delay.h>
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/serio.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/slab.h>

#include <asm/io.h>

MODULE_AUTHOR(“xxx”);
MODULE_DESCRIPTION(“82C710 C&T mouse port chip driver”);
MODULE_LICENSE(“GPL”);

/*

  • ct82c710 interface
    */

#def


网站公告

今日签到

点亮在社区的每一天
去签到