From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Ping Cheng <pinglinux@gmail.com>,
Jason Gerecke <killertofu@gmail.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input - wacom: remove phys field in struct wacom
Date: Fri, 13 Jun 2014 16:48:26 -0400 [thread overview]
Message-ID: <20140613204826.GA30355@mail.corp.redhat.com> (raw)
In-Reply-To: <20140613203545.GA31651@core.coreip.homeip.net>
On Jun 13 2014 or thereabouts, Dmitry Torokhov wrote:
> On Fri, Jun 13, 2014 at 04:29:04PM -0400, Benjamin Tissoires wrote:
> > This field is not used, remove it.
>
> We must have lost the assignment, but it should be assigned to phys of
> corresponding input device.
hehe. Even in 2007, when the files moved under drivers/input/tablet,
there is no mention of assigning input_dev->phys :)
I can send a patch to fix the other way around if you prefer (add
input_dev->phys).
Cheers,
Benjamin
>
> >
> > Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> > ---
> > drivers/input/tablet/wacom.h | 1 -
> > drivers/input/tablet/wacom_sys.c | 2 --
> > 2 files changed, 3 deletions(-)
> >
> > diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/wacom.h
> > index 9ebf0ed..70b1e71 100644
> > --- a/drivers/input/tablet/wacom.h
> > +++ b/drivers/input/tablet/wacom.h
> > @@ -114,7 +114,6 @@ struct wacom {
> > struct mutex lock;
> > struct work_struct work;
> > bool open;
> > - char phys[32];
> > struct wacom_led {
> > u8 select[2]; /* status led selector (0..3) */
> > u8 llv; /* status led brightness no button (1..127) */
> > diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c
> > index 2c613cd..94096fd 100644
> > --- a/drivers/input/tablet/wacom_sys.c
> > +++ b/drivers/input/tablet/wacom_sys.c
> > @@ -1323,8 +1323,6 @@ static int wacom_probe(struct usb_interface *intf, const struct usb_device_id *i
> > wacom->intf = intf;
> > mutex_init(&wacom->lock);
> > INIT_WORK(&wacom->work, wacom_wireless_work);
> > - usb_make_path(dev, wacom->phys, sizeof(wacom->phys));
> > - strlcat(wacom->phys, "/input0", sizeof(wacom->phys));
> >
> > endpoint = &intf->cur_altsetting->endpoint[0].desc;
> >
> > --
> > 1.9.0
> >
>
> --
> Dmitry
next prev parent reply other threads:[~2014-06-13 20:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 20:29 [PATCH] Input - wacom: remove phys field in struct wacom Benjamin Tissoires
2014-06-13 20:35 ` Dmitry Torokhov
2014-06-13 20:48 ` Benjamin Tissoires [this message]
2014-06-13 20:55 ` Benjamin Tissoires
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140613204826.GA30355@mail.corp.redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=killertofu@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pinglinux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).