Linux Kernel
3.7.1
|
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>
#include <linux/slab.h>
#include "usb-wwan.h"
Go to the source code of this file.
Macros | |
#define | DRIVER_AUTHOR "Qualcomm Inc" |
#define | DRIVER_DESC "Qualcomm USB Serial driver" |
#define | DEVICE_G1K(v, p) USB_DEVICE(v, p), .driver_info = 1 |
Functions | |
MODULE_DEVICE_TABLE (usb, id_table) | |
module_usb_serial_driver (serial_drivers, id_table) | |
MODULE_AUTHOR (DRIVER_AUTHOR) | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_LICENSE ("GPL v2") | |
#define DEVICE_G1K | ( | v, | |
p | |||
) | USB_DEVICE(v, p), .driver_info = 1 |
Definition at line 25 of file qcserial.c.
#define DRIVER_AUTHOR "Qualcomm Inc" |
Definition at line 22 of file qcserial.c.
Definition at line 23 of file qcserial.c.
MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
id_table | |||
) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_usb_serial_driver | ( | serial_drivers | , |
id_table | |||
) |