Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219090
b: refs/heads/master
c: a44b91d
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 88dd2f2 commit 84c5ca9
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: 11382f3d8a2d54d1db0aa6a768cd94214536c1b2
refs/heads/master: a44b91d9fe02a96b8d53863a1653bd4c14a31ea7
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 9, /* max 9 */
.num_device_descs = 9, /* check max from dvb-usb.h */
.devices = {
{
.name = "Afatech AF9015 DVB-T USB2.0 stick",
Expand Down Expand Up @@ -1479,7 +1479,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 9, /* max 9 */
.num_device_descs = 9, /* check max from dvb-usb.h */
.devices = {
{
.name = "Xtensions XD-380",
Expand Down Expand Up @@ -1588,7 +1588,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 9, /* max 9 */
.num_device_descs = 9, /* check max from dvb-usb.h */
.devices = {
{
.name = "AverMedia AVerTV Volar GPS 805 (A805)",
Expand Down Expand Up @@ -1649,7 +1649,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 1, /* max 9 */
.num_device_descs = 1, /* check max from dvb-usb.h */
.devices = {
{
.name = "TerraTec Cinergy T Stick RC",
Expand Down

0 comments on commit 84c5ca9

Please sign in to comment.