Its not uncommon for folks to force these bits enabled, because people
do want to wake their htpc kit via their remote. Lets just set the bits
for 'em.

v2: rebase for mdelay->msleep changes

Signed-off-by: Jarod Wilson <ja...@redhat.com>
---
 drivers/media/rc/mceusb.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c
index b1ea485..ab074a3 100644
--- a/drivers/media/rc/mceusb.c
+++ b/drivers/media/rc/mceusb.c
@@ -37,6 +37,7 @@
 #include <linux/slab.h>
 #include <linux/usb.h>
 #include <linux/usb/input.h>
+#include <linux/pm_wakeup.h>
 #include <media/rc-core.h>
 
 #define DRIVER_VERSION "1.91"
@@ -1289,6 +1290,10 @@ static int __devinit mceusb_dev_probe(struct 
usb_interface *intf,
 
        usb_set_intfdata(intf, ir);
 
+       /* enable wake via this device */
+       device_set_wakeup_capable(ir->dev, true);
+       device_set_wakeup_enable(ir->dev, true);
+
        dev_info(&intf->dev, "Registered %s on usb%d:%d\n", name,
                 dev->bus->busnum, dev->devnum);
 
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to