Em 03-07-2010 01:02, Jarod Wilson escreveu: > I have pinnacle hardware now. None of this pinnacle-specific crap is at > all necessary (in fact, some of it needed to be removed to actually make > it work). The only thing unique about this device is that it often > transfers inbound data w/a header of 0x90, meaning 16 bytes of IR data > following it, so I had to make adjustments for that, and now its working > perfectly fine. > > v2: stillborn > > v3: remove completely unnecessary usb_reset_device() call that only served > to piss off the pinnacle device regularly and unify/simplify some of the > generation-specific device initialization code. > > post-mortem: it seems the pinnacle hardware actually still gets pissed off > from time to time, but I can (try) to fix that later (if possible). The > patch is still quite helpful from a code reduction standpoint. > > Signed-off-by: Jarod Wilson <jarod@xxxxxxxxxx> I've already applied a previous version of this patch: http://git.linuxtv.org/v4l-dvb.git?a=commit;h=afd46362e573276e3fb0a44834ad320c97947233 Could you please rebase it against my tree? > --- > Makefile | 2 +- > drivers/media/IR/mceusb.c | 110 +++++++++------------------------------------ > 2 files changed, 22 insertions(+), 90 deletions(-) > > diff --git a/Makefile b/Makefile > index 6e39ec7..0417c74 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,7 +1,7 @@ > VERSION = 2 > PATCHLEVEL = 6 > SUBLEVEL = 35 > -EXTRAVERSION = -rc1 > +EXTRAVERSION = -rc1-ir Please, don't patch the upstream Makefile ;) Cheers, Mauro. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html