Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-07-03 Thread Frans Klaver
On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold wrote: > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote: >> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller >> wrote: >> > The German Telekom offers a ZigBee USB Stick under the brand name Qivicon >> >

Re: [PATCH] usb:gadget:hid: Remote wakeup support

2017-06-30 Thread Frans Klaver
On Fri, Jun 30, 2017 at 2:48 PM, Abdulhadi Mohamed wrote: > Currently linux HID gadgets do not support remote wakeup (the ability > to wake up a host from suspend). This is an important feature for > gadgets that want to properly emulate the normal operation of a mouse > and keyboard. Ultimately,

Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-06-30 Thread Frans Klaver
; Signed-off-by: Stefan Triller Reviewed-by: Frans Klaver > --- > drivers/usb/serial/cp210x.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c > index 0c55e7f64269..d37e9d4d617b 100644 > --- a/drivers/usb

Re: [PATCH 1/1] Add support for Qivicon USB ZigBee dongle

2017-06-30 Thread Frans Klaver
Hi, You should probably mention the relevant subsystem in your subject. On Fri, Jun 30, 2017 at 11:43 AM, Stefan Triller wrote: > The german Telekom offers a ZigBee USB Stick under the brand name Qivicon for > their SmartHome Home Base in its 1. Generation. The productId is not known by > the

Re: usb:gadget:hid: [PATCH] Remote Wakeup Support

2017-06-30 Thread Frans Klaver
Hi, On Tue, Jun 27, 2017 at 11:04 PM, Abdulhadi Mohamed wrote: > Currently linux HID gadgets do not support remote wakeup (the ability > to wake up a host from suspend). This is an important feature for gadgets > that want to properly emulate the normal operation of a mouse and keyboard. > This f

Re: [PATCH] {GET,SET} PROCOTOL Support

2017-06-30 Thread Frans Klaver
On Fri, Jun 23, 2017 at 4:55 PM, Abdulhadi Mohamed wrote: > the current HID function dirver doesn't support GET_PROCOTOL and > SET_PROCOTOL commands, which are required to operate the HID gadget in > BOOT mode. This change implements this feature for devices that have > the same implementation for

Re: [PATCH v5 1/2] usb: USB Type-C connector class

2016-08-17 Thread Frans Klaver
On Wed, Aug 17, 2016 at 3:53 PM, Heikki Krogerus wrote: > Hi, > > On Wed, Aug 17, 2016 at 03:14:03PM +0200, Frans Klaver wrote: >> On Wed, Aug 17, 2016 at 12:34 PM, Heikki Krogerus >> > +static const char * const typec_partner_types[] = { >> > + [TYPE

Re: [PATCH v5 1/2] usb: USB Type-C connector class

2016-08-17 Thread Frans Klaver
On Wed, Aug 17, 2016 at 12:34 PM, Heikki Krogerus wrote: > The purpose of USB Type-C connector class is to provide > unified interface for the user space to get the status and > basic information about USB Type-C connectors on a system, > control over data role swapping, and when the port supports

Re: [PATCH v2 2/3] USB: ehci-tegra: fix inefficient copy of unaligned buffers

2015-04-23 Thread Frans Klaver
On Thu, Apr 23, 2015 at 4:06 PM, Johan Hovold wrote: > Make sure only to copy any actual data rather than the whole buffer, > when releasing the temporary buffer used for unaligned non-isochronous > transfers. > > Compile-tested only. > > Signed-off-by: Johan Hovold > --- > drivers/usb/host/ehci

Re: [PATCH] usb: serial: Perform verification for FTDI FT232R devices

2014-10-23 Thread Frans Klaver
On Thu, Oct 23, 2014 at 11:40 AM, Greg KH wrote: > On Thu, Oct 23, 2014 at 01:52:24AM -0700, russ.d...@gmail.com wrote: >> From: Russ Dill >> >> This patch provides the FTDI genuine product verification steps >> as contained within the new 2.12.00 official release. It ensures >> that counterfeite

Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-14 Thread Frans Klaver
On Tue, Oct 14, 2014 at 09:35:24AM +0200, Jiri Kosina wrote: > your patch hasn't been lost, it's in my 'to-process' queue. It's merge > window now, plus this is a super-low priority patch. Please be patient, it > will eventually be processed. Alright. I think I've been getting quite spoiled with

Re: [PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-14 Thread Frans Klaver
On Wed, Oct 01, 2014 at 03:30:31PM +0200, Frans Klaver wrote: > Signed-off-by: Frans Klaver > --- > Documentation/usb/gadget_configfs.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/usb/gadget_configfs.txt > b/Documentation/us

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:54:00AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:52:08AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > While at it, order the definitions by PID and add a logical separation >

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: Signed-off-by: Frans Klaver --- Third time's a charm. drivers/usb/serial/ftd

Re: [PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:34:43AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:32:27AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > While at it, order the definitions by PID and add a logical separation >

[PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: Signed-off-by: Frans Klaver --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:20:14AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:12:09AM +0200, Frans Klaver wrote: > > I'll move the new entries up. How about I throw in a separate patch that > > cleans up stuff around the PID definitions? There's some alignm

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:01:17AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 10:44:54AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > Cc: > > Signed-off-by: Frans Klaver > > --- > >

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. Cc: Signed-off-by: Frans Klaver --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index

[PATCH] gadget_configfs.txt: fix spelling of 'function'

2014-10-01 Thread Frans Klaver
Signed-off-by: Frans Klaver --- Documentation/usb/gadget_configfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/gadget_configfs.txt b/Documentation/usb/gadget_configfs.txt index 4cf53e4..635e574 100644 --- a/Documentation/usb/gadget_configfs.txt +++ b

Re: [PATCH 0/1] for HID core dot c

2014-09-05 Thread Frans Klaver
Hi, You're almost there. You may specifically want to read section 1.15. Also have a look at how other people submit their patches. Using git send-email[1] may also help. It's also the custom to reply to all, instead of just to the mailing list. Thanks, Frans [1] http://git-scm.com/docs/git-sen

Re: [PATCH 1/1] for HID core dot c

2014-09-05 Thread Frans Klaver
Hi, On Fri, Sep 5, 2014 at 4:07 PM, Hans Petter Selasky wrote: > See attachment. It's preferred that you send your patches in the body of the email. Please read Documentation/SubmittingPatches. Frans -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a messag

Re: [PATCH resend 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-04 Thread Frans Klaver
On Thu, Sep 04, 2014 at 11:22:26AM +0200, Johan Hovold wrote: > On Thu, Sep 04, 2014 at 11:05:47AM +0200, Frans Klaver wrote: > > > > The new version is applied, built and tested with some actual hardware > > on 3.17-rc3. > > Good. Both patches applied now. Thanks aga

Re: [PATCH resend 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-04 Thread Frans Klaver
On Thu, Sep 04, 2014 at 10:15:22AM +0200, Johan Hovold wrote: > On Thu, Sep 04, 2014 at 09:12:05AM +0200, Frans Klaver wrote: > > > > static int xsens_mt_probe(struct usb_serial *serial, > > > const struct usb_device_id *id) &

[PATCH 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-04 Thread Frans Klaver
. Signed-off-by: Frans Klaver --- drivers/usb/serial/xsens_mt.c | 23 --- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/drivers/usb/serial/xsens_mt.c b/drivers/usb/serial/xsens_mt.c index d500ccd..3837d51 100644 --- a/drivers/usb/serial/xsens_mt.c +++ b/drivers

Re: [PATCH resend 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-04 Thread Frans Klaver
Johan, I noticed I submitted an error here. Will resend later today. On Mon, Sep 1, 2014 at 11:39 AM, Frans Klaver wrote: > Probe is testing if the current interface provides two bulk endpoints. > While this achieves the goal of only binding to the correct interface, > we already kn

[PATCH resend 1/2] usb: serial: xsens_mt: add author and description

2014-09-01 Thread Frans Klaver
Signed-off-by: Frans Klaver --- drivers/usb/serial/xsens_mt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/xsens_mt.c b/drivers/usb/serial/xsens_mt.c index 4841fb5..d500ccd 100644 --- a/drivers/usb/serial/xsens_mt.c +++ b/drivers/usb/serial/xsens_mt.c @@ -82,4 +82,6

[PATCH resend 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-01 Thread Frans Klaver
. Signed-off-by: Frans Klaver --- drivers/usb/serial/xsens_mt.c | 23 --- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/drivers/usb/serial/xsens_mt.c b/drivers/usb/serial/xsens_mt.c index d500ccd..ea67ed9 100644 --- a/drivers/usb/serial/xsens_mt.c +++ b/drivers

[PATCH 1/2] USB: serial: ftdi_sio: Annotate the current Xsens PID assignments

2014-07-24 Thread Frans Klaver
From: Patrick Riphagen The converters are used in specific products. It can be useful to know which they are exactly. Signed-off-by: Patrick Riphagen Signed-off-by: Frans Klaver Cc: Johan Hovold Cc: Greg Kroah-Hartman Cc: stable --- drivers/usb/serial/ftdi_sio_ids.h | 10 +- 1

[PATCH 2/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-24 Thread Frans Klaver
From: Patrick Riphagen This adds support for new Xsens devices, using Xsens' own Vendor ID. Signed-off-by: Patrick Riphagen Signed-off-by: Frans Klaver Cc: Johan Hovold Cc: Greg Kroah-Hartman Cc: stable --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.

Re: [PATCH 0/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-24 Thread Frans Klaver
Hi Greg, On Wed, Jul 23, 2014 at 05:01:02PM -0700, Greg Kroah-Hartman wrote: > Your patches were mal-formed and could not be applied at all, please fix > up your email client to not eat tabs and resend. It seems we're running into mail server settings that have been adapted for my use, but not fo

Re: [PATCH] USB: serial: move the "simple" drivers into usb-serial-simple.c

2013-08-05 Thread Frans Klaver
On Mon, Aug 05, 2013 at 07:41:42PM +0800, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > Instead of having to create a new driver for a "simple" usb to serial > device, mush them all into one file, with a macro, so as to make it easy > to add new ones. Sounds like a sensible thing to d

Re: [PATCH v2] usb: add driver for xsens motion trackers

2013-01-25 Thread Frans Klaver
On Fri, Jan 25, 2013 at 9:05 PM, Greg KH wrote: > It's not a big deal at all, I've left it alone, and applied it as-is. Great, thanks. > thanks for the clean driver submission, No problem. I wish I could do more of this at work. Cheers, Frans -- To unsubscribe from this list: send the line "un

Re: [PATCH v2] usb: add driver for xsens motion trackers

2013-01-25 Thread Frans Klaver
On Fri, Jan 25, 2013 at 5:51 PM, Greg KH wrote: > On Fri, Jan 25, 2013 at 05:05:44PM +0100, Frans Klaver wrote: >> Filtering the correct interface has been moved to the probe function, >> which seems more appropriate. Filtering in attach is slightly easier, >> but returning

Re: [PATCH v2] usb: add driver for xsens motion trackers

2013-01-25 Thread Frans Klaver
On Fri, Jan 25, 2013 at 6:47 PM, Alan Stern wrote: > There's no reason for restricting i to be 8 bits. It isn't a field in > a structure or a member of an array, so saving space isn't an issue. > Neither is sign extension. Why force the compiler to go to extra > effort when using a natural-size

[PATCH v2] usb: add driver for xsens motion trackers

2013-01-25 Thread Frans Klaver
Signed-off-by: Frans Klaver --- This is a revision of the xsens_mt module. Since previous one, I've reduced the allocated buffers, cause there seem to be no problems with the default size right now. Filtering the correct interface has been moved to the probe function, which seems

Re: [PATCH] usb: add driver for xsens motion trackers

2013-01-24 Thread Frans Klaver
Just realized that the mail client on my phone doesn't do plain text, which means two of my messages got bounced. Sorry for that. Regards, Frans On Thu, Jan 24, 2013 at 9:25 PM, Frans Klaver wrote: > > Op 24 jan. 2013 21:12 schreef "Greg KH" het > volgende: > > &g

[PATCH] usb: add driver for xsens motion trackers

2013-01-24 Thread Frans Klaver
Signed-off-by: Frans Klaver --- drivers/usb/serial/Kconfig| 12 +++ drivers/usb/serial/Makefile | 1 + drivers/usb/serial/xsens_mt.c | 82 +++ 3 files changed, 95 insertions(+) create mode 100644 drivers/usb/serial/xsens_mt.c diff --git a