Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-25 Thread Dmitry Torokhov
On Thu, Apr 24, 2014 at 07:57:12AM -0700, Sheng-Liang Song wrote: > After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The > workaround is to remove ATKBD_CMD_RESET_DIS for LG Keyboards. > > In order to keep the minimum changes to the current atkbd driver, I add > logic to apply the

Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-25 Thread Dmitry Torokhov
On Thu, Apr 24, 2014 at 07:57:12AM -0700, Sheng-Liang Song wrote: After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The workaround is to remove ATKBD_CMD_RESET_DIS for LG Keyboards. In order to keep the minimum changes to the current atkbd driver, I add logic to apply the patch

Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-23 Thread Dmitry Torokhov
On Tue, Apr 22, 2014 at 06:51:22PM -0700, Sheng-Liang Song wrote: > After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. > The workaround is to remove ATKBD_CMD_RESET_DIS for LG Keyboards. > > In order to keep the minimum changes to the current atkbd driver, > I add logic to apply the

Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-23 Thread Dmitry Torokhov
On Tue, Apr 22, 2014 at 06:51:22PM -0700, Sheng-Liang Song wrote: After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The workaround is to remove ATKBD_CMD_RESET_DIS for LG Keyboards. In order to keep the minimum changes to the current atkbd driver, I add logic to apply the patch if

Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Dmitry Torokhov
Hi Sheng-Liang, On Tue, Apr 22, 2014 at 09:59:30AM -0700, Sheng-Liang Song wrote: > After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. > The workaround is to issue ATKBD_CMD_RESET_DEF after ATKBD_CMD_RESET_DIS. Hmm, if ATKBD_CMD_RESET_DIS causes keyboard not working should we simply

Re: [PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Dmitry Torokhov
Hi Sheng-Liang, On Tue, Apr 22, 2014 at 09:59:30AM -0700, Sheng-Liang Song wrote: After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The workaround is to issue ATKBD_CMD_RESET_DEF after ATKBD_CMD_RESET_DIS. Hmm, if ATKBD_CMD_RESET_DIS causes keyboard not working should we simply not