david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/bus
Michael Brown 8e48d0df6b [usb] Use non-zero language ID to retrieve strings
We currently use a zero language ID to retrieve strings such as the
ECM/NCM MAC address.  This works on most hardware devices, but is
known to fail on some software emulated CDC-NCM devices.

Fix by using the first supported language ID, falling back to English
(0x0409) if any error occurs when fetching the list of supported
languages.  This matches the behaviour of the Linux kernel.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-07-03 13:38:55 +01:00
..
cdc.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00
eisa.c [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
isa.c [isa] Avoid spurious compiler warning on gcc 4.7 2012-07-20 18:32:58 +01:00
isa_ids.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
isapnp.c [legal] Update FSF mailing address in GPL licence texts 2012-07-20 19:55:45 +01:00
mca.c [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
pci.c [pci] Support systems with multiple PCI root bridges 2016-06-09 09:36:28 +01:00
pci_settings.c [pci] Support systems with multiple PCI root bridges 2016-06-09 09:36:28 +01:00
pcibackup.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00
pciea.c [pci] Add support for PCI Enhanced Allocation 2016-05-20 16:51:56 +01:00
pciextra.c [pci] Add pci_find_next_capability() 2016-04-15 17:27:35 +01:00
pcivpd.c [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 2015-03-02 14:17:31 +00:00
usb.c [usb] Use non-zero language ID to retrieve strings 2017-07-03 13:38:55 +01:00
virtio-pci.c [virtio] Remove queue size limit in legacy virtio 2017-01-22 13:22:19 +00:00
virtio-ring.c [virtio] Add virtio 1.0 PCI support 2016-04-15 17:41:26 +01:00