Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
vivopay-serial.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/tty.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>

Go to the source code of this file.

Macros

#define DRIVER_VERSION   "v1.0"
 
#define DRIVER_DESC   "ViVOpay USB Serial Driver"
 
#define VIVOPAY_VENDOR_ID   0x1d5f
 

Functions

 MODULE_DEVICE_TABLE (usb, id_table)
 
 module_usb_serial_driver (serial_drivers, id_table)
 
 MODULE_AUTHOR ("Forest Bond <[email protected]>")
 
 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_VERSION (DRIVER_VERSION)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRIVER_DESC   "ViVOpay USB Serial Driver"

Definition at line 15 of file vivopay-serial.c.

#define DRIVER_VERSION   "v1.0"

Definition at line 14 of file vivopay-serial.c.

#define VIVOPAY_VENDOR_ID   0x1d5f

Definition at line 17 of file vivopay-serial.c.

Function Documentation

MODULE_AUTHOR ( "Forest Bond <[email protected]>"  )
MODULE_DESCRIPTION ( DRIVER_DESC  )
MODULE_DEVICE_TABLE ( usb  ,
id_table   
)
MODULE_LICENSE ( "GPL"  )
module_usb_serial_driver ( serial_drivers  ,
id_table   
)
MODULE_VERSION ( DRIVER_VERSION  )