Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367035
b: refs/heads/master
c: 2b64cbd
h: refs/heads/master
i:
  367033: a489e3e
  367031: 8bbb1fe
v: v3
  • Loading branch information
Frank Schaefer authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent b26da3e commit 31a4234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 7c15b715ef301a7f8bb2dc8de335497ffde568a6
refs/heads/master: 2b64cbd1da7a026e0779a1ba61e83ac5fcf544e7
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,8 @@ static void request_module_async(struct work_struct *work)

if (dev->board.has_dvb)
request_module("em28xx-dvb");
if ((dev->board.ir_codes || dev->board.has_ir_i2c) && !disable_ir)
if (dev->board.has_snapshot_button ||
((dev->board.ir_codes || dev->board.has_ir_i2c) && !disable_ir))
request_module("em28xx-rc");
#endif /* CONFIG_MODULES */
}
Expand Down

0 comments on commit 31a4234

Please sign in to comment.