Re: [PATCH] USB: serial: mos7840: Add a product ID for the new product

2018-11-16 Thread Johan Hovold
On Fri, Nov 16, 2018 at 02:36:56PM +0800, JackyChou wrote: > From: JackyChou > > Add a new PID 0x7843 to the driver. > Let the new products be able to set up 3 serial ports with the driver. > > Because the development of new product is based on 4 serial ports, > but some users only need 3 seria

[PATCH] USB: serial: mos7840: Add a product ID for the new product

2018-11-15 Thread JackyChou
From: JackyChou Add a new PID 0x7843 to the driver. Let the new products be able to set up 3 serial ports with the driver. Because the development of new product is based on 4 serial ports, but some users only need 3 serial ports. There is no way to set it from the hardware, so let the driver

Re: [PATCH] USB: serial: mos7840: Add a product ID for the new product

2018-11-12 Thread Johan Hovold
On Mon, Nov 12, 2018 at 03:16:05PM +0800, Jackychou wrote: > From: JackyChou > > Add a new PID 0x7843 to the driver. > Let the new products be able to set up 3 serial ports with the driver. > > Signed-off-by: JackyChou > --- > drivers/usb/serial/mos7840.c | 26 ++ > 1 f

[PATCH] USB: serial: mos7840: Add a product ID for the new product

2018-11-11 Thread Jackychou
From: JackyChou Add a new PID 0x7843 to the driver. Let the new products be able to set up 3 serial ports with the driver. Signed-off-by: JackyChou --- drivers/usb/serial/mos7840.c | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/drivers/usb/seria