Linux Kernel
3.7.1
|
#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 | DRIVER_VERSION "v1.00" |
#define | DRIVER_DESC "HP4x (48/49) Generic Serial driver" |
#define | HP_VENDOR_ID 0x03f0 |
#define | HP49GP_PRODUCT_ID 0x0121 |
Functions | |
MODULE_DEVICE_TABLE (usb, id_table) | |
module_usb_serial_driver (serial_drivers, id_table) | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_VERSION (DRIVER_VERSION) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
id_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_usb_serial_driver | ( | serial_drivers | , |
id_table | |||
) |
MODULE_VERSION | ( | DRIVER_VERSION | ) |