Revision e7272403d2f9be3dbb7cc185fcc390e781b1af6b authored by Rafael J. Wysocki on 07 August 2008, 22:18:04 UTC, committed by Jeff Garzik on 19 September 2008, 01:42:50 UTC
Currently e100 uses pci_enable_wake() to clear pending wake-up events
and disable PME# during intitialization, but that function is not
suitable for this purpose, because it immediately returns error code
if device_may_wakeup() returns false for given device.

Make e100 use pci_pme_active(), which carries out exactly the
required operations, instead.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
1 parent 78566fe
History
File Mode Size
bnep
cmtp
hidp
rfcomm
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 372 bytes
af_bluetooth.c -rw-r--r-- 9.9 KB
hci_conn.c -rw-r--r-- 15.0 KB
hci_core.c -rw-r--r-- 33.9 KB
hci_event.c -rw-r--r-- 42.2 KB
hci_sock.c -rw-r--r-- 15.4 KB
hci_sysfs.c -rw-r--r-- 11.1 KB
l2cap.c -rw-r--r-- 55.4 KB
lib.c -rw-r--r-- 2.8 KB
sco.c -rw-r--r-- 19.9 KB

back to top