#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/rtnetlink.h>
#include <linux/usb.h>
#include <linux/firmware.h>
#include "irda-usb.h"
Go to the source code of this file.
#define STIR421X_PATCH_BLOCK_SIZE 1023 |
#define STIR421X_PATCH_CODE_OFFSET 512 /* patch image starts before here */ |
#define STIR421X_PATCH_END_OF_HDR_TAG 0x1A |
#define STIR421X_PATCH_PRODUCT_VER "Product Version: " |
#define STIR421X_PATCH_STMP_TAG "STMP" |
MODULE_AUTHOR |
( |
"Roman Weissgaerber <weissg@vienna.at> |
, |
|
|
Dag Brattli< dag @brattli.net > |
, |
|
|
Jean Tourrilhes< jt @hpl.hp.com > and Nick Fedchik< nick @fedchik.org.ua >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"IrDA-USB Dongle Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
dongles |
|
|
) |
| |
module_param |
( |
qos_mtt_bits |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
qos_mtt_bits |
, |
|
|
"Minimum Turn Time" |
|
|
) |
| |
module_usb_driver |
( |
irda_driver |
| ) |
|