From: Greg KH To: torvalds@transmeta.com Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] Yet more USB changes for 2.5.70 Hi, Here are some more USB changes and fixes for 2.5.70. These include a documentaton update for the USB gadget drivers, and a bug fix for USB keyboards that was caused by the previous patches sent to you. Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-h Documentation/DocBook/Makefile | 3 Documentation/DocBook/gadget.tmpl | 966 ++++++++++++++++++++++++++++++++++++++ drivers/usb/image/hpusbscsi.c | 11 drivers/usb/input/hid-input.c | 97 +-- drivers/usb/input/hid.h | 3 drivers/usb/serial/empeg.c | 5 6 files changed, 1022 insertions(+), 63 deletions(-) ----- Ben Collins: o USB: fix keyboard leds David Brownell: o USB: kerneldoc for gadget API Oliver Neukum: o USB: usb_set_configuration in empeg.c o USB: cut usb_set_config from hpusbscsi