debuggers.hg
changeset 3672:d1bedbc0f20a
bitkeeper revision 1.1159.212.80 (42025e060u_9I_gXRlf-Xf6Ck27Bhg)
Merge ssh://srg//auto/groups/xeno/BK/xeno.bk
into equilibrium.research:/home/irchomes/mwilli2/src/xen-3.0-devel.bk
Merge ssh://srg//auto/groups/xeno/BK/xeno.bk
into equilibrium.research:/home/irchomes/mwilli2/src/xen-3.0-devel.bk
author | mwilli2@equilibrium.research |
---|---|
date | Thu Feb 03 17:23:18 2005 +0000 (2005-02-03) |
parents | 1c43dbcfc46f 47a82d6e179e |
children | dbc41aaba297 |
files | linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c |
line diff
1.1 --- a/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c Thu Feb 03 17:03:05 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c Thu Feb 03 17:23:18 2005 +0000 1.3 @@ -549,7 +549,10 @@ static void dispatch_usb_io(usbif_priv_t 1.4 * because various error checks get confused otherwise. We just do 1.5 * configuration settings here, under controlled conditions. 1.6 */ 1.7 - usb_set_configuration(port->dev, setup[2]); 1.8 + 1.9 + /* Ignore configuration setting and hope that the host kernel 1.10 + did it right. */ 1.11 + // usb_set_configuration(port->dev, setup[2]); 1.12 1.13 make_response(up, req->id, req->operation, 0, 0, 0); 1.14