diff -urN 2.6.26-rc7-git1/drivers/usb/core/config.c 2.6.26-rc5-git2/drivers/usb/core/config.c --- 2.6.26-rc7-git1/drivers/usb/core/config.c 2008-06-22 23:07:28.000000000 +0400 +++ 2.6.26-rc5-git2/drivers/usb/core/config.c 2008-06-22 14:04:36.000000000 +0400 @@ -133,7 +133,6 @@ /* Some buggy low-speed devices have Bulk endpoints, which is * explicitly forbidden by the USB spec. In an attempt to make * them usable, we will try treating them as Interrupt endpoints. - */ if (to_usb_device(ddev)->speed == USB_SPEED_LOW && usb_endpoint_xfer_bulk(d)) { dev_warn(ddev, "config %d interface %d altsetting %d " @@ -144,6 +143,7 @@ if (le16_to_cpu(endpoint->desc.wMaxPacketSize) > 8) endpoint->desc.wMaxPacketSize = cpu_to_le16(8); } + */ /* * Some buggy high speed devices have bulk endpoints using