|
Linux Kernel
3.7.1
|
#include <linux/gfp.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/tty.h>#include <linux/module.h>#include <linux/usb.h>#include <linux/usb/serial.h>Go to the source code of this file.
Macros | |
| #define | USB_DEBUG_MAX_PACKET_SIZE 8 |
| #define | USB_DEBUG_BRK_SIZE 8 |
Functions | |
| MODULE_DEVICE_TABLE (usb, id_table) | |
| module_usb_serial_driver (serial_drivers, id_table) | |
| MODULE_LICENSE ("GPL") | |
| #define USB_DEBUG_BRK_SIZE 8 |
Definition at line 20 of file usb_debug.c.
| #define USB_DEBUG_MAX_PACKET_SIZE 8 |
Definition at line 19 of file usb_debug.c.
| MODULE_DEVICE_TABLE | ( | usb | , |
| id_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_usb_serial_driver | ( | serial_drivers | , |
| id_table | |||
| ) |
1.8.2