usbtrans.c - wrong max packet size for bulk transfer

This commit is contained in:
starous 2010-10-02 20:49:05 +02:00
parent 441cfe65c0
commit a94551944e
4 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2010-10-02 Aleš Nesrsta <starous@volny.cz>
* grub-core/bus/usb/ohci.c, grub-core/bus/usb/uhci.c:
Increased number of TDs.
* grub-core/bus/usb/usbtrans.c (grub_usb_bulk_setup_readwrite):
Corrected endpoint maxpacket size.
2010-10-01 Vladimir Serbinenko <phcoder@gmail.com>
Clear out 0x80 color bit on EFI.