Home
last modified time | relevance | path

Searched refs:KIND_ACCEL (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/rc/
H A Dati_remote.c268 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */ macro
277 {KIND_ACCEL, 0x70, 0xff00}, /* left */
278 {KIND_ACCEL, 0x71, 0x0100}, /* right */
279 {KIND_ACCEL, 0x72, 0x00ff}, /* up */
280 {KIND_ACCEL, 0x73, 0x0001}, /* down */
283 {KIND_ACCEL, 0x74, 0xffff}, /* left up */
284 {KIND_ACCEL, 0x75, 0x01ff}, /* right up */
285 {KIND_ACCEL, 0x77, 0xff01}, /* left down */
286 {KIND_ACCEL, 0x76, 0x0101}, /* right down */
621 } else if (ati_remote_tbl[index].kind == KIND_ACCEL) { in ati_remote_input_report()