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
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.
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:
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
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
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
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
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