aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug/src/button-hotplug.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-071-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernelsFelix Fietkau2014-05-231-7/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40839
* gpio-button-hotplug: add wwan buttonHauke Mehrtens2014-01-141-2/+1
| | | | | | | | | | | The wimax key will be used as a generic wwan key starting with Linux 3.13. The brcm47xx target uses this key for the 3g buttons. Also remove the ifdef around KEY_WPS_BUTTON, this is in the kernel for a long time now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39290
* button-hotplug: sync list of supported keys with gpio-button-hotplugJohn Crispin2013-11-071-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38676
* button-hotplug: Add KEY_POWER handlingJohn Crispin2013-07-041-0/+1
| | | | | | | | | | | | When running OpenWrt within KVM KEY_POWER is generated from the ACPI button driver when restarting or powering down the VM. Extend button-hotplug to allow user space handlers for these events. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Patchwork: http://patchwork.openwrt.org/patch/3799/ SVN-Revision: 37160
* packages: clean up the package folderJohn Crispin2013-06-211-0/+349
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
pan>: Xen Group: Xen BuildRoot: %{staging} %description Command line tools for building and managing domains on a system running the Xen hypervisor. %pre %preun %install install -m 0755 -d $RPM_BUILD_ROOT/bin install -m 0755 xi_build $RPM_BUILD_ROOT/bin/xi_build install -m 0755 xi_create $RPM_BUILD_ROOT/bin/xi_create install -m 0755 xi_destroy $RPM_BUILD_ROOT/bin/xi_destroy install -m 0755 xi_helper $RPM_BUILD_ROOT/bin/xi_helper install -m 0755 xi_list $RPM_BUILD_ROOT/bin/xi_list install -m 0755 xi_start $RPM_BUILD_ROOT/bin/xi_start install -m 0755 xi_stop $RPM_BUILD_ROOT/bin/xi_stop install -m 0755 xi_vifinit $RPM_BUILD_ROOT/bin/xi_vifinit %clean %post %postun %files %defattr(-,root,root) %dir /bin /bin/xi_build /bin/xi_create /bin/xi_destroy /bin/xi_helper /bin/xi_list /bin/xi_start /bin/xi_stop /bin/xi_vifinit