On Thu, Oct 20, 2011 at 6:59 PM, Jason Gerecke <killert...@gmail.com> wrote:
> Moves the 0xCC case (21UX2) to be in the proper spot. There are
> touch strips, not rings on this device.

I do not know the device but code does do what comment says and it
make sense that all ID's with /* CintiqV5 */ would have same features
and need to be grouped together.

Acked-by: Chris Bagwell <ch...@cnpbagwell.com>

>
> Signed-off-by: Jason Gerecke <killert...@gmail.com>
> ---
>  src/wcmValidateDevice.c |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
>
> diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
> index a604806..94bcdc6 100644
> --- a/src/wcmValidateDevice.c
> +++ b/src/wcmValidateDevice.c
> @@ -191,10 +191,6 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
>
>        switch (priv->common->tablet_id)
>        {
> -               case 0xCC:  /* CintiqV5 */
> -                       TabletSetFeature(priv->common, WCM_LCD);
> -                       /* fall through */
> -
>                case 0xB8:  /* I4 */
>                case 0xB9:  /* I4 */
>                case 0xBA:  /* I4 */
> @@ -248,6 +244,7 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
>                case 0x3F:  /* CintiqV5 */
>                case 0xC5:  /* CintiqV5 */
>                case 0xC6:  /* CintiqV5 */
> +               case 0xCC:  /* CinitqV5 */
>                        TabletSetFeature(priv->common, WCM_LCD);
>                        /* fall through */
>                case 0xB0:  /* I3 */
> --
> 1.7.6
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to