On Sun, Mar 13, 2011 at 7:48 AM, Eduard Hasenleithner <ehase...@gmail.com>wrote:

> f9300ca1356f6b46af27d13f8141b8a5c915e6c6 introduced support of LEDs
> on Intuos4 on kernels 2.6.24, 2.6.26 and 2.6.27 by means of
> merging "Nicholas Hirsch's Intuos4 OLED Support".
>
> 9b53e2b24d7203c0653e51cfc1c796b3e9a83cd9 introduced the kernel module
> for linux 2.6.30, but did not expose the wacom_ioctl function
> in usb_device.
>
> 86350f47a3871d866099330a57035594b92ca15f removes all drivers
> besides 2.6.{16,18,24,30}. Although 2.6.24 still contains the LED ioctl,
> it is useless since this commit removes 2.6.27 files, on which the
> 2.6.24 depends on.
>
> e34490c17d18ece86fa6287d611a141f6445849c removes the 2.6.24
> wacom_sys.c, which contains the last reference to wacom_ioctl,
> leaving the wacom_ioctl completely unused.
>
> 9d2d58191ad80f3560db0dad80631dbb295085da fixes the 2.6.24 driver to
> re-use the 2.6.30 files instead of the already gone 2.6.27 files. Since
> 2.6.30 does not contain the LED-ioctl, LEDs are still not configurable.
>
> This commit exposes wacom_ioctl for src/2.6.30 so that LEDs can be set
> at least with the src/2.6.30 and src/2.6.24 driver.
>
> Signed-off-by: Eduard Hasenleithner <ehase...@gmail.com>
>

Thank you. Merged.

Ping

 ---
>  src/2.6.30/wacom_sys.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/2.6.30/wacom_sys.c b/src/2.6.30/wacom_sys.c
> index d3ce71c..bbbe789 100755
> --- a/src/2.6.30/wacom_sys.c
> +++ b/src/2.6.30/wacom_sys.c
> @@ -640,6 +640,7 @@ static struct usb_driver wacom_driver = {
>        .suspend =      wacom_suspend,
>        .resume =       wacom_resume,
>        .reset_resume = wacom_reset_resume,
> +       .ioctl =        wacom_ioctl,
>        .supports_autosuspend = 1,
>  };
>
> --
> 1.7.0.4
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to