Merge 3.1-rc4 into usb-next
This was done to resolve a conflict in this file: drivers/usb/host/xhci-ring.c Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -1486,7 +1486,7 @@ static void ftdi_set_max_packet_size(struct usb_serial_port *port)
|
||||
}
|
||||
|
||||
/* set max packet size based on descriptor */
|
||||
priv->max_packet_size = le16_to_cpu(ep_desc->wMaxPacketSize);
|
||||
priv->max_packet_size = usb_endpoint_maxp(ep_desc);
|
||||
|
||||
dev_info(&udev->dev, "Setting MaxPacketSize %d\n", priv->max_packet_size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user