Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219095
b: refs/heads/master
c: 2ec01b4
h: refs/heads/master
i:
  219093: 429ab9c
  219091: 6204abb
  219087: dd5d0c5
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 93fee9f commit 02e9504
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: 86dcab644575693fac3552ba4a0d20b88ad43656
refs/heads/master: 2ec01b41e3e06bd22d8f6c7f330605b554e9b121
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,9 @@ static const struct af9015_setup af9015_setup_usbids[] = {
{ USB_VID_MSI_2,
ir_codes_af9015_table_msi_digivox_iii, ARRAY_SIZE(ir_codes_af9015_table_msi_digivox_iii),
af9015_ir_table_msi_digivox_iii, ARRAY_SIZE(af9015_ir_table_msi_digivox_iii) },
{ USB_VID_TERRATEC,
ir_codes_terratec, ARRAY_SIZE(ir_codes_terratec),
af9015_ir_terratec, ARRAY_SIZE(af9015_ir_terratec) },
{ }
};

Expand All @@ -801,9 +804,6 @@ static const struct af9015_setup af9015_setup_hashes[] = {
{ 0x9b7dc64e,
ir_codes_af9015_table_mygictv, ARRAY_SIZE(ir_codes_af9015_table_mygictv),
af9015_ir_table_mygictv, ARRAY_SIZE(af9015_ir_table_mygictv) },
{ 0x14e89ffe,
ir_codes_terratec, ARRAY_SIZE(ir_codes_terratec),
af9015_ir_terratec, ARRAY_SIZE(af9015_ir_terratec) },
{ }
};

Expand Down

0 comments on commit 02e9504

Please sign in to comment.