Re: [PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2018-01-25 Thread Jason Gerecke
Any movement on this? Are we just waiting on an ACK/NAK from Dmitry? Jason --- Now instead of four in the eights place / you’ve got three, ‘Cause you added one / (That is to say, eight) to the two, / But you can’t take seven from three,/ So you look at the sixty-fours On Tue, Dec 5,

Re: [PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2017-12-05 Thread Jason Gerecke
Looks like this might also be needed for the MobileStudio Pro... https://bugzilla.kernel.org/show_bug.cgi?id=197991 Jason --- Now instead of four in the eights place / you’ve got three, ‘Cause you added one / (That is to say, eight) to the two, / But you can’t take seven from three,/ So

Re: [PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2017-11-30 Thread Brüns , Stefan
On Freitag, 10. November 2017 00:34:53 CET Bastien Nocera wrote: > On Thu, 2017-11-09 at 23:44 +0100, Stefan Brüns wrote: > > The key has the same use as the SW_ROTATE_LOCK, but is used on > > devices > > where the state is not tracked by the hardware but has to be handled > > in software. > > I'l

Re: [PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2017-11-09 Thread Darren Hart
On Thu, Nov 09, 2017 at 11:44:34PM +0100, Stefan Brüns wrote: > The key has the same use as the SW_ROTATE_LOCK, but is used on devices > where the state is not tracked by the hardware but has to be handled > in software. > > Signed-off-by: Stefan Brüns > Dmitry, this lands in the middle of seri

Re: [PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2017-11-09 Thread Bastien Nocera
On Thu, 2017-11-09 at 23:44 +0100, Stefan Brüns wrote: > The key has the same use as the SW_ROTATE_LOCK, but is used on > devices > where the state is not tracked by the hardware but has to be handled > in software. I'll let the input and hid subsystem maintainers have the final say here, though I

[PATCH v2 3/5] Input: add KEY_ROTATE_LOCK_TOGGLE

2017-11-09 Thread Stefan Brüns
The key has the same use as the SW_ROTATE_LOCK, but is used on devices where the state is not tracked by the hardware but has to be handled in software. Signed-off-by: Stefan Brüns --- Changes in v2: - New patch, add support for KEY_ROTATE_LOCK_TOGGLE include/uapi/linux/input-event-codes.h |