grub/grub-core/bus/usb
Vladimir 'phcoder' Serbinenko d3e3fab52a Fix ehci on amd64.
* grub-core/bus/usb/usbhub.c (grub_usb_hub_add_dev): Use %p to print
	pointers.
	* grub-core/bus/usb/ehci.c (grub_ehci_pci_iter): Likewise.
	(grub_ehci_setup_qh): Likewise.
	(grub_ehci_find_qh): Likewise.
	(grub_ehci_transaction): Likewise.
	(grub_ehci_setup_transfer): Likewise.
	(grub_ehci_check_transfer): Likewise.
	(grub_ehci_portstatus): Likewise.
	(grub_ehci_detect_dev): Likewise.
	(grub_ehci_transfer_controller_data): New field td_last_phys.
	(grub_ehci_setup_transfer): Fill td_last_phys.
	(grub_ehci_check_transfer): Use td_last_phys.
2012-02-01 16:13:17 +01:00
..
emu Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
serial Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
ehci.c Fix ehci on amd64. 2012-02-01 16:13:17 +01:00
ohci.c * grub-core/bus/usb/ohci.c (grub_ohci_check_transfer): Add an unsigned 2011-12-13 00:29:42 +01:00
uhci.c * grub-core/bus/usb/uhci.c (grub_uhci_setup_transfer): Fix possible 2011-10-19 23:11:48 +02:00
usb.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
usbhub.c Fix ehci on amd64. 2012-02-01 16:13:17 +01:00
usbtrans.c * grub-core/bus/usb/usbtrans.c (grub_usb_control_msg): Return usb-style 2011-03-23 12:17:05 +01:00