Re: [PATCH 6/9] Adding USB serial driver test cases

2017-02-09 Thread Chris Johns
On 10/02/2017 00:09, Kirspel, Kevin wrote: We could probably create a tty test driver and convert usbserialXX test cases into termiosXX test cases. This would delink the two and we would only have the one usbserial test case. It would be good to do this. As far as the copyright, I can cha

RE: [PATCH 6/9] Adding USB serial driver test cases

2017-02-09 Thread Kirspel, Kevin
oswell GA 30076 Tel: (770)-510- ext. 81642 Direct: (770)-688-1642 Fax: (770)-510-4445 -Original Message- From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns Sent: Wednesday, February 08, 2017 10:35 PM To: devel@rtems.org Subject: Re: [PATCH 6/9] Adding USB serial dr

Re: [PATCH 6/9] Adding USB serial driver test cases

2017-02-08 Thread Chris Johns
On 09/02/2017 14:21, Kevin Kirspel wrote: --- .../include/rtems/bsd/test/default-usb-init.h | 158 + testsuite/usbserial/init.c | 373 testsuite/usbserial01/test_main.c | 666 + testsuite/usbserial02/test_main.c