Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/jiffies.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/bitops.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>
#include "usb-wwan.h"
Go to the source code of this file.
Data Structures | |
struct | option_blacklist_info |
struct | option_private |
Enumerations | |
enum | option_blacklist_reason { OPTION_BLACKLIST_NONE = 0, OPTION_BLACKLIST_SENDSETUP = 1, OPTION_BLACKLIST_RESERVED_IF = 2 } |
Functions | |
MODULE_DEVICE_TABLE (usb, option_ids) | |
module_usb_serial_driver (serial_drivers, option_ids) | |
MODULE_AUTHOR (DRIVER_AUTHOR) | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_VERSION (DRIVER_VERSION) | |
MODULE_LICENSE ("GPL") | |
#define CINTERION_PRODUCT_HC28_MDMNET 0x004A /* same for HC28J */ |
#define DELL_PRODUCT_5800_MINICARD_VZW 0x8195 /* Novatel E362 */ |
#define DELL_PRODUCT_5800_V2_MINICARD_VZW 0x8196 /* Novatel E362 */ |
#define DRIVER_AUTHOR "Matthias Urlichs <[email protected]>" |
#define NOVATELWIRELESS_PRODUCT_EVDO_EMBEDDED_FULLSPEED 0x8000 |
#define NOVATELWIRELESS_PRODUCT_EVDO_EMBEDDED_HIGHSPEED 0x8001 |
#define NOVATELWIRELESS_PRODUCT_HSPA_EMBEDDED_FULLSPEED 0x9000 |
#define NOVATELWIRELESS_PRODUCT_HSPA_EMBEDDED_HIGHSPEED 0x9001 |
MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
option_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_usb_serial_driver | ( | serial_drivers | , |
option_ids | |||
) |
MODULE_VERSION | ( | DRIVER_VERSION | ) |