Searched refs:KIND_ACCEL (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ati_remote.c | 270 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */ macro 279 {KIND_ACCEL, 0x70, 0xff00}, /* left */ 280 {KIND_ACCEL, 0x71, 0x0100}, /* right */ 281 {KIND_ACCEL, 0x72, 0x00ff}, /* up */ 282 {KIND_ACCEL, 0x73, 0x0001}, /* down */ 285 {KIND_ACCEL, 0x74, 0xffff}, /* left up */ 286 {KIND_ACCEL, 0x75, 0x01ff}, /* right up */ 287 {KIND_ACCEL, 0x77, 0xff01}, /* left down */ 288 {KIND_ACCEL, 0x76, 0x0101}, /* right down */ 623 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report()
|