86bfc08a92
* xlat/evdev_abs.in: Add "#value_indexed" directive. * xlat/evdev_autorepeat.in: Likewise. * xlat/evdev_ff_status.in: Likewise. * xlat/evdev_keycode.in: Likewise. * xlat/evdev_leds.in: Likewise. * xlat/evdev_misc.in: Likewise. * xlat/evdev_prop.in: Likewise. * xlat/evdev_relative_axes.in: Likewise. * xlat/evdev_snd.in: Likewise. * xlat/evdev_switch.in: Likewise. * xlat/evdev_sync.in: Likewise. * xlat/evdev_ff_types.in: Add a comment about sorting. * evdev.c (keycode_ioctl, keycode_V2_ioctl): Use printxval_index instead of printxval. (bit_ioctl): Use XT_SORTED for evdev_ff_types, use XT_INDEXED for other xlats. (evdev_read_ioctl): Use XT_INDEXED for all xlats. * ioctl.c (evdev_decode_number): Use printxval_indexn instead of printxval for evdev_abs.
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
#value_indexed
|
|
LED_NUML 0x00
|
|
LED_CAPSL 0x01
|
|
LED_SCROLLL 0x02
|
|
LED_COMPOSE 0x03
|
|
LED_KANA 0x04
|
|
LED_SLEEP 0x05
|
|
LED_SUSPEND 0x06
|
|
LED_MUTE 0x07
|
|
LED_MISC 0x08
|
|
LED_MAIL 0x09
|
|
LED_CHARGING 0x0a
|