diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-08 21:24:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-08 21:24:20 +0000 |
commit | dd93f2b46bf9b0c16e4a8d92d90f6d09fa4ce569 (patch) | |
tree | 1e9c062578eba1e9199bdeb793cab86e2db53c03 /hotplug | |
parent | 251ef99e0a7be1cbb51733d45bbe357e26c247d2 (diff) |
hotplug: let Zaurus machines got usbnet working after suspend/resume
BKrev: 413f7884XdqWzWEbtPXl42HaScSyHw
Diffstat (limited to 'hotplug')
-rw-r--r-- | hotplug/files/usbd.agent | 0 | ||||
-rw-r--r-- | hotplug/hotplug_20040329.oe | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/hotplug/files/usbd.agent b/hotplug/files/usbd.agent new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hotplug/files/usbd.agent diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe index e193f49ee5..5e45292f70 100644 --- a/hotplug/hotplug_20040329.oe +++ b/hotplug/hotplug_20040329.oe @@ -6,9 +6,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_2 file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore \ - file://sleeve.agent file://sleeve.rc file://mmc.agent" + file://sleeve.agent file://sleeve.rc file://mmc.agent \ + file://usbd.agent" S = "${WORKDIR}/hotplug-2004_03_29" -PR = "r2" +PR = "r3" INITSCRIPT_NAME = "hotplug" INITSCRIPT_PARAMS = "start 40 S . stop 89 0 6 ." @@ -39,4 +40,5 @@ do_install () { install -m 0755 ${WORKDIR}/sleeve.agent ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/sleeve.rc ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/ + install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/ } |