Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Peter Stuge
Hi Dave! Dave Frodin wrote: > Is this what you were wanting? Exactly! Thanks! I'll explain the important parts: > Bus 003 Device 002: ID 045e:009d Microsoft Corp. Wireless Optical Desktop 3.0 > Device Descriptor: > bLength18 > bDescriptorType 1 > bcdUSB

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Dave Frodin
None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 - Original Message - > From: "Peter Stuge" > To: coreboot@coreboot.org > Sent: Monday, November 19, 2012 11:05:23 AM > Subject: Re

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Peter Stuge
Patrick Georgi wrote: > This only means that the device provides multiple interfaces. Dave, please send lsusb -v output for this keyboard. > In USB you have to select one, and the HID driver simply defaults > to the first. We didn't find a useful clue what to do in limited > environments when en

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Patrick Georgi
Am 19.11.2012 18:19, schrieb Dave Frodin: First I got a current libpayload. That made the biggest difference. Evidently something critical changed in the last month. Nico improved the stack a lot, in particular the OHCI implementation (and then bug fixes pretty much everywhere). 00:12.2 43

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Dave Frodin
t just has a USB keyboard. I'm going to move over to another mainboard that has both to see what happens there. Thanks again, Dave - Original Message - > From: "Nico Huber" > To: "Dave Frodin" > Cc: coreboot@coreboot.org > Sent: Monday, November

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Nico Huber
> > I'm unable to get the USB keyboard to work in payloads. > I'm using it with libpayload, and configured libpayload to enable > the USB_HID, USB_OHCI, USB_EHCI, USB_UHCI, USB_XHCI drivers. > > I call usb_initialize() in the early part of my payload. > > Calls to usbhid_havechar() just return 0

Re: [coreboot] Using USB keyboard in payloads

2012-11-19 Thread Patrick Georgi
Am 17.11.2012 06:58, schrieb Dave Frodin: I'm unable to get the USB keyboard to work in payloads. I'm using it with libpayload, and configured libpayload to enable the USB_HID, USB_OHCI, USB_EHCI, USB_UHCI, USB_XHCI drivers. What chipset is it (ie. which driver is responsible)? Could you try to

[coreboot] Using USB keyboard in payloads

2012-11-16 Thread Dave Frodin
I'm unable to get the USB keyboard to work in payloads. I'm using it with libpayload, and configured libpayload to enable the USB_HID, USB_OHCI, USB_EHCI, USB_UHCI, USB_XHCI drivers. I call usb_initialize() in the early part of my payload. Calls to usbhid_havechar() just return 0. Calls to havec