From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?=A3ukasz_Da=B3ek?= Date: Wed, 03 Oct 2012 23:10:20 +0200 Subject: [U-Boot] [PATCH v6] h2200: Add USB CDC ethernet support In-Reply-To: <201210032202.07594.marex@denx.de> References: <506C0A82.5050301@gmail.com> <201210032140.13147.marex@denx.de> <506C958A.30000@gmail.com> <201210032202.07594.marex@denx.de> Message-ID: <506CA9BC.7010606@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03.10.2012 22:02, Marek Vasut wrote: > Dear ?ukasz Da?ek, > >> On 03.10.2012 21:40, Marek Vasut wrote: >>> Dear ?ukasz Da?ek, >>> >>> [...] >>> >>>>>> Why do I have to remove CONFIG_H2200_USBETH? If I do so, I'm not be >>>>>> able to disable USB ethernet support. >>>>> Why would you disable it? >>>> Because of other gadgets, e.g. ttyACM >>> Can't these co-exist? >>> >>> Best regards, >>> Marek Vasut >> No they can't. > Not even with the composite driver ? What's ttyacm and where is it in u-boot btw > ? > > Best regards, > Marek Vasut As far as I know they can't exists on pxa25x. I don't know how about pxa27x. ttyacm is a serial over usb. Driver exists in u-boot for pxa27x (gadget/usb/pxa27x_udc.c) but I have my own for pxa25x not published. ?ukasz Da?ek