Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-07 Thread Marcelo/Porks
On Fri, Jun 4, 2010 at 12:32 PM, Marcelo/Porks wrote: > On Fri, Jun 4, 2010 at 4:28 AM, Hans Petter Selasky wrote: >>> On Thu, Jun 3, 2010 at 12:57 PM, Hans Petter Selasky >> wrote: >>> > Should be like this: Note the structure is called "bulk_min": >>> > >>> >        static const uint16_t bulk_

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-04 Thread Marcelo/Porks
On Fri, Jun 4, 2010 at 4:28 AM, Hans Petter Selasky wrote: > On Friday 04 June 2010 03:02:52 Marcelo/Porks wrote: >> On Thu, Jun 3, 2010 at 12:57 PM, Hans Petter Selasky > wrote: >> > On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote: >> >> On Thursday 03 June 2010 17:50:08 Hans Petter

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-04 Thread Hans Petter Selasky
On Friday 04 June 2010 03:02:52 Marcelo/Porks wrote: > On Thu, Jun 3, 2010 at 12:57 PM, Hans Petter Selasky wrote: > > On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote: > >> On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote: > >> > On Thursday 03 June 2010 16:22:33 Marcelo/Po

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Marcelo/Porks
On Thu, Jun 3, 2010 at 12:57 PM, Hans Petter Selasky wrote: > On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote: >> On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote: >> > On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote: >> > > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Hans Petter Selasky
On Thursday 03 June 2010 17:54:17 Hans Petter Selasky wrote: > On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote: > > On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote: > > > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky > > > > wrote: > > > > Hi, > > > > > > > > The problem is

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Hans Petter Selasky
Could you join: #bsdusb on efnet ? --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Hans Petter Selasky
On Thursday 03 June 2010 17:50:08 Hans Petter Selasky wrote: > On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote: > > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky > > wrote: > > > Hi, > > > > > > The problem is that LOW speed does not support BULK transfers according > > > to the USB s

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Hans Petter Selasky
On Thursday 03 June 2010 16:22:33 Marcelo/Porks wrote: > On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky wrote: > > Hi, > > > > The problem is that LOW speed does not support BULK transfers according > > to the USB specification. I guess we could switch that support on, though > > I'd rather

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Marcelo/Porks
On Wed, Jun 2, 2010 at 1:25 PM, Hans Petter Selasky wrote: > Hi, > > The problem is that LOW speed does not support BULK transfers according to the > USB specification. I guess we could switch that support on, though I'd rather > stick with the spec. > > Try changing this line in: > > src/sys/dev/

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-03 Thread Bernd Walter
On Wed, Jun 02, 2010 at 06:25:25PM +0200, Hans Petter Selasky wrote: > > > Hi, > > > > > > Can you dump the USB descriptors of your device? > > > > Hi, right now I can do this at "FreeBSD 8.0-RELEASE-p2 #8 r206060M", > > but If you prefer tonight I can dump from 'freebsd-current' box. > > > > Tha

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-02 Thread Hans Petter Selasky
> > Hi, > > > > Can you dump the USB descriptors of your device? > > Hi, right now I can do this at "FreeBSD 8.0-RELEASE-p2 #8 r206060M", > but If you prefer tonight I can dump from 'freebsd-current' box. > > Thank you Hi, The problem is that LOW speed does not support BULK transfers according

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-02 Thread Marcelo/Porks
On Wed, Jun 2, 2010 at 12:50 PM, Hans Petter Selasky wrote: > On Wednesday 02 June 2010 03:23:47 Garrett Cooper wrote: >> Looks like this device might be a bit quirky... Just forwarding to you >> to see if you had any details for the OP. >> Thanks! >> -Garrett > > Hi, > > Can you dump the USB desc

Re: Fwd: umodem (4) recognize a CDC-ACM device

2010-06-02 Thread Hans Petter Selasky
_device_desc dump_curr_config_desc 0,3 is for ugen0.3 --HPS > > -- Forwarded message -- > From: Marcelo/Porks > Date: Tue, Jun 1, 2010 at 5:41 PM > Subject: umodem (4) recognize a CDC-ACM device > To: current > > > Hi guys. I have a device[1] that is recog

umodem (4) recognize a CDC-ACM device

2010-06-01 Thread Marcelo/Porks
Hi guys. I have a device[1] that is recognized on Linux by the generic CDC-ACM driver and I'm trying to do the same on FreeBSD current with umodem (4). But, as you can see, I had no success: Jun 1 20:00:54 BARAD-DUR kernel: uhub_reattach_port: port 1 reset failed, error=USB_ERR_TIMEOUT Jun 1 20: