Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-12-03 Thread SASANO Takayoshi
Hello, jca@ privately advised that I should write my own copyright to describe who modified the code. I am planning to add notice like if_axe.c and sent the diff to him but there is no answer (too busy?). So I ask here. Is there any good solution? Thanks, SASANO Takayoshi Index: if_ugl.c

Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-11-16 Thread SASANO Takayoshi
Hello, Oh, I forgot to write man. Here is... Index: ugl.4 === RCS file: ugl.4 diff -N ugl.4 --- /dev/null 1 Jan 1970 00:00:00 - +++ ugl.4 16 Nov 2013 10:26:45 - @@ -0,0 +1,55 @@ +.\" $OpenBSD$ +.\" $NetBSD: upl.4,v 1.

Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-11-15 Thread SASANO Takayoshi
Hello, I committed ugl(4) driver to source tree. The driver is derived from upl(4) driver, so licence is NetBSD. Thanks. -- SASANO Takayoshi At Fri, 15 Nov 2013 10:56:37 +0100, Martin Pieuchot wrote: > > On 14/11/13(Thu) 17:44, Brad Smith wrote: > > On 14/11/13 3:29 PM, SASANO Takayoshi wrote:

Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-11-15 Thread Martin Pieuchot
On 14/11/13(Thu) 17:44, Brad Smith wrote: > On 14/11/13 3:29 PM, SASANO Takayoshi wrote: > >Hello, > > > >Here is Genesys Logic's GL620USB-A driver, new version. > >I fixed crashing bug when peer is not connected, rewrite "sc_dying" to > >usbd_is_dying() (advices from mpi@), and deleted useless cod

Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-11-14 Thread Brad Smith
On 14/11/13 3:29 PM, SASANO Takayoshi wrote: Hello, Here is Genesys Logic's GL620USB-A driver, new version. I fixed crashing bug when peer is not connected, rewrite "sc_dying" to usbd_is_dying() (advices from mpi@), and deleted useless codes. This is still work in progress, man is not yet. And

Genesys Logic GL620USB-A, USB PC-to-PC link cable (take 2)

2013-11-14 Thread SASANO Takayoshi
Hello, Here is Genesys Logic's GL620USB-A driver, new version. I fixed crashing bug when peer is not connected, rewrite "sc_dying" to usbd_is_dying() (advices from mpi@), and deleted useless codes. This is still work in progress, man is not yet. And please tell me which I have to write copyright

Re: Genesys Logic GL620USB-A, USB PC-to-PC link cable

2013-10-29 Thread Martin Pieuchot
On 26/10/13(Sat) 04:34, SASANO Takayoshi wrote: > Hello, > > I wrote a driver for Genesys Logic's GL620USB-A to test my USB > PC-to-PC link cable. This controller is old (USB 1.1 age!) but > GL620USB-A based link cable is still sold at eBay. > > To support GL620USB-A, I modified sys/dev/usb/if_up

Genesys Logic GL620USB-A, USB PC-to-PC link cable

2013-10-25 Thread SASANO Takayoshi
Hello, I wrote a driver for Genesys Logic's GL620USB-A to test my USB PC-to-PC link cable. This controller is old (USB 1.1 age!) but GL620USB-A based link cable is still sold at eBay. To support GL620USB-A, I modified sys/dev/usb/if_upl.c (Prolific PL-2301/2302 driver) and added some stuffs. Thes