Searched refs:KIND_ACCEL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | ati_remote.c | 284 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */ macro 293 {KIND_ACCEL, 0x70, 0xff00}, /* left */ 294 {KIND_ACCEL, 0x71, 0x0100}, /* right */ 295 {KIND_ACCEL, 0x72, 0x00ff}, /* up */ 296 {KIND_ACCEL, 0x73, 0x0001}, /* down */ 299 {KIND_ACCEL, 0x74, 0xffff}, /* left up */ 300 {KIND_ACCEL, 0x75, 0x01ff}, /* right up */ 301 {KIND_ACCEL, 0x77, 0xff01}, /* left down */ 302 {KIND_ACCEL, 0x76, 0x0101}, /* right down */ 630 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report()
|