Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106756
b: refs/heads/master
c: 353facd
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 27, 2008
1 parent bf427e1 commit 098a1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 531d83a3d39280d191e2b1f0b540dbad22731579
refs/heads/master: 353facd4ab5acc6e9d83985eec9ca17e5d0cb470
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-devattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static const char *pvr2_fw1_names_73xxx[] = {
};

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

static const struct pvr2_device_desc pvr2_device_750xx = {
.description = "WinTV PVR USB2 Model Category 750xx",
.description = "WinTV HVR-1950 Model Category 750xx",
.shortname = "750xx",
.client_modules.lst = pvr2_client_75xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx),
Expand All @@ -461,7 +461,7 @@ static const struct pvr2_device_desc pvr2_device_750xx = {
};

static const struct pvr2_device_desc pvr2_device_751xx = {
.description = "WinTV PVR USB2 Model Category 751xx",
.description = "WinTV HVR-1950 Model Category 751xx",
.shortname = "751xx",
.client_modules.lst = pvr2_client_75xxx,
.client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx),
Expand Down

0 comments on commit 098a1ed

Please sign in to comment.