diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2008-12-27 23:35:21 -0200 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2008-12-27 23:35:21 -0200 |
commit | 54642f50524632245726a4bdf347ac8ff766c188 (patch) | |
tree | 4712265a80df33f597c963cb28645d7c06bb550c /linux/drivers/media/radio/dsbr100.c | |
parent | 6cf7941d5a00a305c31d4ff7e56288e60313797c (diff) | |
download | mediapointer-dvb-s2-54642f50524632245726a4bdf347ac8ff766c188.tar.gz mediapointer-dvb-s2-54642f50524632245726a4bdf347ac8ff766c188.tar.bz2 |
dsbr100: increase driver version
From: Alexey Klimov <klimov.linux@gmail.com>
Due to a lot of patches for dsbr100 last time we should update version
of driver.
Priority: normal
Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/radio/dsbr100.c')
-rw-r--r-- | linux/drivers/media/radio/dsbr100.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/drivers/media/radio/dsbr100.c b/linux/drivers/media/radio/dsbr100.c index 88ffd8151..ed71f1d35 100644 --- a/linux/drivers/media/radio/dsbr100.c +++ b/linux/drivers/media/radio/dsbr100.c @@ -33,6 +33,10 @@ History: + Version 0.44: + Add suspend/resume functions, fix unplug of device, + a lot of cleanups and fixes by Alexey Klimov <klimov.linux@gmail.com> + Version 0.43: Oliver Neukum: avoided DMA coherency issue @@ -94,8 +98,8 @@ */ #include <linux/version.h> /* for KERNEL_VERSION MACRO */ -#define DRIVER_VERSION "v0.43" -#define RADIO_VERSION KERNEL_VERSION(0, 4, 3) +#define DRIVER_VERSION "v0.44" +#define RADIO_VERSION KERNEL_VERSION(0, 4, 4) static struct v4l2_queryctrl radio_qctrl[] = { { |