Re: msleep redefined error in hselasky/usb4bsd/ svn patch against -current

2007-04-04 Thread Hans Petter Selasky
On Wednesday 04 April 2007 19:41, Mark Atkinson wrote: > I get the following error when trying to compile the proposed usb4bsd stack > against current. > > In file included from /usr/src/sys/dev/usb/ehci.c:67: > /usr/src/sys/dev/usb/usb_port.h:293:1: "msleep" redefined > In file included from /usr/

msleep redefined error in hselasky/usb4bsd/ svn patch against -current

2007-04-04 Thread Mark Atkinson
I get the following error when trying to compile the proposed usb4bsd stack against current. In file included from /usr/src/sys/dev/usb/ehci.c:67: /usr/src/sys/dev/usb/usb_port.h:293:1: "msleep" redefined In file included from /usr/src/sys/dev/usb/ehci.c:58: /usr/src/sys/sys/systm.h:313:1: this is

Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken

2007-04-04 Thread grem
Hi, is there any way to get this into the source tree? Michael Gmelin wrote: >> Number: 110988 >> Category: usb >> Synopsis: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken >> Confidential: no >> Severity: serious >> Priority: medium >> Responsible:

Re: Siemens C75 uplcom no support

2007-04-04 Thread Hans Petter Selasky
Hi, Could you install the new USB stack, and then apply the attached patch. Maybe you have to apply the patch by hand. The files you find under /sys/dev/usb . # # Install /usr/ports/devel/subversion first # svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b #

Siemens C75 uplcom no support

2007-04-04 Thread xdsgrrr
There is seems to lack of support of DCA-540 in freebsd 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 usbdev -v ugen0: Siemens AG Siemens USB Connectivity, rev 1.10/0.95, addr 2 usbctl -f /dev/usb1 bLength=18 bDescriptorType=device(1) bcdUSB=1.10 bDeviceClass=0 bDeviceSubClass=0 bDeviceProtocol=0 bMa

Re: libusb usb_interrupt_read hangs under FreeBSD

2007-04-04 Thread Xiaofan Chen
On 4/4/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: On Wednesday 04 April 2007 01:55, Xiaofan Chen wrote: > On 4/3/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I think that your device is broken, and goes bad when it receives a > > clear-stall request for the interrupt

Re: usb multimedia keyboard

2007-04-04 Thread Andriy Gapon
on 04/04/2007 11:56 Andriy Gapon said the following: > I have a problem similar to this: > http://www.freebsd.org/cgi/query-pr.cgi?pr=102066 [snip] > > The problem is that under X xev program doesn't show any events for > pressing of extra keys (6 multimedia ones and 3 ACPI ones). > > In Linux xe

usb multimedia keyboard

2007-04-04 Thread Andriy Gapon
I have a problem similar to this: http://www.freebsd.org/cgi/query-pr.cgi?pr=102066 My keyboard has a label on it that says the following: Product Name: KB 200 Model NO: GK-060002 Trade Name: KYE SYSTEMS CORP Made in China There is also Genius label on it :-) $ uname -srm FreeBSD 6.2-RELEASE-p2

Re: libusb usb_interrupt_read hangs under FreeBSD

2007-04-04 Thread Hans Petter Selasky
On Wednesday 04 April 2007 01:55, Xiaofan Chen wrote: > On 4/3/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I think that your device is broken, and goes bad when it receives a > > clear-stall request for the interrupt pipe. That is not very uncommon. > > Could you be more clea