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

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-24 Thread Sheng-Liang Song
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 and only if the device is LG LW25-B7HV or P1-J273B. Signed-off-by:

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-24 Thread Sheng-Liang Song
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 and only if the device is LG LW25-B7HV or P1-J273B. Signed-off-by:

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

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Sheng-Liang Song
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 and only if the device is LG LW25-B7HV or P1-J273B. ---

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

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Sheng-Liang Song
After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The workaround is to issue ATKBD_CMD_RESET_DEF after ATKBD_CMD_RESET_DIS. In order to keep the minimum changes to the current atkbd driver, I add logic to apply the patch if and only if the device is LG LW25-B7HV or P1-J273B. ---

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Sheng-Liang Song
After issuing ATKBD_CMD_RESET_DIS, LG Keyboard stop working. The workaround is to issue ATKBD_CMD_RESET_DEF after ATKBD_CMD_RESET_DIS. In order to keep the minimum changes to the current atkbd driver, I add logic to apply the patch if and only if the device is LG LW25-B7HV or P1-J273B. ---

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

[PATCH] Input: atkbd - fix keyboard LG Electronics

2014-04-22 Thread Sheng-Liang Song
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 and only if the device is LG LW25-B7HV or P1-J273B. ---