Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232757
b: refs/heads/master
c: 56b0ec3
h: refs/heads/master
i:
  232755: 44639b2
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Jan 31, 2011
1 parent 2c68084 commit 544875f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5bd9d73c84a519b828f95ce295587b83eab3329e
refs/heads/master: 56b0ec30c4bc096848efc617f29e525cde2f7084
2 changes: 2 additions & 0 deletions trunk/drivers/media/rc/streamzap.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ static void streamzap_callback(struct urb *urb)
if (sz->timeout_enabled)
sz_push(sz, rawir);
ir_raw_event_handle(sz->rdev);
ir_raw_event_reset(sz->rdev);
} else {
sz_push_full_space(sz, sz->buf_in[i]);
}
Expand All @@ -290,6 +291,7 @@ static void streamzap_callback(struct urb *urb)
}
}

ir_raw_event_handle(sz->rdev);
usb_submit_urb(urb, GFP_ATOMIC);

return;
Expand Down

0 comments on commit 544875f

Please sign in to comment.