FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-04 Thread Hans Petter Selasky
http://svn.freebsd.org/changeset/base/213437 Please test if you have USB 3.0 hardware. --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd

Re: USB on -current is filling my messages log

2010-10-04 Thread Paul B Mahol
On 9/29/10, Alexander Leidinger wrote: > Hi, > > every half an hour I get two log entries in /var/log/messages. They > look like this: > ---snip--- > Sep 28 23:30:00 M87 root: Unknown USB device: vendor 0x1941 product > 0x8021 bus uhub1 > Sep 28 23:30:00 M87 root: Unknown USB device: vendor 0x1941

Re: Network TX/RX fairness is not honored by USB stack

2010-10-04 Thread Pyun YongHyeon
On Mon, Oct 04, 2010 at 09:54:18PM +0200, Hans Petter Selasky wrote: > > > Personally I'd like to nuke the use of interrupt endpoint here but > > want to hear Han's opinion before doing that. > > If no data is ever transmitted except zero length packets, you can just nuke > it. > Controller al

Re: Network TX/RX fairness is not honored by USB stack

2010-10-04 Thread Hans Petter Selasky
> Personally I'd like to nuke the use of interrupt endpoint here but > want to hear Han's opinion before doing that. If no data is ever transmitted except zero length packets, you can just nuke it. Rest of patch looks Ok. --HPS ___ freebsd-usb@freebs

Re: Network TX/RX fairness is not honored by USB stack

2010-10-04 Thread Pyun YongHyeon
On Sun, Oct 03, 2010 at 08:33:39PM -0700, Julian Elischer wrote: > On 10/3/10 4:54 PM, Pyun YongHyeon wrote: > >On Sat, Oct 02, 2010 at 08:41:57AM +0200, Hans Petter Selasky wrote: > >>On Saturday 02 October 2010 02:11:00 Pyun YongHyeon wrote: > >>>Hi, > >>> > >>>I don't know how long it had been

Re: USB drives still don't work correctly

2010-10-04 Thread Donald Allen
I've been away for awhile and could not work on this issue. I just looked at the OpenBSD 4.7 sources, and there is no entry in sys/devs/usbdev.h for a vendor with id 0x04fc, nor is there a product id 0x0c15. Considering this and looking at their usb_quirks.c and umass_quirks.c, I don't think OpenBS

Re: Alcatel X220L 3G Modem

2010-10-04 Thread Mike Barnard
On Mon, Oct 4, 2010 at 1:23 PM, Hans Petter Selasky wrote: > On Monday 04 October 2010 10:52:06 Mike Barnard wrote: > > Hi, > > > > I have myself an Alcatel X220L HSPA modem that is not detected under > > FreeBSD 8.1-RC1. When plugged in, get this: > > Look at the u3g driver. Maybe you need to add

/dev/ttyU0 - block at open

2010-10-04 Thread Ruslan Bukin
Hi! I am using u3g driver for Gobi 2000 QDL device. The open ("/dev/ttyU0", O_RDWR) does not return anything, But it returns immediately with only O_NONBLOCK or O_NDELAY flags. is it normal behavior or not? The device is answering for commands normally in non-block state, but only returns error

Re: /dev/ttyU0 - block at open

2010-10-04 Thread Ruslan Bukin
On Mon, Oct 04, 2010 at 01:26:50PM +0200, Ed Schouten wrote: > Ruslan, > > * Hans Petter Selasky wrote: > > This is not directly related to USB, but rather TTY. > > > > Ed, any clues? > > > > --HPS > > > > On Monday 04 October 2010 12:06:41 Ruslan Bukin wrote: > > > Hi! > > > > > > I am using

Re: /dev/ttyU0 - block at open

2010-10-04 Thread Ruslan Bukin
Hi! Thank you! I set stty -f /dev/ttyU0.init raw clocal and now open returns in block mode. Firmware uploaded success and device was switched to modem! -Ruslan On Mon, Oct 04, 2010 at 01:56:39PM +0200, Ed Schouten wrote: > * Ruslan Bukin wrote: > > stty -f /dev/ttyU0 raw clocal > > Tr

Alcatel X220L 3G Modem

2010-10-04 Thread Mike Barnard
Hi, I have myself an Alcatel X220L HSPA modem that is not detected under FreeBSD 8.1-RC1. When plugged in, get this: Oct 4 11:47:13 trinity last message repeated 5 times Oct 4 11:47:19 trinity kernel: ugen7.3: at usbus7 Oct 4 11:47:19 trinity kernel: umass2: on usbus7 Oct 4 11:47:19 trinity

Re: /dev/ttyU0 - block at open

2010-10-04 Thread Ed Schouten
* Ruslan Bukin wrote: > stty -f /dev/ttyU0 raw clocal Try this: stty -f /dev/ttyU0.init raw clocal Greetings, -- Ed Schouten WWW: http://80386.nl/ pgp98z0XxfMh5.pgp Description: PGP signature

Re: usb/151043: Please add USB device MELCO WLR-UC-G

2010-10-04 Thread TAKANO Yuji
Hi. From: Hans Petter Selasky さん > On Wednesday 29 September 2010 03:51:10 TAKANO Yuji wrote: > > >Number: 151043 > > >Category: usb > > >Synopsis: Please add USB device MELCO WLR-UC-G > > >Confidential: no > > >Severity: non-critical > > >Priority: medium > > >Re

Current problem reports assigned to freebsd-usb@FreeBSD.org

2010-10-04 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: /dev/ttyU0 - block at open

2010-10-04 Thread Ed Schouten
Ruslan, * Hans Petter Selasky wrote: > This is not directly related to USB, but rather TTY. > > Ed, any clues? > > --HPS > > On Monday 04 October 2010 12:06:41 Ruslan Bukin wrote: > > Hi! > > > > I am using u3g driver for Gobi 2000 QDL device. > > The open ("/dev/ttyU0", O_RDWR) does not retu

Re: Alcatel X220L 3G Modem

2010-10-04 Thread Hans Petter Selasky
On Monday 04 October 2010 10:52:06 Mike Barnard wrote: > Hi, > > I have myself an Alcatel X220L HSPA modem that is not detected under > FreeBSD 8.1-RC1. When plugged in, get this: Look at the u3g driver. Maybe you need to add the idVendor and idProduct there, and an autoinstall quirk. --HPS ___

Re: /dev/ttyU0 - block at open

2010-10-04 Thread Hans Petter Selasky
Hi, This is not directly related to USB, but rather TTY. Ed, any clues? --HPS On Monday 04 October 2010 12:06:41 Ruslan Bukin wrote: > Hi! > > I am using u3g driver for Gobi 2000 QDL device. > The open ("/dev/ttyU0", O_RDWR) does not return anything, > But it returns immediately with only O_NO

Re: usb/151043: Please add USB device MELCO WLR-UC-G

2010-10-04 Thread TAKANO Yuji
The following reply was made to PR usb/151043; it has been noted by GNATS. From: TAKANO Yuji To: hsela...@c2i.net Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org, takac...@running-dog.net Subject: Re: usb/151043: Please add USB device MELCO WLR-UC-G Date: Mon, 04 Oct 2010 15

Re: Alcatel X220L 3G Modem

2010-10-04 Thread Mike Barnard
On Mon, Oct 4, 2010 at 1:23 PM, Hans Petter Selasky wrote: > On Monday 04 October 2010 10:52:06 Mike Barnard wrote: > > Hi, > > > > I have myself an Alcatel X220L HSPA modem that is not detected under > > FreeBSD 8.1-RC1. When plugged in, get this: > > Look at the u3g driver. Maybe you need to add