|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/tty.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/usb.h>#include <linux/usb/serial.h>#include <linux/uaccess.h>Go to the source code of this file.
Macros | |
| #define | MAX_SETUP_DATA_SIZE 32 |
Functions | |
| MODULE_DEVICE_TABLE (usb, id_table) | |
| module_usb_serial_driver (serial_drivers, id_table) | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_DEVICE_TABLE | ( | usb | , |
| id_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| module_usb_serial_driver | ( | serial_drivers | , |
| id_table | |||
| ) |
1.8.2