summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/net/gianfar_mii.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/gianfar_mii.c b/drivers/net/gianfar_mii.c
index f3706e415b4..f49a426ad68 100644
--- a/drivers/net/gianfar_mii.c
+++ b/drivers/net/gianfar_mii.c
@@ -234,6 +234,8 @@ static int gfar_mdio_probe(struct of_device *ofdev,
if (NULL == new_bus)
return -ENOMEM;
+ device_init_wakeup(&ofdev->dev, 1);
+
new_bus->name = "Gianfar MII Bus",
new_bus->read = &gfar_mdio_read,
new_bus->write = &gfar_mdio_write,
ra/libreoffice-7-6+backports main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/canvas/Library_directx9canvas.mk
AgeCommit message (Expand)AuthorFilesLines
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl1-1/+0
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl1-6/+0
2014-07-29Accept also WINDOWS_SDK_VERSION == 81Tor Lillqvist1-1/+1
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2013-04-24canvas: remove obsolete include pathsMichael Stahl1-5/+0
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2012-10-07fix canvas build with Win8 SDKPeter Foley1-0/+6
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-1/+1
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-4/+4
2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl1