Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65700
b: refs/heads/master
c: 8779737
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 03b0b12 commit d40cb6b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1f8ca4b37355cc56a4d25d5698a894ec46964f83
refs/heads/master: 8779737b8e01b95fe6f1e33dc90ea621281c7b67
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/dib0700_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {

.rc_interval = DEFAULT_RC_INTERVAL,
.rc_key_map = dib0700_rc_keys,
.rc_key_map_size = sizeof(dib0700_rc_keys),
.rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys),
.rc_query = dib0700_rc_query
}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,

Expand Down Expand Up @@ -955,7 +955,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {

.rc_interval = DEFAULT_RC_INTERVAL,
.rc_key_map = dib0700_rc_keys,
.rc_key_map_size = sizeof(dib0700_rc_keys),
.rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys),
.rc_query = dib0700_rc_query

}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
Expand Down

0 comments on commit d40cb6b

Please sign in to comment.