2009/7/30 Tiernan :
> Hi Rene,
>
> The patch files/patch-bsd.c in the ports tree for devel/libusb contains a
> hack that sets the fd to be non blocking to work around USB_SET_TIMEOUT on
> ugen, however on my system (6.4-RELEASE) ugen does indeed support
> USB_SET_TIMEOUT, and the hack breaks variou
Hi,
I am writing a port [1] to control the Lego NXT brick with ROS, but when
I run a test program it fails (permissions for the USB device are 666).
This is on:
% uname -a
FreeBSD acer 9.0-CURRENT FreeBSD 9.0-CURRENT #5 r216351M: Fri Dec 10
14:13:33 CET 2010 r...@acer:/usr/obj/usr/src/sys/ACE
Op 13-12-2010 11:51, Hans Petter Selasky schreef:
> On Sunday 12 December 2010 23:40:54 Rene Ladan wrote:
>> Hi,
>>
>> I am writing a port [1] to control the Lego NXT brick with ROS, but when
>> I run a test program it fails (permissions for the USB device are 666).
Op 14-12-2010 05:08, Hans Petter Selasky schreef:
> On Monday 13 December 2010 21:23:51 Rene Ladan wrote:
>> Op 13-12-2010 11:51, Hans Petter Selasky schreef:
>>> On Sunday 12 December 2010 23:40:54 Rene Ladan wrote:
>>>> Hi,
>>>>
>>>> I am wri
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 20 14:40:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Rene Ladan
>Release:FreeBSD 6.2-PRERELEASE i386
>Organ
The following reply was made to PR usb/101775; it has been noted by GNATS.
From: Rene Ladan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: usb/101775: [libusbhid] [patch] possible error in report descriptor
parsing
Date: Sun, 24 Sep 2006 21:43:32 +0200
Hi,
I was thinking about the idea of sending a PR to replace our
usbhidctl(1) with that of OpenBSD/NetBSD.
It has the following advantages:
* the -w option hopefully works, the implementation of PR usb/103418
seems to be buggy
* the command 'usbhidctl -f DEV item' to display the value of a single
Jindra Fucik schreef:
>> Hi,
>>
>> is anyone working on setting output items with usbhidctl(1) ?
>>
>> I thought that something like -s "feature1=value1,feature2=value2,..."
>> would be nice to have.
>
> Hi Rene, have you any progress? I do some tests on uhid & write and have
> no positive feedbac
descriptor (or maybe libusbhid) ?
Regards,
Rene
--
GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
"It won't fit on the line."
-- me, 2001
xbox360gp.hid
Description: Binary data
/*-
* Copyright (c) 2005 Ed Schouten <[EMAIL
The following reply was made to PR usb/103418; it has been noted by GNATS.
From: Rene Ladan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: usb/103418: [usb] [patch] usbhidctl: add ability to write output
and feature items
Date: Wed, 11 Oct 2006 13:16:18
The following reply was made to PR usb/104292; it has been noted by GNATS.
From: Rene Ladan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: kern/104292: system lockup on forced umount of usb-storage device
Date: Wed, 11 Oct 2006 14:05:27 +0200
I encountere
Originele bericht
Onderwerp: pp->mediasize == 0 when reattaching physical medium ?
Datum: Sun, 07 Jan 2007 15:30:12 +0100
Van: Rene Ladan <[EMAIL PROTECTED]>
Aan: [EMAIL PROTECTED]
CC: Poul-Henning Kamp <[EMAIL PROTECTED]>
Referenties: <[EMAIL PROTECTED]&
Luigi Rizzo schreef:
> I think I reached a first interesting milestone in my project
> to build an emulation layer to compile linux device drivers on FreeBSD.
>
> I managed to build a FreeBSD port of the linux 'gspca' driver (which claims
> to support 228 different webcams) with basically no modif
Luigi Rizzo schreef:
> On Wed, Jan 31, 2007 at 01:23:05PM +0100, Rene Ladan wrote:
>> Luigi Rizzo schreef:
>>> I think I reached a first interesting milestone in my project
>>> to build an emulation layer to compile linux device drivers on FreeBSD.
>>>
>>
usb
To: Rene Ladan <[EMAIL PROTECTED]>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rene Ladan wrote:
| Volker Theile schreef:
|> Hello,
|>
|> i had to modify the bsd.c patch to get NUT (Network UPS tools)
working correctly when i attach an UPS via USB to my FreeBSD machine.
Case closed :)
Rene
-- Forwarded message --
From: <[EMAIL PROTECTED]>
Date: 2008/11/14
Subject: Re: ports/128549: devel/libusb : fix runtime error
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Synopsis: devel/libusb : fix runtime error
State-Changed-From-To: open
This patch fixes USB access on FreeBSD >= 800063 by including
legacy/dev/usb/usb.h instead of dev/usb/usb.h on those systems;
however, is the legacy directory going to stay in 8.0-RELEASE and
onwards? If not, this patch is invalid and another solution must be
sought.
__
The following reply was made to PR usb/168132; it has been noted by GNATS.
From: Rene Ladan
To: bug-follo...@freebsd.org
Cc:
Subject: Re: usb/168132: [umass] MATSHITA memory card size reported wrong,
mount impossible
Date: Mon, 28 May 2012 08:37:06 +0200
Note that 0x1dc (the high 32
[EMAIL PROTECTED] schreef:
> I don't know how Net- or Open- handle this, but
> FreeBSD returns the number of transmited bytes in
> req.ucr_actlen, not in req.ucr_request.wLength.
> (/usr/include/dev/usb/usb.h:544:
> int ucr_actlen; /* actual length transferred */
>
> So the
Hi,
is anyone working on setting output items with usbhidctl(1) ?
I'm trying to add LED/rumbler support for the Xbox 360 Gamepad to
uhid(4), but there doesn't seem to be a userland tool to test output
items and the output report descriptor doesn't seem to be publicly
available (i.e. I must revers
2006/9/18, Ed Schouten <[EMAIL PROTECTED]>:
Hello Rene,
* Rene Ladan <[EMAIL PROTECTED]> wrote:
> is anyone working on setting output items with usbhidctl(1) ?
>
> I'm trying to add LED/rumbler support for the Xbox 360 Gamepad to
> uhid(4), but there doesn't
2006/9/17, Rene Ladan <[EMAIL PROTECTED]>:
Hi,
is anyone working on setting output items with usbhidctl(1) ?
I thought that something like -s "feature1=value1,feature2=value2,..."
would be nice to have.
I noticed that the usbhidctl(1) tool in OpenBSD has a -w option to set
ou
22 matches
Mail list logo