On Fri, Jan 12, 2007 at 03:54:34PM -0800, Simon Bennett wrote:
> The SnapStream Firefly Mini 
> (http://www.snapstream.com/products/fireflymini/) is an infrared remote 
> control, really a composite USB HID Keyboard/Consumer device, 
> vendor:device => 1233:e007.
> 
> The HID Keyboard portion works flawlessly however a couple of the events 
> from the USB Consumer page are missing from hid-input.c. The patch to 
> 2.6.19.2 below makes all the buttons work.
> 
> Best Regards,
> 
> Simon
> 
> --- a/drivers/usb/input/hid-input.c     2006-09-19 20:42:06.000000000 -0700
> +++ b/drivers/usb/input/hid-input.c     2006-12-31 14:26:00.000000000 -0800
> @@ -403,9 +403,12 @@ static void hidinput_configure_usage(str
>                                 case 0x000: goto ignore;
>                                 case 0x034: 
> map_key_clear(KEY_SLEEP);           break;
>                                 case 0x036: 
> map_key_clear(BTN_MISC);            break;
> +                               case 0x040: 

The patch is linewrapped :(

Care to resend it, with a Signed-off-by: line, as the file
Documentation/SubmittingPatches requests?

Also, have you checked the 2.6.20-rc4 kernel?  I think some changes much
like this already went into that release.

thanks,

greg k-h

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to