usbd.sys: Fix the test for type control endpoints.
commit3c58b1a6f699f308780900223a841df84da5dcad
authorFrancois Gouget <fgouget@free.fr>
Thu, 24 Jun 2010 08:17:22 +0000 (24 10:17 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Jun 2010 08:35:56 +0000 (24 10:35 +0200)
tree235aa9aff1b078dc9f4f45b13f9d9a3668abd1ab
parent7bf45b4c358e6dbc2e9ee9798daae7e196873038
usbd.sys: Fix the test for type control endpoints.

The value of USB_ENDPOINT_TYPE_CONTROL is 0 so and-ing with it makes no sense.
dlls/usbd.sys/usbd.c