From 368fbc34c4602accd1ba76d03b4cce07c9c90cf7 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Mon, 12 Jan 2015 01:47:49 +0300 Subject: [PATCH] fhci-hub: no need to overwrite byte 3 of the Hub Descriptor The code handling Get Hub Descriptor request copies data from root_hub_des[], then overwrites byte 3 with real 'wHubCharacteristics' value. There's no need to overwrite, we can substitute the real value right into root_hub_des[3]. Signed-off-by: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed