Re: [linux-usb-devel] Polling an USB Keyboard on UHCI

2002-02-26 Thread Greg KH
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

Re: [linux-usb-devel] Polling an USB Keyboard on UHCI

2002-02-26 Thread Sebastien Lelarge
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

Re: [linux-usb-devel] Polling an USB Keyboard on UHCI

2002-02-21 Thread Johannes Erdfelt
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

[linux-usb-devel] Polling an USB Keyboard on UHCI

2002-02-21 Thread Sebastien Lelarge
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