Discussion:
[edk2] HID descriptor parsing
Ulysses Mckibbens
2015-08-03 16:19:51 UTC
Permalink
Hi,

Where is the HID descriptor parsed in the UsbBusDxe driver? I am using a
Minnowboard Max with 0.81 firmware and I am trying to debug the HID
descriptor attributes for a device I'm writing a driver for. Any pointers?
Tian, Feng
2015-08-04 01:05:00 UTC
Permalink
UsbBusDxe driver is a bus driver who is used to enumerate attached devices and start their corresponding device drivers.

So you couldn’t see HID parser in UsbBus driver. You have to see it in usb device drivers.

UsbMouseDxe/MouseHid.c is such sample for how parsing HID items.

From: Ulysses Mckibbens [mailto:***@gmail.com]
Sent: Tuesday, August 04, 2015 00:20
To: edk2-***@lists.sourceforge.net
Subject: [edk2] HID descriptor parsing

Hi,

Where is the HID descriptor parsed in the UsbBusDxe driver? I am using a Minnowboard Max with 0.81 firmware and I am trying to debug the HID descriptor attributes for a device I'm writing a driver for. Any pointers?
cruxpot
2015-08-04 21:09:55 UTC
Permalink
Hi Tian,

Which driver handles the keyboard devices? we did see that in the mouse
driver.
Post by Tian, Feng
UsbBusDxe driver is a bus driver who is used to enumerate attached devices
and start their corresponding device drivers.
So you couldn’t see HID parser in UsbBus driver. You have to see it in usb
device drivers.
UsbMouseDxe/MouseHid.c is such sample for how parsing HID items.
*Sent:* Tuesday, August 04, 2015 00:20
*Subject:* [edk2] HID descriptor parsing
Hi,
Where is the HID descriptor parsed in the UsbBusDxe driver? I am using a
Minnowboard Max with 0.81 firmware and I am trying to debug the HID
descriptor attributes for a device I'm writing a driver for. Any pointers?
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
https://lists.sourceforge.net/lists/listinfo/edk2-devel
Continue reading on narkive:
Search results for '[edk2] HID descriptor parsing' (Questions and Answers)
4
replies
What is basic difference between java n html?
started 2006-10-04 22:39:43 UTC
software
Loading...