diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-02 22:00:49 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-02 22:00:49 +0000 |
commit | 5b2afdf06a8eae654f46dde6c3a028858b22e5d6 (patch) | |
tree | a78f7c341368449d65ae43eae0c400ab1e7a4175 /v4l | |
parent | 5309deb2d4a787b9135adc9e786e1ce45e26ef31 (diff) | |
download | mediapointer-dvb-s2-5b2afdf06a8eae654f46dde6c3a028858b22e5d6.tar.gz mediapointer-dvb-s2-5b2afdf06a8eae654f46dde6c3a028858b22e5d6.tar.bz2 |
- Makes the input event device created by the V4L drivers for the
infrared remote matchable by udev rules.
Signed-off-by: Rudo Thomas <rudo@matfyz.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0035030e2..0b13fa6a9 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,14 @@ +2005-09-02 21:57 mchehab + + * cx88-input.c: (cx88_ir_init): + * ir-kbd-gpio.c: (ir_probe): + * saa7134-input.c: (saa7134_input_init1): + - Makes the input event device created by the V4L drivers for the + infrared remote matchable by udev rules. + + Signed-off-by: Rudo Thomas <rudo@matfyz.cz> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-09-02 21:18 mchehab * msp3400.c: |