#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/spinlock.h>
#include <linux/uaccess.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>
Go to the source code of this file.
| #define DRIVER_DESC "USB Empeg Mark I/II Driver" |
| #define DRIVER_VERSION "v1.3" |
| #define EMPEG_PRODUCT_ID 0x0001 |
| #define EMPEG_VENDOR_ID 0x084f |
| MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
id_table |
|
|
) |
| |
| module_usb_serial_driver |
( |
serial_drivers |
, |
|
|
id_table |
|
|
) |
| |