On Tue, Feb 26, 2002 at 10:17:36AM +0100, Sebastien Lelarge wrote:
> There is one thing I'm not understanding : what is the link between the
> URBs, declared in the drivers (like usbkbd, usbmouse, ...) and the way
> they are processed. How does the UHCI detect that a device has a
> request, and ho
Johannes Erdfelt wrote:
> >
> > On Thu, Feb 21, 2002, Sebastien Lelarge <[EMAIL PROTECTED]> wrote:
> > > I'm trying to poll a keyboard with interrupts disabled. This is for
> > > using an USB Keyboard in a debugger (INTs are disabled in order to do
> > > not disturb the CPU when debugging). I've t
On Thu, Feb 21, 2002, Sebastien Lelarge <[EMAIL PROTECTED]> wrote:
> I'm trying to poll a keyboard with interrupts disabled. This is for
> using an USB Keyboard in a debugger (INTs are disabled in order to do
> not disturb the CPU when debugging). I've tried to poll the USBINT bit
> in the UHCI St
Hello List !
I'm trying to poll a keyboard with interrupts disabled. This is for
using an USB Keyboard in a debugger (INTs are disabled in order to do
not disturb the CPU when debugging). I've tried to poll the USBINT bit
in the UHCI Status register but a keystroke doesn't set this bit. Is
this p