Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hp4x.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.00"
 
#define DRIVER_DESC   "HP4x (48/49) Generic Serial driver"
 
#define HP_VENDOR_ID   0x03f0
 
#define HP49GP_PRODUCT_ID   0x0121
 

Functions

 MODULE_DEVICE_TABLE (usb, id_table)
 
 module_usb_serial_driver (serial_drivers, id_table)
 
 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_VERSION (DRIVER_VERSION)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRIVER_DESC   "HP4x (48/49) Generic Serial driver"

Definition at line 27 of file hp4x.c.

#define DRIVER_VERSION   "v1.00"

Definition at line 26 of file hp4x.c.

#define HP49GP_PRODUCT_ID   0x0121

Definition at line 30 of file hp4x.c.

#define HP_VENDOR_ID   0x03f0

Definition at line 29 of file hp4x.c.

Function Documentation

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  )