Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lkkbd Struct Reference

Data Fields

unsigned short keycode [LK_NUM_KEYCODES]
 
int ignore_bytes
 
unsigned char id [LK_NUM_IGNORE_BYTES]
 
struct input_dev * dev
 
struct serioserio
 
struct work_struct tq
 
char name [64]
 
char phys [32]
 
char type
 
int bell_volume
 
int keyclick_volume
 
int ctrlclick_volume
 

Detailed Description

Definition at line 277 of file lkkbd.c.

Field Documentation

int bell_volume

Definition at line 287 of file lkkbd.c.

int ctrlclick_volume

Definition at line 289 of file lkkbd.c.

struct input_dev* dev

Definition at line 281 of file lkkbd.c.

Definition at line 280 of file lkkbd.c.

int ignore_bytes

Definition at line 279 of file lkkbd.c.

int keyclick_volume

Definition at line 288 of file lkkbd.c.

unsigned short keycode[LK_NUM_KEYCODES]

Definition at line 278 of file lkkbd.c.

char name[64]

Definition at line 284 of file lkkbd.c.

char phys[32]

Definition at line 285 of file lkkbd.c.

Definition at line 282 of file lkkbd.c.

Definition at line 283 of file lkkbd.c.

Definition at line 286 of file lkkbd.c.


The documentation for this struct was generated from the following file: