]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Correct 2 last Changelog entries
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 6 Oct 2010 17:42:51 +0000 (19:42 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 6 Oct 2010 17:42:51 +0000 (19:42 +0200)
ChangeLog

index cc3c87445e351f4ffebd6f35b87208bd9056e9da..61810897b08d2e88432ab2767030de3c9ce84b12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
 2010-10-02  Aleš Nesrsta <starous@volny.cz>
 
-       * include/grub/scsi.h:
-       SCSI -  cache ID bug
+       * include/grub/scsi.h (grub_make_scsi_id): Fix incorrect usgae of
+       GRUB_SCSI_ID_BUS_SHIFT instead of GRUB_SCSI_ID_LUN_SHIFT.
 
 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/ohci.c (GRUB_OHCI_TDS): Increase.
+       * grub-core/bus/usb/uhci.c (N_TD): New definition. All previous implicit
+       users updated.
        * grub-core/bus/usb/usbtrans.c (grub_usb_bulk_setup_readwrite):
-       Corrected endpoint maxpacket size.
+       Use right endpoint when querying descriptor.
 
 2010-10-01  Vladimir Serbinenko  <phcoder@gmail.com>