Linux Kernel
3.7.1
|
#include <linux/atomic.h>
#include <linux/device.h>
#include <linux/fs.h>
#include <linux/hid.h>
#include <linux/input.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/poll.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/uhid.h>
#include <linux/wait.h>
Go to the source code of this file.
Data Structures | |
struct | uhid_device |
Macros | |
#define | UHID_NAME "uhid" |
#define | UHID_BUFSIZE 32 |
Functions | |
module_init (uhid_init) | |
module_exit (uhid_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("David Herrmann <[email protected]>") | |
MODULE_DESCRIPTION ("User-space I/O driver support for HID subsystem") | |
MODULE_AUTHOR | ( | "David Herrmann <[email protected]>" | ) |
module_exit | ( | uhid_exit | ) |
module_init | ( | uhid_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |