diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2008-12-27 20:35:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:40:12 -0500 |
commit | 6076dbf46a776a666166f8cdad97802334a0083c (patch) | |
tree | d42c50227a00051f5caeaf0c002aa0ac62ac7d46 /drivers/media/radio/dsbr100.c | |
parent | fc55bcb0a04a66465ab13c33f36a290f6e3a3f7d (diff) |
V4L/DVB (10061): dsbr100: increase driver version
Due to a lot of patches for dsbr100 last time we should update version
of driver.
Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/dsbr100.c')
-rw-r--r-- | drivers/media/radio/dsbr100.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/media/radio/dsbr100.c b/drivers/media/radio/dsbr100.c index 448e5a42b468..5e0d651ffdd2 100644 --- a/drivers/media/radio/dsbr100.c +++ b/drivers/media/radio/dsbr100.c | |||
@@ -33,6 +33,10 @@ | |||
33 | 33 | ||
34 | History: | 34 | History: |
35 | 35 | ||
36 | Version 0.44: | ||
37 | Add suspend/resume functions, fix unplug of device, | ||
38 | a lot of cleanups and fixes by Alexey Klimov <klimov.linux@gmail.com> | ||
39 | |||
36 | Version 0.43: | 40 | Version 0.43: |
37 | Oliver Neukum: avoided DMA coherency issue | 41 | Oliver Neukum: avoided DMA coherency issue |
38 | 42 | ||
@@ -93,8 +97,8 @@ | |||
93 | */ | 97 | */ |
94 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ | 98 | #include <linux/version.h> /* for KERNEL_VERSION MACRO */ |
95 | 99 | ||
96 | #define DRIVER_VERSION "v0.43" | 100 | #define DRIVER_VERSION "v0.44" |
97 | #define RADIO_VERSION KERNEL_VERSION(0, 4, 3) | 101 | #define RADIO_VERSION KERNEL_VERSION(0, 4, 4) |
98 | 102 | ||
99 | static struct v4l2_queryctrl radio_qctrl[] = { | 103 | static struct v4l2_queryctrl radio_qctrl[] = { |
100 | { | 104 | { |