Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366592
b: refs/heads/master
c: 7333839
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent 93d68ee commit bef8cf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05f0ffbc487517a529c00119d0bfde33df509b52
refs/heads/master: 7333839505d568e0e69a6d02a3ee0f455b6c37a5
2 changes: 2 additions & 0 deletions trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,8 @@ void smscore_onresponse(struct smscore_device_t *coredev,
coredev->mode = ver->FirmwareId == 255 ?
DEVICE_MODE_NONE : ver->FirmwareId;
coredev->modes_supported = ver->SupportedProtocols;
coredev->fw_version = ver->RomVersionMajor << 8 |
ver->RomVersionMinor;

complete(&coredev->version_ex_done);
break;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/siano/smscoreapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ struct smscore_device_t {
/* Firmware */
u8 *fw_buf;
u32 fw_buf_size;
u16 fw_version;

/* Infrared (IR) */
struct ir_t ir;
Expand Down

0 comments on commit bef8cf1

Please sign in to comment.