debuggers.hg
changeset 3660:47a82d6e179e
bitkeeper revision 1.1159.239.1 (42011d3b3kafRU5DPu227sLReeeG3g)
Ignore SET_CONFIGURATION messages for now. It Works For Me (TM). Please
report any problems / weirdness you see as a result.
Ignore SET_CONFIGURATION messages for now. It Works For Me (TM). Please
report any problems / weirdness you see as a result.
author | mwilli2@equilibrium.research |
---|---|
date | Wed Feb 02 18:34:35 2005 +0000 (2005-02-02) |
parents | 36fa617b88a7 |
children | d1bedbc0f20a |
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 Wed Feb 02 09:38:32 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c Wed Feb 02 18:34:35 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