From Alan.Coopersmith@sun.com Thu Nov 12 19:25:07 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAD3P718028758
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 12 Nov 2009 19:25:07 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id nAD3P3ui038116;
	Thu, 12 Nov 2009 20:25:07 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT100L052TUQ400@brm-avmta-1.central.sun.com>; Thu,
 12 Nov 2009 20:25:06 -0700 (MST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT1008QU2TUZS50@brm-avmta-1.central.sun.com>; Thu,
 12 Nov 2009 20:25:06 -0700 (MST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAD3P6lF027732;
 Thu, 12 Nov 2009 19:25:06 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT100C002SUZF00@fe-sfbay-10.sun.com>; Thu,
 12 Nov 2009 19:25:06 -0800 (PST)
Received: from [129.145.155.53] ([unknown] [129.145.155.53])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KT100IMR2TTRJF0@fe-sfbay-10.sun.com>; Thu,
 12 Nov 2009 19:25:06 -0800 (PST)
Date: Thu, 12 Nov 2009 19:25:05 -0800
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
Sender: Alan.Coopersmith@sun.com
To: PSARC-ext@sun.com
Cc: usb-tech@sun.com
Message-id: <4AFCD191.9000709@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
User-Agent: Thunderbird 2.0.0.22 (X11/20090720)
Status: RO
Content-Length: 4697


I am sponsoring this fast-track for Pengcheng Chen of the USB team.
The timer is set for next Thursday, November 19.   The release binding
requested is "Patch".   A copy of the usbwcm(7m) draft man page is
available in the case materials directory as usbwcm.7m.txt.

        -Alan Coopersmith-           alan.coopersmith@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
         usbwcm: Wacom USB Tablet STREAMS module
    1.2. Name of Document Author/Supplier:
         Author:  Pengcheng Chen
    1.3  Date of This Document:
        12 November, 2009

2. Project Summary
   2.1. Project Description:
        This case provides a STREAMS module to support Wacom USB tablets[1].
        Wacom USB tablets are popular and used in applications, such as
        GIMP, Inkscape, and etc.

        This module is a port of the FreeBSD uwacom driver[2], which
        implements necessary interfaces for the Wacom X.org XInput driver[3]
        to work.

3. Business Summary
   3.1. Problem Area:
        Solaris has no built-in support for Wacom USB tablets. Users can
        not use these tablets out-of-box. Drivers for Wacom tablets are
        available under other major OSes (like Windows and Linux).

4. Technical Description:
    4.1. Details:
        Wacom USB Tablet STREAMS module is developed under the current
        Solaris USB Architecture (USBA) and the minimal Human Interface
        Device (HID) framework.

        The usbwcm module implements the same IOCTLs and input event format
        as FreeBSD uwacom driver does. With these interfaces, the Wacom Xorg
        XInput driver can be ported to Solaris with minor modifications.

        The  usbwcm  module must  be  pushed on top of the HID class driver
        (see hid(7D)). The usbwcm module translates data from Wacom USB tablet
        into input events expected by Wacom Xorg XInput driver.

    4.2. Bug/RFE Number(s):

    4.3. In Scope:
        Provide a STREAMS module supporting of the following Wacom USB Tablets:
                Wacom Graphire3
                Wacom Graphire4
                Wacom Bamboo
                Wacom Bamboo Fun
                Wacom Intuos3
                Wacom Intuos4
                Wacom Cintiq 21UX

    4.4. Out of Scope:
        For Wacom tablets to work out-of-box, the Wacom Xorg XInput driver
        and configuration tools[3] are also necessary.  Providing support
        in Xorg is a follow-on project - until it is available, users
        can download the wacom driver sources from X.Org and build and
        run them on their own.

    4.5. Interfaces:
+----------------------------------------------------------------------+
|                  Interfaces Exported                                 |
+----------------------------------------------------------------------+
| Interface        |Stability label|           Comments                |
|----------------------------------------------------------------------|
| EVTIOCGVERSION   | Uncommitted   | Get current version of the event  |
|                  |               |   interface implemented in this   |
|                  |               |   module                          |
|                  |               |                                   |
| EVTIOCGDEVID     | Uncommitted   | Get device IDs                    |
| EVTIOCGBM        | Uncommitted   | Get bitmap of events reported by  |
|                  |               |   the device                      |
|                  |               |                                   |
| EVTIOCGABS       | Uncommitted   | Get absolute valuator parameters  |
+----------------------------------------------------------------------+

    4.6. Doc Impact:
        man page: usbwcm(7M)

    4.7. Admin/Config Impact:
        Configuration tools are provided with Wacom Xorg XInput driver[3],
        which has no direct interation with this STREAMS module.

    4.10. Packaging & Delivery:
        This STREAMS module will be integrated as part of the exising SUNWusb
        package.

5. Reference Documents:
        [1] Wacom website
                http://www.wacom.com
        [2] FreeBSD uwacom driver
                http://www.freshports.org/x11-drivers/input-wacom
        [3] Wacom X.org XInput driver
                http://linuxwacom.sourceforge.net


6. Resources and Schedule
    6.4. Steering Committee requested information
        6.4.1. Consolidation C-team Name:
                ON
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open



From Alan.Coopersmith@sun.com Fri Nov 13 13:35:32 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAD3P718028758
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 12 Nov 2009 19:25:07 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id nAD3P3ui038116;
	Thu, 12 Nov 2009 20:25:07 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT100L052TUQ400@brm-avmta-1.central.sun.com>; Thu,
 12 Nov 2009 20:25:06 -0700 (MST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT1008QU2TUZS50@brm-avmta-1.central.sun.com>; Thu,
 12 Nov 2009 20:25:06 -0700 (MST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAD3P6lF027732;
 Thu, 12 Nov 2009 19:25:06 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT100C002SUZF00@fe-sfbay-10.sun.com>; Thu,
 12 Nov 2009 19:25:06 -0800 (PST)
Received: from [129.145.155.53] ([unknown] [129.145.155.53])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KT100IMR2TTRJF0@fe-sfbay-10.sun.com>; Thu,
 12 Nov 2009 19:25:06 -0800 (PST)
Date: Thu, 12 Nov 2009 19:25:05 -0800
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
Sender: Alan.Coopersmith@sun.com
To: PSARC-ext@sun.com
Cc: usb-tech@sun.com
Message-id: <4AFCD191.9000709@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
User-Agent: Thunderbird 2.0.0.22 (X11/20090720)
Status: RO
Content-Length: 4697


I am sponsoring this fast-track for Pengcheng Chen of the USB team.
The timer is set for next Thursday, November 19.   The release binding
requested is "Patch".   A copy of the usbwcm(7m) draft man page is
available in the case materials directory as usbwcm.7m.txt.

        -Alan Coopersmith-           alan.coopersmith@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
         usbwcm: Wacom USB Tablet STREAMS module
    1.2. Name of Document Author/Supplier:
         Author:  Pengcheng Chen
    1.3  Date of This Document:
        12 November, 2009

2. Project Summary
   2.1. Project Description:
        This case provides a STREAMS module to support Wacom USB tablets[1].
        Wacom USB tablets are popular and used in applications, such as
        GIMP, Inkscape, and etc.

        This module is a port of the FreeBSD uwacom driver[2], which
        implements necessary interfaces for the Wacom X.org XInput driver[3]
        to work.

3. Business Summary
   3.1. Problem Area:
        Solaris has no built-in support for Wacom USB tablets. Users can
        not use these tablets out-of-box. Drivers for Wacom tablets are
        available under other major OSes (like Windows and Linux).

4. Technical Description:
    4.1. Details:
        Wacom USB Tablet STREAMS module is developed under the current
        Solaris USB Architecture (USBA) and the minimal Human Interface
        Device (HID) framework.

        The usbwcm module implements the same IOCTLs and input event format
        as FreeBSD uwacom driver does. With these interfaces, the Wacom Xorg
        XInput driver can be ported to Solaris with minor modifications.

        The  usbwcm  module must  be  pushed on top of the HID class driver
        (see hid(7D)). The usbwcm module translates data from Wacom USB tablet
        into input events expected by Wacom Xorg XInput driver.

    4.2. Bug/RFE Number(s):

    4.3. In Scope:
        Provide a STREAMS module supporting of the following Wacom USB Tablets:
                Wacom Graphire3
                Wacom Graphire4
                Wacom Bamboo
                Wacom Bamboo Fun
                Wacom Intuos3
                Wacom Intuos4
                Wacom Cintiq 21UX

    4.4. Out of Scope:
        For Wacom tablets to work out-of-box, the Wacom Xorg XInput driver
        and configuration tools[3] are also necessary.  Providing support
        in Xorg is a follow-on project - until it is available, users
        can download the wacom driver sources from X.Org and build and
        run them on their own.

    4.5. Interfaces:
+----------------------------------------------------------------------+
|                  Interfaces Exported                                 |
+----------------------------------------------------------------------+
| Interface        |Stability label|           Comments                |
|----------------------------------------------------------------------|
| EVTIOCGVERSION   | Uncommitted   | Get current version of the event  |
|                  |               |   interface implemented in this   |
|                  |               |   module                          |
|                  |               |                                   |
| EVTIOCGDEVID     | Uncommitted   | Get device IDs                    |
| EVTIOCGBM        | Uncommitted   | Get bitmap of events reported by  |
|                  |               |   the device                      |
|                  |               |                                   |
| EVTIOCGABS       | Uncommitted   | Get absolute valuator parameters  |
+----------------------------------------------------------------------+

    4.6. Doc Impact:
        man page: usbwcm(7M)

    4.7. Admin/Config Impact:
        Configuration tools are provided with Wacom Xorg XInput driver[3],
        which has no direct interation with this STREAMS module.

    4.10. Packaging & Delivery:
        This STREAMS module will be integrated as part of the exising SUNWusb
        package.

5. Reference Documents:
        [1] Wacom website
                http://www.wacom.com
        [2] FreeBSD uwacom driver
                http://www.freshports.org/x11-drivers/input-wacom
        [3] Wacom X.org XInput driver
                http://linuxwacom.sourceforge.net


6. Resources and Schedule
    6.4. Steering Committee requested information
        6.4.1. Consolidation C-team Name:
                ON
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open



From max@bruningsystems.com Fri Nov 13 15:56:50 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nADNuoJu005949
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 13 Nov 2009 15:56:50 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nADNumDl019334
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 13 Nov 2009 15:56:50 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT200C0BNUPEO00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 13 Nov 2009 16:56:49 -0700 (MST)
Received: from sca-ea-mail-1.sun.com ([192.18.43.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT2007LWNUPA620@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 13 Nov 2009 16:56:49 -0700 (MST)
Received: from relay43i.sun.com ([192.5.209.74])
	by sca-ea-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nADNumvD000355	for
 <PSARC-ext@sun.com>; Fri, 13 Nov 2009 23:56:48 +0000 (GMT)
Received: from mms49es.mms.us.syntegra.com ([160.41.221.232] [160.41.221.232])
 by relay43i.sun.com with ESMTP id BT-MMP-6129472 for PSARC-ext@sun.com; Fri,
 13 Nov 2009 23:56:48 +0000 (Z)
Received: from relay43i.sun.com (relay43i.sun.com [192.5.209.74])
 by mms49es.mms.us.syntegra.com with ESMTP id BT-MMP-54802930 for
 PSARC-ext@sun.com; Fri, 13 Nov 2009 23:56:48 +0000 (Z)
Received: from gateway06.websitewelcome.com ([67.18.21.22] [67.18.21.22])
 by relay4i.sun.com id BT-MMP-8262565 for PSARC-ext@sun.com; Fri,
 13 Nov 2009 23:56:48 +0000 (Z)
Received: (qmail 26323 invoked from network); Sat, 14 Nov 2009 00:13:42 +0000
Received: from gator39.hostgator.com (70.85.249.98)
 by gateway06.websitewelcome.com with SMTP; Sat, 14 Nov 2009 00:13:42 +0000
Received: from 20-217.5-85.cust.bluewin.ch
 ([85.5.217.20]:52629 helo=[192.168.10.157])	by gator39.hostgator.com with
 esmtpsa (TLSv1:AES256-SHA:256)	(Exim 4.69)
	(envelope-from <max@bruningsystems.com>)	id 1N960S-000779-Ru; Fri,
 13 Nov 2009 17:56:45 -0600
Date: Sat, 14 Nov 2009 00:56:38 +0100
From: "max@bruningsystems.com" <max@bruningsystems.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4AFCD191.9000709@sun.com>
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: PSARC-ext@sun.com, usb-tech@sun.com
Message-id: <4AFDF236.2000707@bruningsystems.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-AntiAbuse: This header was added to track abuse,
 please include it with any abuse report
X-AntiAbuse: Primary Hostname - gator39.hostgator.com
X-AntiAbuse: Original Domain - sun.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - bruningsystems.com
X-Antispam: No, score=0.0/5.0, scanned in 0.124sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <4AFCD191.9000709@sun.com>
User-Agent: Thunderbird 2.0.0.21 (X11/20090323)
Status: RO
Content-Length: 5212

Hi,
I have already written a STREAMS module for wacom
tablets that does pretty much everything that is in this case.
Please let me know if you are interested.

max

Alan Coopersmith wrote:
> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
> The timer is set for next Thursday, November 19.   The release binding
> requested is "Patch".   A copy of the usbwcm(7m) draft man page is
> available in the case materials directory as usbwcm.7m.txt.
>
>         -Alan Coopersmith-           alan.coopersmith@sun.com
>          Sun Microsystems, Inc. - X Window System Engineering
>
> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
>          usbwcm: Wacom USB Tablet STREAMS module
>     1.2. Name of Document Author/Supplier:
>          Author:  Pengcheng Chen
>     1.3  Date of This Document:
>         12 November, 2009
>
> 2. Project Summary
>    2.1. Project Description:
>         This case provides a STREAMS module to support Wacom USB tablets[1].
>         Wacom USB tablets are popular and used in applications, such as
>         GIMP, Inkscape, and etc.
>
>         This module is a port of the FreeBSD uwacom driver[2], which
>         implements necessary interfaces for the Wacom X.org XInput driver[3]
>         to work.
>
> 3. Business Summary
>    3.1. Problem Area:
>         Solaris has no built-in support for Wacom USB tablets. Users can
>         not use these tablets out-of-box. Drivers for Wacom tablets are
>         available under other major OSes (like Windows and Linux).
>
> 4. Technical Description:
>     4.1. Details:
>         Wacom USB Tablet STREAMS module is developed under the current
>         Solaris USB Architecture (USBA) and the minimal Human Interface
>         Device (HID) framework.
>
>         The usbwcm module implements the same IOCTLs and input event format
>         as FreeBSD uwacom driver does. With these interfaces, the Wacom Xorg
>         XInput driver can be ported to Solaris with minor modifications.
>
>         The  usbwcm  module must  be  pushed on top of the HID class driver
>         (see hid(7D)). The usbwcm module translates data from Wacom USB tablet
>         into input events expected by Wacom Xorg XInput driver.
>
>     4.2. Bug/RFE Number(s):
>
>     4.3. In Scope:
>         Provide a STREAMS module supporting of the following Wacom USB Tablets:
>                 Wacom Graphire3
>                 Wacom Graphire4
>                 Wacom Bamboo
>                 Wacom Bamboo Fun
>                 Wacom Intuos3
>                 Wacom Intuos4
>                 Wacom Cintiq 21UX
>
>     4.4. Out of Scope:
>         For Wacom tablets to work out-of-box, the Wacom Xorg XInput driver
>         and configuration tools[3] are also necessary.  Providing support
>         in Xorg is a follow-on project - until it is available, users
>         can download the wacom driver sources from X.Org and build and
>         run them on their own.
>
>     4.5. Interfaces:
> +----------------------------------------------------------------------+
> |                  Interfaces Exported                                 |
> +----------------------------------------------------------------------+
> | Interface        |Stability label|           Comments                |
> |----------------------------------------------------------------------|
> | EVTIOCGVERSION   | Uncommitted   | Get current version of the event  |
> |                  |               |   interface implemented in this   |
> |                  |               |   module                          |
> |                  |               |                                   |
> | EVTIOCGDEVID     | Uncommitted   | Get device IDs                    |
> | EVTIOCGBM        | Uncommitted   | Get bitmap of events reported by  |
> |                  |               |   the device                      |
> |                  |               |                                   |
> | EVTIOCGABS       | Uncommitted   | Get absolute valuator parameters  |
> +----------------------------------------------------------------------+
>
>     4.6. Doc Impact:
>         man page: usbwcm(7M)
>
>     4.7. Admin/Config Impact:
>         Configuration tools are provided with Wacom Xorg XInput driver[3],
>         which has no direct interation with this STREAMS module.
>
>     4.10. Packaging & Delivery:
>         This STREAMS module will be integrated as part of the exising SUNWusb
>         package.
>
> 5. Reference Documents:
>         [1] Wacom website
>                 http://www.wacom.com
>         [2] FreeBSD uwacom driver
>                 http://www.freshports.org/x11-drivers/input-wacom
>         [3] Wacom X.org XInput driver
>                 http://linuxwacom.sourceforge.net
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>         6.4.1. Consolidation C-team Name:
>                 ON
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org
>
>   


From Darren.Moffat@sun.com Mon Nov 16 02:01:10 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAGA19Jf019536
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 16 Nov 2009 02:01:10 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id nAGA16vI005932;
	Mon, 16 Nov 2009 10:01:09 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT70010955WAB00@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 03:01:08 -0700 (MST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT700K3M55US620@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 03:01:07 -0700 (MST)
Received: from fe-emea-09.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAGA15tX025707; Mon,
 16 Nov 2009 10:01:06 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT7006003QJ4L00@fe-emea-09.sun.com>; Mon, 16 Nov 2009 10:01:02 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KT700CMJ55HVZC0@fe-emea-09.sun.com>; Mon,
 16 Nov 2009 10:00:54 +0000 (GMT)
Date: Mon, 16 Nov 2009 10:00:53 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4AFCD191.9000709@sun.com>
Sender: Darren.Moffat@sun.com
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: PSARC-ext@sun.com, usb-tech@sun.com
Message-id: <4B0122D5.9030409@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4AFCD191.9000709@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090929)
Status: RO
Content-Length: 1343

Alan Coopersmith wrote:
> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
> The timer is set for next Thursday, November 19.   The release binding
> requested is "Patch".   A copy of the usbwcm(7m) draft man page is
> available in the case materials directory as usbwcm.7m.txt.

So there is an intent to backport this to Solaris 10 along with the Xorg 
  wacom driver too ?

>     4.2. Bug/RFE Number(s):
> 
>     4.3. In Scope:
>         Provide a STREAMS module supporting of the following Wacom USB Tablets:
>                 Wacom Graphire3
>                 Wacom Graphire4
>                 Wacom Bamboo
>                 Wacom Bamboo Fun
>                 Wacom Intuos3
>                 Wacom Intuos4
>                 Wacom Cintiq 21UX
> 
>     4.4. Out of Scope:
>         For Wacom tablets to work out-of-box, the Wacom Xorg XInput driver
>         and configuration tools[3] are also necessary.  Providing support
>         in Xorg is a follow-on project - until it is available, users
>         can download the wacom driver sources from X.Org and build and
>         run them on their own.

Is the case really complete without the Xorg wacom driver ?  Is there 
anything useful that can be done on the system without a user building 
wacom on there own ?  It doesn't feel complete to me.

-- 
Darren J Moffat

From Alan.Coopersmith@sun.com Mon Nov 16 08:13:06 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAGGD5E0002650
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 16 Nov 2009 08:13:05 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id nAGGCuBw023686;
	Tue, 17 Nov 2009 00:13:03 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT700J0VMDQ0000@nwk-avmta-2.sfbay.sun.com>; Mon,
 16 Nov 2009 08:13:02 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT700F9XMDPII90@nwk-avmta-2.sfbay.sun.com>; Mon,
 16 Nov 2009 08:13:01 -0800 (PST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAGGD1oe006897;
 Mon, 16 Nov 2009 08:13:01 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT700200M7SVL00@fe-sfbay-09.sun.com>; Mon,
 16 Nov 2009 08:13:01 -0800 (PST)
Received: from [10.6.102.27] ([unknown] [10.6.102.27])
 by fe-sfbay-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KT700JEEMDO7W90@fe-sfbay-09.sun.com>;
 Mon, 16 Nov 2009 08:13:01 -0800 (PST)
Date: Mon, 16 Nov 2009 08:13:00 -0800
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4B0122D5.9030409@Sun.COM>
Sender: Alan.Coopersmith@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: PSARC-ext@sun.com, usb-tech@sun.com
Message-id: <4B017A0C.3060606@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <4AFCD191.9000709@sun.com> <4B0122D5.9030409@Sun.COM>
User-Agent: Thunderbird 2.0.0.23 (X11/20090926)
Status: RO
Content-Length: 1458

Darren J Moffat wrote:
> Alan Coopersmith wrote:
>> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
>> The timer is set for next Thursday, November 19.   The release binding
>> requested is "Patch".   A copy of the usbwcm(7m) draft man page is
>> available in the case materials directory as usbwcm.7m.txt.
> 
> So there is an intent to backport this to Solaris 10 along with the Xorg
>  wacom driver too ?

Not necessarily - release binding is never an indication of intent, just
a statement that the changes made are of a certain compatibility level
such that the possibility is open, should the business case arise.

> Is the case really complete without the Xorg wacom driver ?  Is there anything useful that can be done on the system without a user building wacom on there own ?  It doesn't feel complete to me. 

Downloading and building the Xorg wacom driver is much easier than porting
a kernel driver module from another kernel, so this is a huge step towards
a complete solution and one which will allow many users to finish the needed
steps on their own.   (Unfortunately, we can't ship the available Xorg wacom
driver with Solaris or OpenSolaris due to licensing issues, but that doesn't
provent others from building, using, or redistributing it, while we work on
a solution that can be included with the OS.)

-- 
	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Sun Microsystems, Inc. - X Window System Engineering


From Darren.Moffat@sun.com Mon Nov 16 08:18:07 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAGGI6xR002668
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 16 Nov 2009 08:18:07 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id nAGGI0gM009890;
	Mon, 16 Nov 2009 16:18:05 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT700F2BMM3KK00@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 09:18:03 -0700 (MST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT700ESZMLZ8610@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 09:18:00 -0700 (MST)
Received: from fe-emea-09.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAGGHxm5027596; Mon,
 16 Nov 2009 16:17:59 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT700K00LUKQD00@fe-emea-09.sun.com>; Mon, 16 Nov 2009 16:17:39 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KT700M19MKZOV60@fe-emea-09.sun.com>; Mon,
 16 Nov 2009 16:17:24 +0000 (GMT)
Date: Mon, 16 Nov 2009 16:17:23 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4B017A0C.3060606@sun.com>
Sender: Darren.Moffat@sun.com
To: Alan Coopersmith <Alan.Coopersmith@sun.com>
Cc: PSARC-ext@sun.com, usb-tech@sun.com
Message-id: <4B017B13.1090701@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4AFCD191.9000709@sun.com> <4B0122D5.9030409@Sun.COM>
 <4B017A0C.3060606@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091027)
Status: RO
Content-Length: 1633

Alan Coopersmith wrote:
> Darren J Moffat wrote:
>> Alan Coopersmith wrote:
>>> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
>>> The timer is set for next Thursday, November 19.   The release binding
>>> requested is "Patch".   A copy of the usbwcm(7m) draft man page is
>>> available in the case materials directory as usbwcm.7m.txt.
>> So there is an intent to backport this to Solaris 10 along with the Xorg
>>  wacom driver too ?
> 
> Not necessarily - release binding is never an indication of intent, just
> a statement that the changes made are of a certain compatibility level
> such that the possibility is open, should the business case arise.
> 
>> Is the case really complete without the Xorg wacom driver ?  Is there anything useful that can be done on the system without a user building wacom on there own ?  It doesn't feel complete to me. 
> 
> Downloading and building the Xorg wacom driver is much easier than porting
> a kernel driver module from another kernel, so this is a huge step towards
> a complete solution and one which will allow many users to finish the needed
> steps on their own.   (Unfortunately, we can't ship the available Xorg wacom
> driver with Solaris or OpenSolaris due to licensing issues, but that doesn't
> provent others from building, using, or redistributing it, while we work on
> a solution that can be included with the OS.)

Okay thanks, given there is a legal reason for the Xorg component of 
this not being redistributable I guess this case is as complete as it 
can be at this time.

So I'm happy to give the case a +1 as specified.

-- 
Darren J Moffat

From Pengcheng.Chen@sun.com Mon Nov 16 18:39:04 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAH2d4tO001652
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 16 Nov 2009 18:39:04 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id nAH2d1XT018064;
	Mon, 16 Nov 2009 19:39:03 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KT800A0XFD3I700@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 19:39:03 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KT800KKTFD0KC60@brm-avmta-1.central.sun.com>; Mon,
 16 Nov 2009 19:39:02 -0700 (MST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nAH2d0ob011367; Tue,
 17 Nov 2009 02:39:00 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KT800K00FBSUH00@mail-apac.sun.com>; Tue, 17 Nov 2009 10:39:00 +0800 (SGT)
Received: from [129.158.218.159] ([unknown] [129.158.218.159])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KT800CZ2FCHK0I0@mail-apac.sun.com>; Tue,
 17 Nov 2009 10:39:00 +0800 (SGT)
Date: Tue, 17 Nov 2009 10:44:10 +0800
From: Tim Chen <Pengcheng.Chen@sun.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4AFDF236.2000707@bruningsystems.com>
Sender: Pengcheng.Chen@sun.com
To: "max@bruningsystems.com" <max@bruningsystems.com>
Cc: Alan Coopersmith <Alan.Coopersmith@sun.com>, PSARC-ext@sun.com,
        usb-tech@sun.com
Message-id: <4B020DFA.1020803@Sun.COM>
Organization: Sun Microsystems - Beijing China
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4AFCD191.9000709@sun.com> <4AFDF236.2000707@bruningsystems.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090929)
Status: RO
Content-Length: 5630

Hi Max,

Actually, what we started with is the code of FreeBSD uwacom driver.

We are very happy to hear from you more about the design of the wacom 
module you have developed.

Thanks,
Tim
On 11/14/09 07:56 AM, max@bruningsystems.com wrote:
> Hi,
> I have already written a STREAMS module for wacom
> tablets that does pretty much everything that is in this case.
> Please let me know if you are interested.
> 
> max
> 
> Alan Coopersmith wrote:
>> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
>> The timer is set for next Thursday, November 19.   The release binding
>> requested is "Patch".   A copy of the usbwcm(7m) draft man page is
>> available in the case materials directory as usbwcm.7m.txt.
>>
>>         -Alan Coopersmith-           alan.coopersmith@sun.com
>>          Sun Microsystems, Inc. - X Window System Engineering
>>
>> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
>> This information is Copyright 2009 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>          usbwcm: Wacom USB Tablet STREAMS module
>>     1.2. Name of Document Author/Supplier:
>>          Author:  Pengcheng Chen
>>     1.3  Date of This Document:
>>         12 November, 2009
>>
>> 2. Project Summary
>>    2.1. Project Description:
>>         This case provides a STREAMS module to support Wacom USB 
>> tablets[1].
>>         Wacom USB tablets are popular and used in applications, such as
>>         GIMP, Inkscape, and etc.
>>
>>         This module is a port of the FreeBSD uwacom driver[2], which
>>         implements necessary interfaces for the Wacom X.org XInput 
>> driver[3]
>>         to work.
>>
>> 3. Business Summary
>>    3.1. Problem Area:
>>         Solaris has no built-in support for Wacom USB tablets. Users can
>>         not use these tablets out-of-box. Drivers for Wacom tablets are
>>         available under other major OSes (like Windows and Linux).
>>
>> 4. Technical Description:
>>     4.1. Details:
>>         Wacom USB Tablet STREAMS module is developed under the current
>>         Solaris USB Architecture (USBA) and the minimal Human Interface
>>         Device (HID) framework.
>>
>>         The usbwcm module implements the same IOCTLs and input event 
>> format
>>         as FreeBSD uwacom driver does. With these interfaces, the 
>> Wacom Xorg
>>         XInput driver can be ported to Solaris with minor modifications.
>>
>>         The  usbwcm  module must  be  pushed on top of the HID class 
>> driver
>>         (see hid(7D)). The usbwcm module translates data from Wacom 
>> USB tablet
>>         into input events expected by Wacom Xorg XInput driver.
>>
>>     4.2. Bug/RFE Number(s):
>>
>>     4.3. In Scope:
>>         Provide a STREAMS module supporting of the following Wacom USB 
>> Tablets:
>>                 Wacom Graphire3
>>                 Wacom Graphire4
>>                 Wacom Bamboo
>>                 Wacom Bamboo Fun
>>                 Wacom Intuos3
>>                 Wacom Intuos4
>>                 Wacom Cintiq 21UX
>>
>>     4.4. Out of Scope:
>>         For Wacom tablets to work out-of-box, the Wacom Xorg XInput 
>> driver
>>         and configuration tools[3] are also necessary.  Providing support
>>         in Xorg is a follow-on project - until it is available, users
>>         can download the wacom driver sources from X.Org and build and
>>         run them on their own.
>>
>>     4.5. Interfaces:
>> +----------------------------------------------------------------------+
>> |                  Interfaces Exported                                 |
>> +----------------------------------------------------------------------+
>> | Interface        |Stability label|           Comments                |
>> |----------------------------------------------------------------------|
>> | EVTIOCGVERSION   | Uncommitted   | Get current version of the event  |
>> |                  |               |   interface implemented in this   |
>> |                  |               |   module                          |
>> |                  |               |                                   |
>> | EVTIOCGDEVID     | Uncommitted   | Get device IDs                    |
>> | EVTIOCGBM        | Uncommitted   | Get bitmap of events reported by  |
>> |                  |               |   the device                      |
>> |                  |               |                                   |
>> | EVTIOCGABS       | Uncommitted   | Get absolute valuator parameters  |
>> +----------------------------------------------------------------------+
>>
>>     4.6. Doc Impact:
>>         man page: usbwcm(7M)
>>
>>     4.7. Admin/Config Impact:
>>         Configuration tools are provided with Wacom Xorg XInput 
>> driver[3],
>>         which has no direct interation with this STREAMS module.
>>
>>     4.10. Packaging & Delivery:
>>         This STREAMS module will be integrated as part of the exising 
>> SUNWusb
>>         package.
>>
>> 5. Reference Documents:
>>         [1] Wacom website
>>                 http://www.wacom.com
>>         [2] FreeBSD uwacom driver
>>                 http://www.freshports.org/x11-drivers/input-wacom
>>         [3] Wacom X.org XInput driver
>>                 http://linuxwacom.sourceforge.net
>>
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>         6.4.1. Consolidation C-team Name:
>>                 ON
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>
>> _______________________________________________
>> opensolaris-arc mailing list
>> opensolaris-arc@opensolaris.org
>>
>>   
> 


From Alan.Coopersmith@sun.com Wed Nov 18 13:02:57 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nAIL2voW027165
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 18 Nov 2009 13:02:57 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id nAIL2tYa010577;
	Wed, 18 Nov 2009 14:02:57 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KTB00C05P4WX100@nwk-avmta-2.sfbay.sun.com>; Wed,
 18 Nov 2009 13:02:56 -0800 (PST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KTB005TCP4WY190@nwk-avmta-2.sfbay.sun.com>; Wed,
 18 Nov 2009 13:02:56 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nAIL2ueT025251;
 Wed, 18 Nov 2009 13:02:56 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KTB00A00OXD4V00@fe-sfbay-10.sun.com>; Wed,
 18 Nov 2009 13:02:56 -0800 (PST)
Received: from [10.6.102.27] ([unknown] [10.6.102.27])
 by fe-sfbay-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KTB00551P4AYS30@fe-sfbay-10.sun.com>;
 Wed, 18 Nov 2009 13:02:34 -0800 (PST)
Date: Wed, 18 Nov 2009 13:02:34 -0800
From: Alan Coopersmith <Alan.Coopersmith@sun.com>
Subject: Re: usbwcm: Wacom USB Tablet STREAMS module [PSARC/2009/621 FastTrack
 timeout 11/19/2009]
In-reply-to: <4AFCD191.9000709@sun.com>
Sender: Alan.Coopersmith@sun.com
To: PSARC-ext@sun.com
Cc: usb-tech@sun.com
Message-id: <4B0460EA.1040307@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Enigmail-Version: 0.95.1
References: <4AFCD191.9000709@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090926)
Status: RO
Content-Length: 323

Alan Coopersmith wrote:
> I am sponsoring this fast-track for Pengcheng Chen of the USB team.
> The timer is set for next Thursday, November 19.  

This case was approved during ARC business at PSARC today.

-- 
	-Alan Coopersmith-           alan.coopersmith@sun.com
	 Sun Microsystems, Inc. - X Window System Engineering


