#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/firmware.h>
#include "ft1000_usb.h"
#include <linux/kthread.h>
Go to the source code of this file.
|
#define | VENDOR_ID 0x1291 /* Qualcomm vendor id */ |
|
#define | PRODUCT_ID 0x11 /* fake product id */ |
|
#define PRODUCT_ID 0x11 /* fake product id */ |
#define VENDOR_ID 0x1291 /* Qualcomm vendor id */ |
MODULE_DESCRIPTION |
( |
"FT1000 EXPRESS CARD DRIVER" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
id_table |
|
|
) |
| |
MODULE_LICENSE |
( |
"Dual MPL/GPL" |
| ) |
|
MODULE_SUPPORTED_DEVICE |
( |
"QFT FT1000 Express Cards" |
| ) |
|
module_usb_driver |
( |
ft1000_usb_driver |
| ) |
|