|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/file.h>#include <linux/kthread.h>#include <linux/hidraw.h>#include <net/bluetooth/bluetooth.h>#include <net/bluetooth/hci_core.h>#include <net/bluetooth/l2cap.h>#include "hidp.h"Go to the source code of this file.
Macros | |
| #define | VERSION "1.2" |
Functions | |
| int | hidp_add_connection (struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) |
| int | hidp_del_connection (struct hidp_conndel_req *req) |
| int | hidp_get_connlist (struct hidp_connlist_req *req) |
| int | hidp_get_conninfo (struct hidp_conninfo *ci) |
| module_init (hidp_init) | |
| module_exit (hidp_exit) | |
| MODULE_AUTHOR ("Marcel Holtmann <[email protected]>") | |
| MODULE_DESCRIPTION ("Bluetooth HIDP ver "VERSION) | |
| MODULE_VERSION (VERSION) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("bt-proto-6") | |
| int hidp_del_connection | ( | struct hidp_conndel_req * | req | ) |
| int hidp_get_conninfo | ( | struct hidp_conninfo * | ci | ) |
| int hidp_get_connlist | ( | struct hidp_connlist_req * | req | ) |
| MODULE_ALIAS | ( | "bt-proto-6" | ) |
| MODULE_AUTHOR | ( | "Marcel Holtmann <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Bluetooth HIDP ver " | VERSION | ) |
| module_exit | ( | hidp_exit | ) |
| module_init | ( | hidp_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | VERSION | ) |
1.8.2