Re: [PATCH 04/11] Add USB UGEN support for RTEMS

2017-05-17 Thread Sebastian Huber
On 17/05/17 13:39, Kirspel, Kevin wrote: I got a message that the patch was too large and held for review. Is there a process for someone to review large patches and release them? If not, I can send you the patch directly. You can send me v2 directly. -- Sebastian Huber, embedded brains

RE: [PATCH 04/11] Add USB UGEN support for RTEMS

2017-05-17 Thread Kirspel, Kevin
)-510- ext. 81642 Direct: (770)-688-1642 Fax: (770)-510-4445 -Original Message- From: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Sent: Wednesday, May 17, 2017 1:46 AM To: Kirspel, Kevin <kevin-kirs...@idexx.com>; devel@rtems.org Subject: Re: [PATCH 04/11] Add US

Re: [PATCH 04/11] Add USB UGEN support for RTEMS

2017-05-16 Thread Sebastian Huber
Patch 03/11 is missing. I was not able to apply the patch series. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available

[PATCH 04/11] Add USB UGEN support for RTEMS

2017-05-15 Thread Kevin Kirspel
--- freebsd/sys/dev/usb/usb_dev.c | 10 ++ rtemsbsd/include/rtems/bsd/local/opt_usb.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/freebsd/sys/dev/usb/usb_dev.c b/freebsd/sys/dev/usb/usb_dev.c index fe249c2..da96a99 100644 ---