Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/hid.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/usb.h>
#include "hid-ids.h"
Go to the source code of this file.
Data Structures | |
struct | sony_sc |
Macros | |
#define | VAIO_RDESC_CONSTANT (1 << 0) |
#define | SIXAXIS_CONTROLLER_USB (1 << 1) |
#define | SIXAXIS_CONTROLLER_BT (1 << 2) |
Functions | |
MODULE_DEVICE_TABLE (hid, sony_devices) | |
module_init (sony_init) | |
module_exit (sony_exit) | |
MODULE_LICENSE ("GPL") | |
#define SIXAXIS_CONTROLLER_BT (1 << 2) |
Definition at line 28 of file hid-sony.c.
#define SIXAXIS_CONTROLLER_USB (1 << 1) |
Definition at line 27 of file hid-sony.c.
#define VAIO_RDESC_CONSTANT (1 << 0) |
Definition at line 26 of file hid-sony.c.
MODULE_DEVICE_TABLE | ( | hid | , |
sony_devices | |||
) |
module_exit | ( | sony_exit | ) |
module_init | ( | sony_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |