#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>
Go to the source code of this file.
| #define BT_IGNITIONPRO_ID 0x2000 |
| #define DRIVER_AUTHOR "Alessandro Zummo" |
| #define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver" |
| #define DRIVER_VERSION "v1.1" |
| #define OMNINET_DATAOFFSET 0x04 |
| #define ZYXEL_OMNINET_ID 0x1000 |
| #define ZYXEL_VENDOR_ID 0x0586 |
| MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
id_table |
|
|
) |
| |
| module_usb_serial_driver |
( |
serial_drivers |
, |
|
|
id_table |
|
|
) |
| |