Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-11 Thread Ebrahim Byagowi
Fantastic, thank you so much for the help. On 2/11/19 11:54 AM, Johan Hovold wrote: > On Sun, Feb 10, 2019 at 01:49:16AM +0330, Ebrahim Byagowi wrote: >> On 2/9/19 7:11 PM, Johan Hovold wrote: >>> On Sat, Feb 09, 2019 at 02:14:21PM +0330, Ebrahim Byagowi wrote: On 2/9/19 1:16 PM, Johan Hovold

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-11 Thread Johan Hovold
On Sun, Feb 10, 2019 at 01:49:16AM +0330, Ebrahim Byagowi wrote: > > On 2/9/19 7:11 PM, Johan Hovold wrote: > > On Sat, Feb 09, 2019 at 02:14:21PM +0330, Ebrahim Byagowi wrote: > >> On 2/9/19 1:16 PM, Johan Hovold wrote: > >>> On Sat, Feb 09, 2019 at 12:18:40PM +0330, ebra...@gnu.org wrote: >

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread Ebrahim Byagowi
On 2/9/19 7:11 PM, Johan Hovold wrote: > On Sat, Feb 09, 2019 at 02:14:21PM +0330, Ebrahim Byagowi wrote: >> On 2/9/19 1:16 PM, Johan Hovold wrote: >>> On Sat, Feb 09, 2019 at 12:18:40PM +0330, ebra...@gnu.org wrote: From: Ebrahim Byagowi This makes Delock Infrared adapter to work

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread Johan Hovold
On Sat, Feb 09, 2019 at 02:14:21PM +0330, Ebrahim Byagowi wrote: > > On 2/9/19 1:16 PM, Johan Hovold wrote: > > On Sat, Feb 09, 2019 at 12:18:40PM +0330, ebra...@gnu.org wrote: > >> From: Ebrahim Byagowi > >> > >> This makes Delock Infrared adapter to work as a USB to Serial device. > >> --- > >>

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread Ebrahim Byagowi
s for this dongle. Uploaded the patch with signed-off tag and correcting a copy paste error, please ignore the original. Thanks! > > Johan > > >From 05164e35fca7c2b2bc3bb14e50c744a778460f6a Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 9 Feb 2019 11:05:23 +0330 Subject: [P

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread Johan Hovold
On Sat, Feb 09, 2019 at 12:18:40PM +0330, ebra...@gnu.org wrote: > From: Ebrahim Byagowi > > This makes Delock Infrared adapter to work as a USB to Serial device. > --- > drivers/usb/serial/pl2303.c | 1 + > drivers/usb/serial/pl2303.h | 3 +++ > 2 files changed, 4 insertions(+) > > diff --git

Re: [PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread Greg KH
On Sat, Feb 09, 2019 at 12:18:40PM +0330, ebra...@gnu.org wrote: > From: Ebrahim Byagowi > > This makes Delock Infrared adapter to work as a USB to Serial device. > --- > drivers/usb/serial/pl2303.c | 1 + > drivers/usb/serial/pl2303.h | 3 +++ > 2 files changed, 4 insertions(+) > > diff --git

[PATCH] USB: serial: pl2303: add Delock Infrared device id

2019-02-09 Thread ebrahim
From: Ebrahim Byagowi This makes Delock Infrared adapter to work as a USB to Serial device. --- drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 98e7a5df0..d5ec72