Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488755
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] usb: gadget: Add uevent to notify userspace |
| Date | 2016-09-22 13:00 +0200 |
| Message-ID | <sk9Tr-5fL-1@gated-at.bofh.it> (permalink) |
| References | <sk9Tr-5fL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Sep 22, 2016 at 06:53:12PM +0800, Baolin Wang wrote: > From: Badhri Jagan Sridharan <Badhri@google.com> > > Some USB managament on userspace (like Android system) rely on the uevents > generated by the composition driver to generate user notifications. Thus this > patch adds uevents to be generated whenever USB changes its state: connected, > disconnected, configured. > > The original code was created by Badhri Jagan Sridharan, and I did some > optimization. > > CC: Badhri Jagan Sridharan <Badhri@google.com> > Signed-off-by: Baolin Wang <baolin.wang@linaro.org> If you're sending a patch someone else wrote you need their Signed-off-by - if they didn't provide one you need to talk to them about that and get it. > +config USB_CONFIGFS_UEVENT > + boolean "Uevent notification of Gadget state" > + depends on USB_CONFIGFS > + help > + Enable uevent notifications to userspace when the gadget > + state changes. The gadget can be in any of the following > + three states: "CONNECTED/DISCONNECTED/CONFIGURED" Why not just generate the events unconditionally?
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] usb: gadget: Add uevent to notify userspace Mark Brown <broonie@kernel.org> - 2016-09-22 13:00 +0200 Re: [PATCH] usb: gadget: Add uevent to notify userspace Baolin Wang <baolin.wang@linaro.org> - 2016-09-22 13:10 +0200
csiph-web