linux:materiel:ati_remote_wonder_linux
Différences
Ci-dessous, les différences entre deux révisions de la page.
linux:materiel:ati_remote_wonder_linux [2007/02/25 23:34] – créée naz | linux:materiel:ati_remote_wonder_linux [2007/02/25 23:35] (Version actuelle) – correction pour affichage correct de la note naz | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | Différents HowTo suivis pour l' | ||
+ | * [[https:// | ||
+ | <note tuyau>La commande ' | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | Les fichiers : | ||
+ | * / | ||
+ | # using lirc-0.7.0(any) on Tue Mar 29 17:33:06 2005 | ||
+ | # | ||
+ | # contributed by Raphaël Doursenaud (rdoursenaud@free.fr) | ||
+ | # | ||
+ | # brand: Sapphire (ATI) | ||
+ | # model no. of remote control: 5000023600 | ||
+ | # devices being controlled by this remote: xmms, tvtime | ||
+ | # | ||
+ | |||
+ | begin remote | ||
+ | |||
+ | name SAPPHIRE_ATIUSB_5000023600 | ||
+ | bits 40 | ||
+ | eps 30 | ||
+ | aeps 100 | ||
+ | |||
+ | one | ||
+ | zero 0 0 | ||
+ | gap 227990 | ||
+ | toggle_bit | ||
+ | |||
+ | |||
+ | begin codes | ||
+ | 1 0x00000014E20D0000 | ||
+ | 2 0x00000014E30E0000 | ||
+ | 3 0x00000014E40F0000 | ||
+ | 4 0x00000014E5100000 | ||
+ | 5 0x00000014E6110000 | ||
+ | 6 0x00000014E7120000 | ||
+ | 7 0x00000014E8130000 | ||
+ | 8 0x00000014E9140000 | ||
+ | 9 0x00000014EA150000 | ||
+ | a 0x00000014D5000000 | ||
+ | b 0x00000014D6010000 | ||
+ | power 0x00000014D7020000 | ||
+ | tv | ||
+ | dvd 0x00000014D9040000 | ||
+ | web 0x00000014DA050000 | ||
+ | media_library | ||
+ | drag | ||
+ | 0 0x00000014EC170000 | ||
+ | c 0x00000014EE190000 | ||
+ | d 0x00000014F01B0000 | ||
+ | mute | ||
+ | tv_on_demand | ||
+ | max_window | ||
+ | e 0x00000014F6210000 | ||
+ | f 0x00000014F8230000 | ||
+ | ok | ||
+ | left | ||
+ | right 0x00000014F41F0000 | ||
+ | up | ||
+ | down | ||
+ | rewind | ||
+ | play | ||
+ | forward | ||
+ | record | ||
+ | stop | ||
+ | pause 0x00000014FE290000 | ||
+ | mouse_button_left | ||
+ | mouse_button_right | ||
+ | vol-down | ||
+ | vol-up | ||
+ | chan-down | ||
+ | chan-up | ||
+ | mouse-up | ||
+ | mouse-down | ||
+ | mouse-left | ||
+ | mouse-right | ||
+ | mouse-left_up | ||
+ | mouse-left_down | ||
+ | mouse-right_up | ||
+ | mouse-right_down | ||
+ | dvd-root_menu | ||
+ | launch_setup | ||
+ | end codes | ||
+ | |||
+ | end remote</ | ||
+ | |||
+ | * / | ||
+ | # | ||
+ | # Arguments which will be used when launching lircd | ||
+ | LIRCD_ARGS="" | ||
+ | |||
+ | #Don't start lircmd even if there seems to be a good config file | ||
+ | # | ||
+ | |||
+ | #Try to load appropriate kernel modules | ||
+ | LOAD_MODULES=true | ||
+ | |||
+ | # Run "lircd --driver=help" | ||
+ | DRIVER="" | ||
+ | # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be | ||
+ | # automatically used instead | ||
+ | DEVICE="" | ||
+ | MODULES=" | ||
+ | |||
+ | # Default configuration files for your hardware if any | ||
+ | LIRCD_CONF="" | ||
+ | LIRCMD_CONF=""</ | ||
+ | |||
+ | |