#3504 HIGH First D: Laptop comes out of suspend on its own
Zarro Boogs per Child
bugtracker at laptop.org
Fri Oct 19 14:56:11 EDT 2007
#3504: Laptop comes out of suspend on its own
-----------------------+----------------------------------------------------
Reporter: kimquirk | Owner: kimquirk
Type: defect | Status: new
Priority: high | Milestone: First Deployment, V1.0
Component: wireless | Version:
Resolution: | Keywords:
Verified: 0 |
-----------------------+----------------------------------------------------
Comment(by jcardona):
To disable wireless initiated wake-up, clear the wake-up conditions in
{{{if_usb.c}}} on the libertas driver:
{{{
static int if_usb_suspend(struct usb_interface *intf, pm_message_t
message)
{
...
memset(&config, 0, sizeof(config));
config.gpio = EHS_GPIO_PIN;
config.gap = EHS_WAKE_GAP;
- config.conditions = EHS_WAKE_ON_UNICAST_DATA;
}}}
--
Ticket URL: <https://dev.laptop.org/ticket/3504#comment:13>
One Laptop Per Child <https://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list