From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] 2 more USB fixes for 2.6.6-rc2 Hi, Here are two small patches that fix an oops in the usb hiddev driver. This oops was exposed due to a sysfs patch that I previously sent you (that patch was correct, the hiddev driver was wrong...) They have been acked by Vojtech. Please pull from: bk://kernel.bkbits.net/gregkh/linux/fix-2.6 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-h drivers/usb/input/hiddev.c | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) ----- Greg Kroah-Hartman: o USB: further cleanup of the hiddev driver, fixing another possible oops on disconnect o USB: fix up fake usb_interface structure in hiddev