--- zzzz-none-000/linux-2.6.32.61/include/linux/usb.h 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/include/linux/usb.h 2014-10-29 15:55:54.000000000 +0000 @@ -192,6 +192,8 @@ unsigned needs_altsetting0:1; /* switch to altsetting 0 is pending */ unsigned needs_binding:1; /* needs delayed unbind/rebind */ unsigned reset_running:1; + /* -- 20140828 AVM/WK Patch from 2.6.34 for XHCI--*/ + unsigned resetting_device:1; /* true: bandwidth alloc after reset */ struct device dev; /* interface specific device info */ struct device *usb_dev; @@ -480,6 +482,11 @@ unsigned authorized:1; unsigned authenticated:1; unsigned wusb:1; + +#if 1 /* == 20101129 AVM/WK Extension: Reserve a device for usermode access == */ + unsigned noprobe:1; +#endif + int string_langid; /* static strings from the device */