Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124533
b: refs/heads/master
c: 6076dbf
h: refs/heads/master
i:
  124531: 1b867d9
v: v3
  • Loading branch information
Alexey Klimov authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 94e03d3 commit d16e836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc55bcb0a04a66465ab13c33f36a290f6e3a3f7d
refs/heads/master: 6076dbf46a776a666166f8cdad97802334a0083c
8 changes: 6 additions & 2 deletions trunk/drivers/media/radio/dsbr100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,8 +97,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[] = {
{
Expand Down

0 comments on commit d16e836

Please sign in to comment.