Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92750
b: refs/heads/master
c: e7f677f
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 1ff3164 commit 3f75ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b34dddbe4b88bf59e7607d1fc504eee43570c6a4
refs/heads/master: e7f677f33664200b3d75ffc625d218b84ac43875
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-devattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static const char *pvr2_fw1_names_29xxx[] = {
};

static const struct pvr2_device_desc pvr2_device_29xxx = {
.description = "WinTV PVR USB2 Model Category 29xxxx",
.description = "WinTV PVR USB2 Model Category 29xxx",
.shortname = "29xxx",
.client_modules.lst = pvr2_client_29xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_29xxx),
Expand Down Expand Up @@ -80,7 +80,7 @@ static const char *pvr2_fw1_names_24xxx[] = {
};

static const struct pvr2_device_desc pvr2_device_24xxx = {
.description = "WinTV PVR USB2 Model Category 24xxxx",
.description = "WinTV PVR USB2 Model Category 24xxx",
.shortname = "24xxx",
.client_modules.lst = pvr2_client_24xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_24xxx),
Expand Down Expand Up @@ -210,7 +210,7 @@ static const char *pvr2_fw1_names_73xxx[] = {
};

static const struct pvr2_device_desc pvr2_device_73xxx = {
.description = "WinTV PVR USB2 Model Category 73xxxx",
.description = "WinTV PVR USB2 Model Category 73xxx",
.shortname = "73xxx",
.client_modules.lst = pvr2_client_73xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_73xxx),
Expand Down Expand Up @@ -241,7 +241,7 @@ static const char *pvr2_fw1_names_75xxx[] = {
};

static const struct pvr2_device_desc pvr2_device_75xxx = {
.description = "WinTV PVR USB2 Model Category 75xxxx",
.description = "WinTV PVR USB2 Model Category 75xxx",
.shortname = "75xxx",
.client_modules.lst = pvr2_client_75xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx),
Expand Down

0 comments on commit 3f75ad1

Please sign in to comment.