drivers/usb/acm.c in pre-patch-2.3.22-1 has problem

Randy McCaskill (rmccask@operamail.com)
Thu, 14 Oct 1999 10:22:56 -0400


The line:
endpoint = &interface->endpoint[0];

was removed from acm.c in pre-patch-2.3.22-1. This is needed or else
you are looking at the endpoint on the wrong interface when checking to
see if the endpoints are swapped. Without this line my modem isn't
detected properly.

-Randy

------
Randy McCaskill
rmccask@operamail.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/