喜 Masaki Ota ; linux-in...@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] Support TrackStick of Thinkpad L570
>
> On Monday 20 November 2017 16:55:30 Masaki Ota wrote:
> > From: Masaki Ota
> > - The issue is that Thinkpad L570 TrackStick does not work. B
.torok...@gmail.com;
benjamin.tissoi...@redhat.com; aaron...@canonical.com; j...@ristioja.ee;
linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Support TrackStick of Thinkpad L570
On Monday 04 December 2017 09:40:04 Masaki Ota wrote:
> Hi, Pali,
>
> It does not
6:12 PM
> To: 太田 真喜 Masaki Ota
> Cc: Masaki Ota <012ne...@gmail.com>; dmitry.torok...@gmail.com;
> benjamin.tissoi...@redhat.com; aaron...@canonical.com; j...@ristioja.ee;
> linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] Support TrackStick of
December 04, 2017 6:12 PM
To: 太田 真喜 Masaki Ota
Cc: Masaki Ota <012ne...@gmail.com>; dmitry.torok...@gmail.com;
benjamin.tissoi...@redhat.com; aaron...@canonical.com; j...@ristioja.ee;
linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Support TrackStick of T
t: Saturday, December 02, 2017 6:08 AM
> To: Masaki Ota <012ne...@gmail.com>
> Cc: dmitry.torok...@gmail.com; benjamin.tissoi...@redhat.com;
> aaron...@canonical.com; j...@ristioja.ee; 太田 真喜 Masaki Ota
> ; linux-in...@vger.kernel.org;
> linux-kernel@vger.kernel.org
>
.@gmail.com; benjamin.tissoi...@redhat.com;
aaron...@canonical.com; j...@ristioja.ee; 太田 真喜 Masaki Ota
; linux-in...@vger.kernel.org;
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Support TrackStick of Thinkpad L570
On Wednesday 29 November 2017 17:33:58 Masaki Ota wrote:
> From: Masaki Ota
> -
On Wednesday 29 November 2017 17:33:58 Masaki Ota wrote:
> From: Masaki Ota
> - The issue is that Thinkpad L570 TrackStick does not work. Because the main
> interface of Thinkpad L570 device is SMBus, so ALPS overlooked PS2 interface
> Firmware setting of TrackStick. The detail is that TrackStic
Hi Masaki,
On 29 November 2017 at 19:33, Masaki Ota <012ne...@gmail.com> wrote:
> From: Masaki Ota
> - The issue is that Thinkpad L570 TrackStick does not work. Because the main
> interface of Thinkpad L570 device is SMBus, so ALPS overlooked PS2 interface
> Firmware setting of TrackStick. The
Please add the patch version next time.
The patch make trackstick work on L570.
Tested-by: Aaron Ma
On 11/29/2017 04:33 PM, Masaki Ota wrote:
> From: Masaki Ota
> - The issue is that Thinkpad L570 TrackStick does not work. Because the main
> interface of Thinkpad L570 device is SMBus, so ALPS
From: Masaki Ota
- The issue is that Thinkpad L570 TrackStick does not work. Because the main
interface of Thinkpad L570 device is SMBus, so ALPS overlooked PS2 interface
Firmware setting of TrackStick. The detail is that TrackStick otp bit is
disabled.
- Add the code that checks 0xD7 address v
struct psmouse *psmouse)
> {
> bool is_dual = false;
> + int reg_val = 0;
> + struct ps2dev *ps2dev = &psmouse->ps2dev;
>
> - if (IS_SS4PLUS_DEV(priv->dev_id))
> + if (IS_SS4PLUS_DEV(priv->dev_id)) {
> is_dual = (otp[0]
+ if (IS_SS4PLUS_DEV(priv->dev_id)) {
is_dual = (otp[0][0] >> 4) & 0x01;
+ if (!is_dual) {
+ /* For support TrackStick of Thinkpad L570 device */
+ if (alps_exit_com
:16 AM
To: Masaki Ota <012ne...@gmail.com>
Cc: benjamin.tissoi...@redhat.com; pali.ro...@gmail.com;
aaron...@canonical.com; j...@ristioja.ee; 太田 真喜 Masaki Ota
; linux-in...@vger.kernel.org;
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Support TrackStick of Thinkpad L570
Hi,
On Mon,
struct psmouse *psmouse)
> {
> bool is_dual = false;
> + int reg_val = 0;
> + struct ps2dev *ps2dev = &psmouse->ps2dev;
>
> - if (IS_SS4PLUS_DEV(priv->dev_id))
> + if (IS_SS4PLUS_DEV(priv->dev_id)) {
>
= 0;
> + struct ps2dev *ps2dev = &psmouse->ps2dev;
>
> - if (IS_SS4PLUS_DEV(priv->dev_id))
> + if (IS_SS4PLUS_DEV(priv->dev_id)) {
> is_dual = (otp[0][0] >> 4) & 0x01;
>
> + /* For support TrackStick of Th
Hi Masaki,
On 20 November 2017 at 18:55, Masaki Ota <012ne...@gmail.com> wrote:
> From: Masaki Ota
> - The issue is that Thinkpad L570 TrackStick does not work. Because the main
> interface of Thinkpad L570 device is SMBus, so ALPS overlooked PS2 interface
> Firmware setting of TrackStick. The
struct psmouse *psmouse)
> {
> bool is_dual = false;
> + int reg_val = 0;
> + struct ps2dev *ps2dev = &psmouse->ps2dev;
>
> - if (IS_SS4PLUS_DEV(priv->dev_id))
> + if (IS_SS4PLUS_DEV(priv->dev_id)) {
>
i Ota <012ne...@gmail.com>; dmitry.torok...@gmail.com
Cc: benjamin.tissoi...@redhat.com; aaron...@canonical.com; j...@ristioja.ee; 太田
真喜 Masaki Ota ; linux-in...@vger.kernel.org;
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Support TrackStick of Thinkpad L570
On Monday 20 November 20
DEV(priv->dev_id))
> + if (IS_SS4PLUS_DEV(priv->dev_id)) {
> is_dual = (otp[0][0] >> 4) & 0x01;
>
> + /* For support TrackStick of Thinkpad L570 device */
> + if (alps_exit_command_mode(psmouse) == 0
+ if (IS_SS4PLUS_DEV(priv->dev_id)) {
is_dual = (otp[0][0] >> 4) & 0x01;
+ /* For support TrackStick of Thinkpad L570 device */
+ if (alps_exit_command_mode(psmouse) == 0 &&
+ alps_enter_command_mode(psmouse) == 0) {
20 matches
Mail list logo