Linux Kernel
3.7.1
|
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/gameport.h>
Go to the source code of this file.
Data Structures | |
struct | fm801_gp |
Macros | |
#define | PCI_VENDOR_ID_FORTEMEDIA 0x1319 |
#define | PCI_DEVICE_ID_FM801_GP 0x0802 |
#define | HAVE_COOKED |
Functions | |
MODULE_DEVICE_TABLE (pci, fm801_gp_id_table) | |
module_pci_driver (fm801_gp_driver) | |
MODULE_DESCRIPTION ("FM801 gameport driver") | |
MODULE_AUTHOR ("Takashi Iwai <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define HAVE_COOKED |
Definition at line 37 of file fm801-gp.c.
#define PCI_DEVICE_ID_FM801_GP 0x0802 |
Definition at line 35 of file fm801-gp.c.
#define PCI_VENDOR_ID_FORTEMEDIA 0x1319 |
Definition at line 34 of file fm801-gp.c.
MODULE_AUTHOR | ( | "Takashi Iwai <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
fm801_gp_id_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | fm801_gp_driver | ) |