|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/errno.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/usb/input.h>#include <linux/hid.h>#include <linux/mutex.h>#include <linux/input/mt.h>Go to the source code of this file.
Data Structures | |
| struct | bt_data |
| struct | tp_finger |
| struct | bcm5974_param |
| struct | bcm5974_config |
| struct | bcm5974 |
Enumerations | |
| enum | tp_type { TYPE1, TYPE2 } |
Functions | |
| MODULE_DEVICE_TABLE (usb, bcm5974_table) | |
| MODULE_AUTHOR ("Henrik Rydberg") | |
| MODULE_DESCRIPTION ("Apple USB BCM5974 multitouch driver") | |
| MODULE_LICENSE ("GPL") | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Activate debugging output") | |
| struct tp_finger | __attribute__ ((packed, aligned(2))) |
| module_usb_driver (bcm5974_driver) | |
| #define BCM5974_DEVICE | ( | prod | ) |
| #define SIZEOF_ALL_FINGERS (MAX_FINGERS * SIZEOF_FINGER) |
| #define SN_COORD 250 /* coordinate signal-to-noise ratio */ |
| #define SN_ORIENT 10 /* orientation signal-to-noise ratio */ |
| #define SN_PRESSURE 45 /* pressure signal-to-noise ratio */ |
| struct tp_finger __attribute__ | ( | (packed, aligned(2)) | ) |
| MODULE_AUTHOR | ( | "Henrik Rydberg" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| bcm5974_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_usb_driver | ( | bcm5974_driver | ) |
1.8.2