On Wed, Nov 16, 2011 at 6:05 PM, Jiri Kosina <jkosina@xxxxxxx> wrote: > 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. No, not at all. But I thought this was common practice. I have removed it all together. The next series will be updated. > Thanks, > > -- > Jiri Kosina > SUSE Labs Thanks David -- 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