[PATCH] net: ipheth: Add USB ID for iPad mini

2013-07-01 Thread Aaron Marburg
Adds the USB device ID (0x12ab) to the ipheth network-over-USB-tethering driver for iOS devices. Applied and tested against mainline tag v3.10 (as well as 3.8.x and 3.6.y kernel for Raspbian on Raspberry pi) Signed-off-by: Aaron Marburg --- diff -upr -X linux-3.10.pristine/Documentation

Re: [PATCH] usb: serial: mos7840.c Support RS485 mode in B&B Electronics USOPTL4-4P and USOPTL4-2P

2016-03-01 Thread Aaron Marburg
16, at 11:38 AM, Sergei Shtylyov > wrote: > > Hello. > > On 03/01/2016 08:54 PM, amarb...@apl.washington.edu wrote: > >> From: Aaron Marburg >> >> The USOPTL4-4P and USOPTL4-2P USB-to-quad/dual RS-485/422 hubs use the >> Moschip 7840/7820. For corre

[PATCH v2] usb: serial: mos7840.c Support RS485 mode in B&B Electronics USOPTL4-4P and USOPTL4-2P

2016-03-01 Thread Aaron Marburg
vices, not even USOPTL*) the functionality. Signed-off-by: Aaron Marburg --- Changes in v2: - Includes suggested formatting changes. drivers/usb/serial/mos7840.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial

Re: [PATCH] usb: serial: mos7840.c Support RS485 mode in B&B Electronics USOPTL4-4P and USOPTL4-2P

2016-03-02 Thread Aaron Marburg
On Wed, 2 Mar 2016, Oliver Neukum wrote: On Tue, 2016-03-01 at 09:54 -0800, amarb...@apl.washington.edu wrote: From: Aaron Marburg The USOPTL4-4P and USOPTL4-2P USB-to-quad/dual RS-485/422 hubs use the Moschip 7840/7820. For correct operation in RS-485, the chip must be configured in “RS

Re: [PATCH] usb: serial: mos7840.c Support RS485 mode in B&B Electronics USOPTL4-4P and USOPTL4-2P

2016-03-03 Thread Aaron Marburg
On Thu, 3 Mar 2016, Johan Hovold wrote: On Wed, Mar 02, 2016 at 09:36:55AM -0800, Aaron Marburg wrote: On Wed, 2 Mar 2016, Oliver Neukum wrote: On Tue, 2016-03-01 at 09:54 -0800, amarb...@apl.washington.edu wrote: From: Aaron Marburg The USOPTL4-4P and USOPTL4-2P USB-to-quad/dual RS-485

[PATCH v3] usb: serial: mos7840.c Support TIOCGRS485 and TIOCSRS485 ioctls()

2016-04-11 Thread Aaron Marburg
2P USB-to-RS485/422 hubs based on this chip. Signed-off-by: Aaron Marburg --- Changes relative to v2: -- As suggested, implemented handlers for TIOC?RS485 ioctl callbacks rather than command-line options to enable RS485 configurations. drivers/usb/se