[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2016-02-15 Thread Bug Watch Updater
** Changed in: systemd Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1347776 Title: shutdown trigger on gpio_keys.X for armhf

[Touch-packages] [Bug 1347776]

2016-02-15 Thread Lennart-poettering
This has been implemented a while back, see 405e116f57b1cf33d4ca0294ab045a9f709bbc96 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1347776 Title: shutdown trigger on

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2015-12-04 Thread Lucas Magasweran
I added the keys sysfs attribute to gpio-keys-polled.c. Please try this patch (should apply on ubuntu-linux 4.3). diff --git a/drivers/input/keyboard/gpio_keys_polled.c b/drivers/input/keyboard/gpio_keys_polled.c index 11e77a9..3a8ee50 100644 --- a/drivers/input/keyboard/gpio_keys_polled.c +++

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2015-12-04 Thread Lucas Magasweran
gpio-keys-polled: add sysfs bitmask to export supported keycodes ** Patch added: "gpio-keys-polled-sysfs-keys.patch" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1347776/+attachment/4529893/+files/gpio-keys-polled-sysfs-keys.patch -- You received this bug notification because you

[Touch-packages] [Bug 1347776]

2014-08-16 Thread dann frazier
Right, that wasn't intended to be an upstream patch submittal, just a description of the problem. My best guess at a good solution would be something like this: SUBSYSTEM==input, KERNEL==event*, SUBSYSTEMS==platform, ATTRS{keys}==116, TAG+=power-switch Which would obviously require some new

[Touch-packages] [Bug 1347776]

2014-08-16 Thread Lennart-poettering
I think the proper way to fix this is by waiting for this kernel patch to be applied: http://www.spinics.net/lists/linux-input/msg33007.html With that in place we can then update logind to make use of it, and then simply add the udev tag to all keyboards that are discovered, which would then

[Touch-packages] [Bug 1347776] Update Released

2014-08-14 Thread Scott Kitterman
The verification of the Stable Release Update for systemd has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 204-5ubuntu20.4 --- systemd (204-5ubuntu20.4) trusty-proposed; urgency=medium * Add HP ProLiant m800 Server Cartridge power control support. The cartridge uses gpio_keys.12 to emulate shutdown. (LP: #1347776) -- Manoj Iyer

[Touch-packages] [Bug 1347776]

2014-08-12 Thread Kay Sievers
(In reply to comment #1) Note that, due to a firmware change, the m400 rule should use gpio_keys instead of gpio-keys. Here is the new rule: SUBSYSTEM==input, KERNEL==event*, SUBSYSTEMS==platform, KERNELS==gpio_keys.6, PROGRAM=/bin/grep '^HP ProLiant m400 Server Cartridge$'

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-08 Thread dann frazier
** Bug watch added: freedesktop.org Bugzilla #82347 https://bugs.freedesktop.org/show_bug.cgi?id=82347 ** Also affects: systemd via https://bugs.freedesktop.org/show_bug.cgi?id=82347 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 208-7ubuntu4 --- systemd (208-7ubuntu4) utopic; urgency=medium * Lower Breaks: to lvm2 again. Our lvm2 package has always used udev for device setup, and thus should be compatible with systemd, too. -- Martin Pitt

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-06 Thread Kodamati Pradeep Vinesh Reddy
With the package from the proposed it seems to be working fine. I have verified the same. Thanks, Pradeep. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-06 Thread Manoj Iyer
I tested the systemd package from proposed and it works as expected. Below are the test results: ubuntu@ubuntu:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-05 Thread Martin Pitt
Committed to packaging git for utopic: http://anonscm.debian.org/gitweb/?p=pkg- systemd/systemd.git;a=commitdiff;h=47c10f310 I also uploaded that fix to trusty's SRU review queue. ** Changed in: systemd (Ubuntu Utopic) Status: In Progress = Fix Committed ** Changed in: systemd (Ubuntu

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-05 Thread Steve Langasek
Hello Manoj, or anyone else affected, Accepted systemd into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/systemd/204-5ubuntu20.4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-08-05 Thread Manoj Iyer
** Description changed: Some ARM board uses GPIO gpio_key.12 for power control (key=116). The proposed patch adds entry to logind's 70-power-switch.rules to initiate soft shutdown of the cartridge from ilo. Here is the udevadm output for /dev/input/event0 sudo udevadm info

[Touch-packages] [Bug 1347776] [NEW] shutdown trigger on gpio_keys.X for armhf hardware

2014-07-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Some ARM board uses GPIO gpio_key.12 for power control (key=116). The proposed patch adds entry to logind's 70-power-switch.rules to initiate soft shutdown of the cartridge from ilo. Here is the udevadm output for /dev/input/event0 sudo udevadm info

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2014-07-24 Thread Martin Pitt
** Package changed: ubuntu = systemd (Ubuntu) ** Changed in: systemd (Ubuntu) Status: New = In Progress ** Also affects: systemd (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Utopic) Importance: Undecided Status: In Progress --