Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2011 15:40:44 +0200
From:      Daniel Grech <dgre090@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Detach USB Device Driver and Attach it to ugen driver at runtime
Message-ID:  <CAG167sZd4WBSx--ukEb2RXKq0V0-DZJcMYt176bR1Y-snjkFaQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi, I'm using libusb to gain access to raw USB Data from userspace. My
problem is that this library only works with devices which are treated as
generic devices ("handled by the ugen driver"). I need a mechanism that will
allow me to detach any device specific drivers that are attached to a device
and attach the ugen driver instead. I want to do this without re-compiling
the FreeBSD Kernel. Thanks in advance for your help.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG167sZd4WBSx--ukEb2RXKq0V0-DZJcMYt176bR1Y-snjkFaQ>