#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/usb.h>
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "smscoreapi.h"
#include "sms-cards.h"
#include "smsendian.h"
Go to the source code of this file.
#define USB1_BUFFER_SIZE 0x1000 |
#define USB2_BUFFER_SIZE 0x4000 |
MODULE_AUTHOR |
( |
"Siano Mobile |
Silicon, |
|
|
INC.(uris @siano-ms.com)" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Driver for the Siano SMS1xxx USB dongle" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
smsusb_id_table |
|
|
) |
| |
module_param_named |
( |
debug |
, |
|
|
sms_dbg |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
module_usb_driver |
( |
smsusb_driver |
| ) |
|