The patch titled xpad: add missing prototype and update history has been removed from the -mm tree. Its filename was input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history.patch This patch was dropped because it was folded into input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: xpad: add missing prototype and update history From: Mike Murphy <mamurph@xxxxxxxxxxxxxx> Add missing prototype to xpad.h and update driver history and last modified dates Signed-off-by: Mike Murphy <mamurph@xxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/joystick/xpad.c | 2 +- drivers/input/joystick/xpad.h | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff -puN drivers/input/joystick/xpad.c~input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history drivers/input/joystick/xpad.c --- a/drivers/input/joystick/xpad.c~input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history +++ a/drivers/input/joystick/xpad.c @@ -1,7 +1,7 @@ /* * Xbox gamepad driver with Xbox 360 wired/wireless support * - * Last Modified: 2 March 2009 + * Last Modified: 6 March 2009 * Mike Murphy <mamurph@xxxxxxxxxxxxxx> * * Copyright (c) 2002 Marko Friedemann <mfr@xxxxxxxxxxxxxxx> diff -puN drivers/input/joystick/xpad.h~input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history drivers/input/joystick/xpad.h --- a/drivers/input/joystick/xpad.h~input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history +++ a/drivers/input/joystick/xpad.h @@ -1,7 +1,7 @@ /* * Xbox gamepad driver with Xbox 360 wired/wireless support * - * Last Modified: 2 March 2009 + * Last Modified: 6 March 2009 * Mike Murphy <mamurph@xxxxxxxxxxxxxx> * * Copyright (c) 2002 Marko Friedemann <mfr@xxxxxxxxxxxxxxx> @@ -224,6 +224,7 @@ static void xpad_irq_in(struct urb *urb) static void xpad_irq_out(struct urb *urb); static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad); static void xpad_stop_output(struct usb_xpad *xpad); +static void xpad_deinit_output(struct usb_xpad *xpad); static int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect); static int xpad_init_ff(struct usb_xpad *xpad); @@ -298,6 +299,13 @@ static struct attribute_group xpad_defau /* Driver History: * + * 2009-03-06 : Patches from -mm tree + * - fixed build issue when CONFIG_JOYSTICK_XPAD_LEDS not set and removed + * duplicate prototypes (thanks Randy Dunlap for patch) + * - fixed erroneous whitespace reported by checkpatch (thanks Andrew Morton + * for patch) + * - added missing prototype + * * 2009-03-02 : Code cleanup * - used min(), max(), and abs() where appropriate, simplifying code * - moved code that generates data objects out of xpad.h and into xpad.c _ Patches currently in -mm which might be from mamurph@xxxxxxxxxxxxxx are input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface-add-missing-prototype-and-update-history.patch input-documentation-input-xpadtxt-update-for-new-driver-functionality.patch input-documentation-input-xpadtxt-update-for-new-driver-functionality-checkpatch-fixes.patch input-documentation-abi-testing-game_device-sysfs-interface-document-game_device-interface-added-to-xpad-driver.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html