diff packages/devs/usb/sa11x0/current/ChangeLog @ 160:0d0f03f76f6a

Merge from eCos master repository on 2001-06-01-18:52:13-BST
author jlarmour
date Fri, 01 Jun 2001 22:16:29 +0000
parents b65ec671dd4c
children 4c750ce71ae3
line wrap: on
line diff
--- a/packages/devs/usb/sa11x0/current/ChangeLog
+++ b/packages/devs/usb/sa11x0/current/ChangeLog
@@ -1,3 +1,14 @@
+2001-05-21  Bart Veer  <bartv@redhat.com>
+
+	* src/usbs_sa11x0.c (usbs_sa11x0_ep2_dsr):
+	Fix the boundary condition where the transmission is an exact
+	multiple of 64 bytes. ep2_process_packet() already did the
+	right thing but was not getting called.
+	Also, some cosmetic changes to the receive code for the
+	same boundary condition. These actually have no effect
+	because of the hardware, but may be useful for other
+	people writing USB device drivers.
+
 2001-04-05  Bart Veer  <bartv@redhat.com>
 
 	* src/usbs_sa11x0.c (usbs_sa11x0_ep0_fill_fifo):