On Sun, 13 Nov 2011, David Herrmann wrote: > Newer bluetooth core supports the NO_INIT_REPORTS quirk. We need this for the > wiimote as it does not support report-initialization. > Also bump version level as we are almost feature complete now. > > Signed-off-by: David Herrmann <dh.herrmann@xxxxxxxxxxxxxx> > --- > drivers/hid/hid-wiimote-core.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c > index 745667e..7ea8754 100644 > --- a/drivers/hid/hid-wiimote-core.c > +++ b/drivers/hid/hid-wiimote-core.c > @@ -22,7 +22,7 @@ > #include "hid-ids.h" > #include "hid-wiimote.h" > > -#define WIIMOTE_VERSION "0.2" > +#define WIIMOTE_VERSION "0.3" Do we really need this? I generally prefer not having any file versioning for the files that are implicitly tracked by kernel git. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html