Re: [ANNOUNCE] RNDIS Gadget Driver

From: David Brownell
Date: Fri Mar 26 2004 - 11:00:59 EST


Robert Schwebel wrote:
On Fri, Mar 26, 2004 at 12:59:47PM +0100, bert hubert wrote:

- .bDeviceClass = DEV_CONFIG_CLASS,
+ .bDeviceClass = 0x02,

Is this wise?


Until now DEV_CONFIG_CLASS was 0xFF, which results in Windows getting
hickup. If you directly set this to 0x02 (Network Device) Win is happy.

Actually I suspect setting it to USB_CLASS_COMM would be preferred, in
RNDIS-specific config descriptors....

- Dave


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/