Re: usb/127549: [umass] [usb67] [patch] Meizu MiniPlayer M6 (SL) requires some quirks

2009-11-16 Thread gavin
Old Synopsis: [umass] [patch] Meizu MiniPlayer M6 (SL) requires some quirks
New Synopsis: [umass] [usb67] [patch] Meizu MiniPlayer M6 (SL) requires some 
quirks

State-Changed-From-To: suspended-patched
State-Changed-By: gavin
State-Changed-When: Mon Nov 16 22:53:28 UTC 2009
State-Changed-Why: 
This is fixed in 8 and 7, but not merged to 6.  Mark patched in
case somebody wants to do that.

http://www.freebsd.org/cgi/query-pr.cgi?pr=127549
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: kern/140614: [uplcom] [patch] adding support for Radio Shack Gigware USB to Serial cable (26-949) to uplcom

2009-11-16 Thread linimon
Old Synopsis: adding support for Radio Shack Gigware USB to Serial cable 
(26-949) to uplcom
New Synopsis: [uplcom] [patch] adding support for Radio Shack Gigware USB to 
Serial cable (26-949) to uplcom

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Nov 16 23:19:21 UTC 2009
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=140614
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


usb printer rejects incoming data

2009-11-16 Thread Alex Troussov
Hello all,

Recently I upgraded to the latest RELENG_8 and rebuilt world.
Now I'm having strange problems with my USB printer (Samsung CLP 315).
Digging into it these last days, I found that it seems to refuse
incoming data via USB port.
I'm using foo2qpdl filter and it generates a standard QPDL stream for that
printer, the problem occurs when I try to feed that data to the printer.
Here is some details about my environment:

uname -a
FreeBSD ..net 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #26: Sun
Nov 15 15:44:11 CET 2009 r...@..net:/usr/obj/usr/src/sys/ERLEY  i386

sudo usbconfig
ugen0.1: UHCI root HUB Intel at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.1: UHCI root HUB Intel at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen2.1: UHCI root HUB Intel at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen3.1: UHCI root HUB Intel at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen4.1: EHCI root HUB Intel at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) 
pwr=ON
ugen4.2: 802.11 bg WLAN Ralink at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) 
pwr=ON
ugen0.2: CanoScan Canon at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen4.3: CLP-310 Series Samsung Electronics Co., Ltd. at usbus4, cfg=0 
md=HOST spd=HIGH (480Mbps) pwr=ON
ugen1.2: Protection Station EATON at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) 
pwr=ON

sudo ls -l /dev/u* | grep 4.3
lrw-rw-rw-  1 daemon  daemon   9 16 ноя 14:07 /dev/ugen4.3@ - usb/4.3.0
crw-rw-rw-  1 daemon  daemon  0, 140 16 ноя 14:07 4.3.0
crw-rw-rw-  1 daemon  daemon  0, 142 16 ноя 14:07 4.3.1
crw-rw-rw-  1 daemon  daemon  0, 143 16 ноя 14:07 4.3.2

sudo cat tiger.qpdl  /dev/usb/4.3.0
cat: stdout: Input/output error

I'm sure this file tiger.qpdl contains the data needed, I created it
from /usr/local/share/ghostscript/8.64/examples/tiger.eps using gs + foo2qpdl
and tested on another PC.

Any ideas?

WBR, Alex

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


some quirk issue around uhid operations

2009-11-16 Thread Daichi GOTO
Hi USB developers :)

Our company's developer Ozawa-san has found some quirk issue
around uhid device operations.

For example, using uhid0 from processA and using uhid1 from 
processB at the same time, sometimes read(2) operation leads 
handup. In case useing those not at same time, there is no 
hangup. In this week he has been doing test and above issue 
happens all the time.

At last he didn't find does which read(2) or write(2) 
operations have a bug.  If you have some ideas or can resolve
this issue, please help us!

-- 
Daichi GOTO
CEO | ONGS Inc.
81-42-316-7945 | dai...@ongs.co.jp | http://www.ongs.co.jp
LinkedIn: http://linkedin.com/in/daichigoto
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org