Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/doc Ticket 10181.



details:   https://anonhg.NetBSD.org/src/rev/f1ef69a92a8b
branches:  netbsd-2
changeset: 564364:f1ef69a92a8b
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Dec 06 16:57:04 2005 +0000

description:
Ticket 10181.

diffstat:

 doc/CHANGES-2.2 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 9f2b1af79262 -r f1ef69a92a8b doc/CHANGES-2.2
--- a/doc/CHANGES-2.2   Tue Dec 06 16:55:30 2005 +0000
+++ b/doc/CHANGES-2.2   Tue Dec 06 16:57:04 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.2,v 1.1.2.19 2005/12/06 16:52:39 tron Exp $
+#      $NetBSD: CHANGES-2.2,v 1.1.2.20 2005/12/06 16:57:04 tron Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2 
 release
@@ -331,3 +331,13 @@
        Avoid time wrap when setting the system time.
        [christos, ticket #10184]
 
+sys/dev/usb/usb_subr.c                         1.130
+
+       usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not
+       necessary for normal devices, and it prevents some common (but
+       apparantly buggy) devices from working, including the Apple iPod (mini
+       and photo) and certain M-Systems DiskOnKey flash devices.
+       If (also buggy) devices resurface that need this when they are
+       attached, they can be addressed, ideally in each device's driver.
+       [riz, ticket #10181]
+



Home | Main Index | Thread Index | Old Index