# PaCkAgE DaTaStReAm BOLTwtblt 1 132 # end of header 0707010004cad1000081a40000000000000001000000013d71c73200000158000000880000000600000000000000000000001200000005BOLTwtblt/pkginfoARCH=sparc PKG=BOLTwtblt NAME=wacom graphire2 USB tablet driver + Xsun extension VERSION=0.9.2 CATEGORY=system EMAIL=phil@bolthole.com VENDOR=http://www.bolthole.com/solaris/drivers/ DESC=Provides both a USB kernel driver, and an Xsun extension module. See url for install instructions. INTONLY=true CLASSES=none PSTAMP=usbloaner20020901005218 0707010004cace000081a40000000000000001000000013d71c73200000187000000880000000600000000000000000000001100000005BOLTwtblt/pkgmap: 1 132 1 f none /etc/openwin/server/modules/ddxBOLTwacom.so 0755 root bin 13468 14063 1029655013 1 f none /platform/sun4u/kernel/drv/sparcv9/wacom 0755 root bin 32984 12541 1030866071 1 i copyright 365 32805 1030866230 1 i depend 126 11408 1022984479 1 i pkginfo 344 29666 1030866738 1 i postinstall 1992 33525 1023986749 1 i preremove 428 34461 1022988790 1 i request 478 40148 1022989983 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010004cad1000081a40000000000000001000000013d71c73200000158000000880000000600000000000000000000000800000005pkginfoARCH=sparc PKG=BOLTwtblt NAME=wacom graphire2 USB tablet driver + Xsun extension VERSION=0.9.2 CATEGORY=system EMAIL=phil@bolthole.com VENDOR=http://www.bolthole.com/solaris/drivers/ DESC=Provides both a USB kernel driver, and an Xsun extension module. See url for install instructions. INTONLY=true CLASSES=none PSTAMP=usbloaner20020901005218 0707010004cace000081a40000000000000001000000013d71c73200000187000000880000000600000000000000000000000700000005pkgmap: 1 132 1 f none /etc/openwin/server/modules/ddxBOLTwacom.so 0755 root bin 13468 14063 1029655013 1 f none /platform/sun4u/kernel/drv/sparcv9/wacom 0755 root bin 32984 12541 1030866071 1 i copyright 365 32805 1030866230 1 i depend 126 11408 1022984479 1 i pkginfo 344 29666 1030866738 1 i postinstall 1992 33525 1023986749 1 i preremove 428 34461 1022988790 1 i request 478 40148 1022989983 070701000369af000041ed0000000000000001000000023d71c73200000000000000880000000600000000000000000000000800000005install070701000369b0000081a40000000000000001000000013d71c5360000016d000000880000000600000000000000000000001200000005install/copyrightYou are NOT free to redistribute this package, or any part of it, without explicit consent from the author, PHilip Brown. You are free to personally use it without charge, provided the author is held free of any and all liability or damages due to your using the package. Philip Brown, June 2002 phil@bolthole.com http://www.bolthole.com/solaris/drivers/ 070701000369b1000081a40000000000000001000000013cf9811f0000007e000000880000000600000000000000000000000f00000005install/depend# You MUST install this together with Xsun. It will not work with pure xfree86 P SUNWxwplt X Window System platform software 070701000369b2000081a40000000000000001000000013d08cc3d000007c8000000880000000600000000000000000000001400000005install/postinstall#!/bin/sh # This script needs to run after the driver file has been copied, # hence the 'post'install PATH=/usr/sbin:/usr/bin:/sbin USB_IDENT=usb56a,11.203 makeminor() { grep wacom /etc/devlink.tab >/dev/null if [ $? -eq 0 ] ; then echo wacom entry already in /etc/devlink.tab return 0 fi echo 'type=ddi_serial;minor=wacom usb/\M0\N0' >>/etc/devlink.tab echo entry added to /etc/devlink.tab } echo Adding the wacom graphire2 driver now. # If it is already plugged in, the system USB mouse drivers will have bound # to it. thats no good for us! echo "" makeminor #First, add the usb driver into the system add_drv -i "\"$USB_IDENT\"" -m '* 0444 root sys' wacom if [ $? -ne 0 ] ; then echo ERROR: driver add failed exit 1; fi echo "" echo "Driver attach complete" echo Dont worry about any "'did not attach'" message # Apparently, we cannot do interactive stuff in a postinstall script #echo "You may now insert the tablet hardware." #if [ ! -c /dev/usb/wacom0 ] ; then # echo WARNING: /dev/usb/wacom0 not detected # prtconf -v | grep "$USB_IDENT" # if [ $? -eq 0 ] ; then # echo you may need to reboot # else # echo you have not inserted the appropriate hardware # fi # echo Continuing... #fi OWFILE=/usr/openwin/server/etc/OWconfig if [ ! -f "$OWFILE.pre-wacom" ] ; then cp $OWFILE $OWFILE.pre-wacom fi echo Now adding entry to $OWFILE if grep ddxBOLTwacom.so $OWFILE>/dev/null ; then echo Entry already present exit 0 fi cat >>$OWFILE <$OWFILE.new if [ -s $OWFILE.new ] ; then mv $OWFILE.new $OWFILE fi 070701000369b4000081a40000000000000001000000013cf9969f000001de000000880000000600000000000000000000001000000005install/request#!/bin/sh # Apparently, a 'request' script is the only place we can do interactive # stuff. So do this here, even though I'd rather do it in postinstall PATH=/usr/sbin:/usr/bin:/sbin USB_IDENT=usb56a,11.203 prtconf -v | grep "$USB_IDENT" if [ $? -eq 0 ] ; then echo WARNING: You already have the hardware plugged in. echo The system mouse drivers will have attached to it. echo Please unplug the tablet before proceeding. echo "press RETURN when ready: " read ans fi 0707010004cad2000041ed0000000000000001000000043d71c73200000000000000880000000600000000000000000000000500000005root0707010004cad3000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000000900000005root/etc0707010004cad6000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000001100000005root/etc/openwin0707010004cad9000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000001800000005root/etc/openwin/server0707010004cadb000041ed0000000000000001000000023d71c73200000000000000880000000600000000000000000000002000000005root/etc/openwin/server/modules0707010004cae1000081ed0000000000000002000000013d5f49e50000349c000000880000000600000000000000000000003000000005root/etc/openwin/server/modules/ddxBOLTwacom.soELF41,4 (//00(((++  !"$&(* #%')+/ 2>FK_fmsy X0 &3BH[dv@( )POWconfigFreeAttributeDeviceButtonRelease_etextmieqEnqueuesprintfatoiRemoveEnabledDeviceXallocstrlenioctlErrorgettimeofday_PROCEDURE_LINKAGE_TABLE__edataInitValuatorClassDeviceStructopen_GLOBAL_OFFSET_TABLE_ErrorFfcntlProximityInInitButtonClassDeviceStructAddEnabledDeviceProximityOutDeviceValuatorbzeroDeviceMotionNotifyMakeAtommiPointerPositionRegisterFdIoInitProximityClassDeviceStructddxBOLTwacomProcclose_DYNAMICDeviceButtonPress_endOWconfigGetAttributereadperrorXfreeInitValuatorAxisStructAssignTypeAndNamestaticcount/opt/sfw/libT048X< @ D0HLPTX\+`0dThdllptt|x| *"%  &(4@ LX)dp|($'   㿀'L'H'D@! '#CbxD ' ('` L$ M'``@C'耤@ L$ L$ < < H$ @C'H @%, , ``$`$,`,` $ 'H @`'㿘'L'H'D@` 'C Ȯ@L* G  `\ H* `` H* 㿘'L'H'D@` 'C 0@'G K  ' L*    ' L *    ' L*   `l L* `X L* 'H'D@! 'p#Bc$D 'H '|'x't / `,  `' `,  `' `,  ` ' / /  `   @  /@BH`< #.' `, , $, $x$ x4 x4 ߢ x,   / @  x` @ x8@ , `h x, x,   怤 *, `d t, t, t4 t,   t,  t, t$ t$ t$ @B=x@B;t㿘'T'P'L'H'D@` 'A#@㿐'H'D@! '#Ac?'D ' `@B3H@B'``@A` @A $   @A `$@A`(@A  p'L'H'D@! '#Ab@D' '`, , ,  ,  ,  '#'! #'!!'ܠ!'L@A@A'@ALH`D`` `@A  `0@A$ @A` @A@A ܔ@A ؔ@A@A`'H'D@! '#A`l '`4'`8`<`@@A`' @A\'  '@AVD@ `D@A) צ`' ͦD$ @A? '@  @A7@D P'D3$  $ ,  Ԣ ,  Ԣ , '  `H@@ $ `L@@@A D  `p `p$ `P@@`   ` ,`  ` ,`DДQ D$ ` E`T@@`@@  c @@ 5` `c @@@@ D%$ D  `@@`@@ D@@ D$ H  , ! DĠ?TBOLTwacomBOLTwacomwacomdev%d(00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t055 B orPD ooBOLTwacom:opendev: NULL privdata?BOLTwacom:opendev: could not open device Can't set up tablet on fd %d BOLTwacom Failed on RegisterFdIo /dev/usb/wacom0XINPUTwacomnumdevsddxBOLTwacomProc: passed NULL DevicePtr BOLTwacom: cannot open device %s opendev returned unexpected val wacom Primary calling AddEnabledDevice for DEVICE_ON: fd=%d @(#) ddxBOLTwacom.c 1.17@(#)D + 0  (  PX T(</X(6 E X] r 0L$  ,    <+ 0$ T d l t |, $ $  = 3G/ NZbg{ X0  1BO^dw@(  3EPddxBOLTwacom.soddxBOLTwacom.cversion.L1353.L1354wacomGetEventscalculateProximityEventcalculateButtonEventwacomEnqueuewacomMotionProc.L1425.L1428.L1429.L1432.L1433opendev.L1439.L1445initdev.L1454.L1455.L1456.L1457.L1464.L1482.L1484.L1486.L1496_START__END_OWconfigFreeAttributeDeviceButtonRelease_etextmieqEnqueuesprintfatoiRemoveEnabledDeviceXallocstrlenioctlErrorgettimeofday_PROCEDURE_LINKAGE_TABLE__edataInitValuatorClassDeviceStructopen_GLOBAL_OFFSET_TABLE_ErrorFfcntlProximityInInitButtonClassDeviceStructAddEnabledDeviceProximityOutDeviceValuatorbzeroDeviceMotionNotifyMakeAtommiPointerPositionRegisterFdIoInitProximityClassDeviceStructddxBOLTwacomProcclose_DYNAMICDeviceButtonPress_endOWconfigGetAttributereadperrorXfreeInitValuatorAxisStructAssignTypeAndNamestaticcount <L4@(#)misc.h 1.6 11/11/96 10:30:08 SunSoft@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)types.h 1.67 01/07/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.66 01/01/17 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)sun.h 1.16 11/12/96 17:35:46 SunSoft@(#)Xos.h 1.11 02/01/29 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.2 99/12/21 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)param.h 1.76 00/02/14 SMI@(#)file.h 1.60 99/08/31 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.21 00/04/27 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.13 01/03/15 SMI@(#)filio.h 1.25 00/08/17 SMI@(#)ioccom.h 1.14 97/10/22 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)signal.h 1.38 99/08/10 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal.h 1.54 99/07/26 SMI@(#)poll.h 1.7 92/07/14 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)memory.h 1.13 00/07/10 SMI@(#)fbio.h 5.34 98/01/06 SMI@(#)kbd.h 1.38 99/08/19 SMI@(#)kbio.h 1.37 99/08/19 SMI@(#)msio.h 1.12 94/10/19 SMI@(#)vuid_event.h 1.25 98/01/06 SMI@(#)types32.h 1.4 98/02/13 SMI@(#)stropts.h 1.9 96/04/26 SMI@(#)stropts.h 1.48 99/08/31 SMI@(#)conf.h 1.59 99/05/26 SMI@(#)suninput.h 1.8 94/11/18 SMI@(#)sun.h 1.16 11/12/96 17:35:46 SunSoft@(#)Xlib.h 1.10 00/10/12 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)Sunowconfig.h 1.18 95/08/24 SMIacomp: Sun WorkShop 6 update 1 C 5.2 2000/09/11.hash.dynsym.dynstr.rela.data.rela.got.rela.plt.text.rodata1.rodata.got.plt.dynamic.data1.data.bss.symtab.strtab.stab.index.comment.shstrtab.stab.indexstrddxBOLTwacom.cXa ; P ; V=3.1 ; R=Sun WorkShop 6 update 1 C 5.2 2000/09/11/export/home/phil/wacom-stream/Xinput; /opt/SUNWspro/bin/../WS6U1/bin/cc -KPIC -I/opt/SUNWddk/xserver/server/ddx/solaris -I/opt/SUNWddk/xserver/server/ddx/mi -I/opt/SUNWddk/xserver/server/include -I/opt/SUNWddk/xserver/X11 -I/opt/SUNWddk/xserver/X11/extensions -I/usr/openwin/include -I/usr/openwin/include/X11 -I/usr/openwin/include/X11/extensions -DSVR4 -DSYSV -D__EXTENSIONS__ -DSUNSOFT -DXINPUT -DXLIBSVR -DDDXOSINIT -c ddxBOLTwacom.c -W0,-xp` "BB  "BP  ,BDDP  6 p<#E++M00tR W((`gPPmXXdrX4z "8Q%$ % .p/  0707010004cae2000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000000e00000005root/platform0707010004cae3000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000001400000005root/platform/sun4u0707010004cae7000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000001b00000005root/platform/sun4u/kernel0707010004caeb000041ed0000000000000001000000033d71c73200000000000000880000000600000000000000000000001f00000005root/platform/sun4u/kernel/drv07070100018c95000041ed0000000000000001000000023d71c73200000000000000880000000600000000000000000000002700000005root/platform/sun4u/kernel/drv/sparcv907070100018c96000081ed0000000000000002000000013d71c497000080d8000000880000000600000000000000000000002d00000005root/platform/sun4u/kernel/drv/sparcv9/wacomELF+|@@ 0wwwwww! ,0 D HHw_`(p `@w`w__@@H@! `,0 @#``,p @%`,  @@#``,p @  @@'G HGH6'! `,0 @ H'! `,0 @! `,0 @ ! `,0 @@?H'! `,0 @H'HG@w! `,0 @#``,p @_@@H'HG@! `,0 @! `,0 @ H'! `,0 @! `,0 @GH'HG www_w! ,0 D H ! `,0 @_瀤h ! `,0 @H$'_\ Xh ! `,0 @?H'! `,0 @_\ X_@@H'HG@w''! `,0 @HH ww'w'#``,p @@@H'HGװw'wwߠ?'_@'! `,0 @H#! ,0 \ Gǐ@@w_πh_t H_\ \ _t`'HG_t`'H G O OGH'HG۰@w_h ! `,0 @@H&_\ @'_\ hh_\ h"@@_ @_ @! ,0 \ G@@Hw_\  @@ H  ! `,0 @@! `,0 @#``,p @_ :_@@@ @w_߀h ! `,0 @@ @@Hs _\ ,` _\ ,`_ߢ \` t`'`, _\ (\`\`@_@ H ! `,0 @@ @@H?_ ! #_D 4 _߲ @@ss< @s H! `,0 @#``,p @@@H ! `,0 @ @@Hw'?_ ! `,0 @@! ,0 $ ! `,0 @H+ ! `,0 @@?H' ! `,0 @@?H'H  ! `,0 @@?H'G O, < #``,p @D@_@'#``,p @G@@! ,0 \ G@@ H %`, G@@?H^'! ,0 \ G@@w_߀h %`, G@@! ,0 \ G@@?H6'?_ ) `-0  @@_$ _ߢ D` $`#``,p @_D @@__t`_$ D_ߢ  @@_ߢ  @@"@_t h_א@@w___ߤ  @@ h ! `,0 @@_?H'#``,p @_ %@@_@_$ 4#``,p @_D 4@@_D 4?H ! `,0 @_$ 4___D`44 `8 @@ h ! `,0 @@_?H'#``,p @_ <@@___D`44 `* @@s h ! `,0 @@_{?H^'#``,p @_ -@@'`, _ `= `>@__ߠ P@@ H  ! `,0 @@#``,p @_\ P@@#``,p @_ .@@_#``,p @%G, 4 `@@_@H'HGL0ww! `,0 @H'HG0ww#``,p @_@@__@@H'HG0w! `,0 @_@w瀢h_@H __@@H__@@_@w瀢oH'HGww''w_\ @2 'G뀤 H H'#``,p @Gא@@! ,0 \ Gא@@w_h H'_@w_ 8@@_,  _$`__t`0! `,0 _t`! `,0 _t`_ ._$`#``,p @_ @@_ @_D D H! `,0 @_ @ Hb'۠ _$`D_ @_\``*_ `H@@ H ! `,0 @@_$ D H='__t`X_\ H ! `,0 @@ H ! `,0 @@_$ D H'! `,0 @_w_@r (__t`(_@H'HG۰ w'w_h Hg'_\ (h H_'_@_\ (w! `,0 @_נ @_D D H ! `,0 @@_נ @ H7' _$`D_נ @_\ H @@_ע H @@ H ! `,0 @ H'_t H_$ Dw_@r (__t`(H'HG0w'_@'#``,p @G@@! ,0 \ G@@w_߀h ! `,0 @@?H'__! `,0 @@H'HGwacom: _init called wacom: _init: mod_install FAILED: mblk==NULL ERROR in callback: softstate->rq==NULL? ERROR: wacom_cleanup called with NULLset_dev: usb_pipe_open failedset_dev: allocb failed!ERROR: set_dev does not have endpoint 0wacom: Ignoring attach_RESUME wacom: Ignoring attach_PM_RESUME wacom: unknown attach command wacom: %d: Failed to alloc soft statewacom: attach for instance %d: Failed to get soft stateusb_parse_configuration_desc failed usb_parse_interface_desc failedusb_parse_endpoint_descr failed wacom: bulk_transfer_size detect failedWPUT called?? DEBUG: periodic_max_transfer_size=%d usb_pipe_open failedstart_polling FAILEDERROR: wacom_close: pipe not openwacom_detach failed: cannot get softstate?wacom_debugprint_init_info_finiwacom_pipe_callbackwacom_test_callbackwacom_exception_callbackwacom_getinfowacom_cleanupset_devstatewacom_attachwacom_wputwacom_rputwacom_rsrvwacom_openwacom_closewacom_detachwacom: Global Mutexwacom: _init returning SUCCESS wacom: _info called wacom: _fini called wacom_pipe_callback called ^wacom_pipe_callback - calling wacom_rput wacom_TEST_callback called wacom_EXCEPTION_callback called: reason %d wacom: getinfo called set_dev: secondary pipe_open suceeded! Closing now. Note: interfacenum = %d,endpoint=%d set_dev: MBLK data ptr==%p, db_lib=%p set_dev: SET_CONFIGURATION FAILED! failreason=%d set_dev: SET_CONFIGURATION=2 succeeded! debug-level wacom_attach called wacom: attach for instance %d jitter-bitsWACOM: jitter_bits=%x USB config num is %d USB interface num is %d (resetting interface num to 0) number of endpoints = %d endpoint %d: type %dINTERFACE Class=%x, subclass=%x bulk_maxtransfer sizeval=%u maxtransfer sizeval=%uwacomddi_serial^rput called. Placing %p on our queue ^rsrv called wacom: open for instance %d wacom: device already opened wacom_open called start_polling successfully wacom: close called ERROR: usb_pipe_close failed?wacom: detach for instance %d wacomwacomBOLTwacom STREAM driver       @)8`hCNpYHeLp~ 80, H`(% JY0wr 7  *COZip+1 Xo}PpP$8;IU z @0@,BHOoxPK  4 [q d)#Whnv sun4u/wacomwacom.cBbss.bssDdata.dataDrodata.rodatawacom_rputwacom_rsrvwacom_openwacom_closewacom_wputwacom_getinfowacom_attachwacom_detachwacom_pipe_callbackwacom_test_callbackwacom_exception_callbackwacom_cleanupusb_parse_configuration_descrgetminorbzerowacom_debugprint$XBQFQAKOScc9wdC.wacom_wput.__func__usb_pipe_close$XAQFQAKOScc9wdC.wacom_cb_ops$XBQFQAKOScc9wdC.wacom_cleanup.__func__$XAQFQAKOScc9wdC.stream_rwinfoqprocsoff$XBQFQAKOScc9wdC.wacom_test_callback.__func__ddi_remove_minor_nodeddi_prop_get_intset_devstateusb_parse_endpoint_descrmutex_entercv_destroyddi_report_devusb_pipe_sync_device_ctrl_sendnulldevmutex_destroymutex_exitddi_soft_state_free$XAQFQAKOScc9wdC.debug_levelddi_soft_state_zalloc_infokmem_zallocmod_installputqusb_get_raw_config_data_init$XBQFQAKOScc9wdC.wacom_detach.__func__usb_pipe_start_pollingusb_pipe_opennodev$XAQFQAKOScc9wdC.wacom_opsqprocson$XAQFQAKOScc9wdC.wacom_global_mutexddi_get_soft_statenochpollcv_initwacom_glob_soft_handle$XAQFQAKOScc9wdC.stream_rinitddi_soft_state_finiWRmod_driveropsddi_prop_op$XBQFQAKOScc9wdC.wacom_rput.__func__kmem_free$XBQFQAKOScc9wdC.wacom_close.__func__$XBQFQAKOScc9wdC._init.__func__putnextprintf$XAQFQAKOScc9wdC.stream_minfo$XAQFQAKOScc9wdC.modlinkageusb_get_interface_numberddi_create_minor_nodeputbqallocb$XBQFQAKOScc9wdC._info.__func__mod_info$XAQFQAKOScc9wdC.stream_winitgetqusb_parse_interface_descrddi_get_instance$XBQFQAKOScc9wdC.wacom_exception_callback.__func__ddi_soft_state_init$XBQFQAKOScc9wdC.set_devstate.__func__$XBQFQAKOScc9wdC.wacom_attach.__func__usb_pipe_stop_polling$XBQFQAKOScc9wdC.wacom_open.__func__$XBQFQAKOScc9wdC.wacom_debugprint.__func__mod_remove$XAQFQAKOScc9wdC.modldrvusb_pipe_bulk_transfer_size$XBQFQAKOScc9wdC.wacom_getinfo.__func__$XBQFQAKOScc9wdC.wacom_pipe_callback.__func__usb_endpoint_num_finicmn_err$XBQFQAKOScc9wdC.wacom_rsrv.__func__canputnextvprintf$XBQFQAKOScc9wdC._fini.__func__mutex_init'J d)d8<83<=qĎ4 3 Q o     $ 8$> ^$d $    9 a $    . S x     @(#)varargs.h 1.40 99/03/11 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)usba.h 1.7 00/06/03 SMI@(#)note.h 1.2 95/03/21 SMI@(#)types.h 1.67 01/07/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)types32.h 1.4 98/02/13 SMI@(#)select.h 1.16 98/04/27 SMI@(#)param.h 1.76 00/02/14 SMI@(#)systm.h 1.112 00/08/24 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.21 00/04/27 SMI@(#)mutex.h 1.20 98/02/01 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)thread.h 1.107 01/07/07 SMI@(#)klwp.h 1.36 99/07/28 SMI@(#)condvar.h 1.13 01/03/15 SMI@(#)time.h 2.66 01/01/17 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)signal.h 1.54 99/07/26 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)pcb.h 1.34 01/07/12 SMI@(#)regset.h 1.24 99/10/05 SMI@(#)msacct.h 1.7 93/07/13 SMI@(#)ucontext.h 1.26 99/05/04 SMI@(#)lwp.h 1.31 01/07/07 SMI@(#)synch.h 1.38 01/07/07 SMI@(#)proc.h 1.140 01/10/03 SMI@(#)cred.h 1.21 97/01/09 SMI@(#)user.h 1.59 99/08/31 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)model.h 1.20 97/09/22 SMI@(#)debug.h 1.22 97/05/15 SMI@(#)auxv.h 1.27 00/02/07 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)watchpoint.h 1.6 98/01/06 SMI@(#)seg_enum.h 1.3 95/12/22 SMI@(#)copyops.h 1.4 98/07/17 SMI@(#)buf.h 1.46 00/10/23 SMI@(#)kstat.h 1.15 99/07/26 SMI@(#)aio_req.h 1.2 94/11/11 SMI@(#)uio.h 1.29 97/06/29 SMI@(#)timer.h 1.18 01/01/17 SMI@(#)utrap.h 1.5 99/01/05 SMI@(#)refstr.h 1.1 99/03/31 SMI@(#)task.h 1.1 00/02/14 SMI@(#)id_space.h 1.1 00/02/14 SMI@(#)vmem.h 1.3 99/12/04 SMI@(#)exacct_impl.h 1.1 00/02/14 SMI@(#)kmem.h 1.29 99/04/14 SMI@(#)dditypes.h 1.27 00/08/22 SMI@(#)cmn_err.h 1.29 99/03/23 SMI@(#)devops.h 1.42 99/04/21 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)as.h 1.70 01/04/17 SMI@(#)seg.h 1.61 01/10/29 SMI@(#)vnode.h 1.85 99/07/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.88 02/04/02 SMI@(#)page.h 1.128 02/01/24 SMI@(#)ddidmareq.h 1.25 98/01/24 SMI@(#)ddimapreq.h 1.14 96/06/25 SMI@(#)mman.h 1.38 99/05/19 SMI@(#)ddipropdefs.h 1.15 99/04/05 SMI@(#)ddidevmap.h 1.15 01/10/15 SMI@(#)nexusdefs.h 1.14 99/04/08 SMI@(#)nexusintr.h 1.7 99/04/05 SMI@(#)ddi.h 1.32 98/01/06 SMI@(#)map.h 1.26 99/09/13 SMI@(#)stream.h 1.86 00/10/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)strft.h 1.2 00/10/23 SMI@(#)sunddi.h 1.119 01/09/20 SMI@(#)ddi_implfuncs.h 1.32 00/08/22 SMI@(#)ddi_isa.h 1.8 99/07/14 SMI@(#)devctl.h 1.15 00/12/11 SMI@(#)nvpair.h 1.2 01/10/15 SMI@(#)sunpm.h 1.7 00/06/08 SMI@(#)sysevent.h 1.2 00/10/10 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)modctl.h 1.66 01/04/20 SMI@(#)ioccom.h 1.14 97/10/22 SMI@(#)conf.h 1.59 99/05/26 SMI@(#)open.h 1.9 93/11/01 SMI@(#)usbai.h 1.12 01/04/23 SMI@(#)hid.h 1.6 99/11/05 SMI@(#)stropts.h 1.9 96/04/26 SMI@(#)stropts.h 1.48 99/08/31 SMIacomp: Sun WorkShop 6 update 1 C 5.2 2000/09/11.text.rodata1.rodata.data1.data.bss.symtab.strtab.stab.index.comment.shstrtab.dynamic.dynstr.rela.text.rela.data.stab.indexstr   omisc/usba/opt/sfw/lib"$# "$# D"@H$@L#@P @"P$P#P PD"H$L#P `"d$h#l " $ #  " $ #  " $ #   "( $( #(  ( 4"P 8$P <#P @ P "p $p #p $ p " $ #  4"8$<#@ `"d$h#l "$#  "@$@#@ @"h$h #h h"x$x#x  x"$# "$# "$# "$# "$ # $"($,#0 "8$8#8 8 "P$P#P P"h$h#h  h"$# 0"4$8#< "$# $"($,#0 " $ #   "X$X#X X " $ #   " $ #   " $ #   " $ #   P" T$ X# \  "( $( #(  ( "@ $@ #@  @ "`$`#` `L"pP$pT#pX pp"t$x#| "$# "$# "$# P"T$X#\ " $ #   "H$H#H  H,"h0$h4#h8 h\"`$d#h l"p$t#x "$#  "$# d"h$l#p "$# "@$@#@ @"X$X#X XL"xP$xT#xX x"$#  |" $ #  "$# "$# L" P$ T# X  -hg+FNNpB77 7H78 8H112$dUH[(s `p`>3Zl0HaY"?<J : x.(. p4 D' ' ''\o oHCC/Rxb b@blH pHTHH##Dj^q`q|q (q q q q Pq <q qPq|q0qqqqqqMpM666=\d,vvV\VVV8V4K"8K$<K#@K K"K$K#K XK"\K$`K#dK LK"PK$TK#`K K"K$K#K K" K$ K# K PK" TK$ XK# dK K" K$ K# K 4K"8K$<K#HK tK"xK$|K#K G"G$G#G G"G$G#G xG"|G$G#G t49"89$<9#H9 9"9$9#9 9" 9$ 9# 9 <%%$%,%%H%%<%%% % % % % % %p%%%%%x%%$%P%%%,%|%%%%l%X"X$X#X X"X$X#X ,X"0X$4X#8X H  p `x   H   8 0@D HD PD XD `D hD pD xD D D D D O k E P I 05 85 5 5 ( * _ L W W wacom.c/export/home/phil/wacom-stream/wacom.cXa ; g ; V=3.1 ; R=Sun WorkShop 6 update 1 C 5.2 2000/09/11 ; G=$XAQFQAKOScc9wdC./export/home/phil/wacom-stream; /opt/SUNWspro/bin/../WS6U1/bin/cc -xarch=v9 -D_KERNEL -g -c -o sun4u/wacom.o wacom.c -W0,-xp\$XAQFQAKOScc9wdC.$XAQFQAKOScc9wdC.stream_minfo$XAQFQAKOScc9wdC.stream_rinit$XAQFQAKOScc9wdC.stream_winit$XAQFQAKOScc9wdC.stream_rwinfo$XAQFQAKOScc9wdC.wacom_cb_ops$XAQFQAKOScc9wdC.wacom_ops$XAQFQAKOScc9wdC.modldrv$XAQFQAKOScc9wdC.modlinkagewacom_debugprint$XBQFQAKOScc9wdC.wacom_debugprint.__func___init$XBQFQAKOScc9wdC._init.__func___info$XBQFQAKOScc9wdC._info.__func___fini$XBQFQAKOScc9wdC._fini.__func__$XBQFQAKOScc9wdC.wacom_pipe_callback.__func__$XBQFQAKOScc9wdC.wacom_test_callback.__func__$XBQFQAKOScc9wdC.wacom_exception_callback.__func__$XBQFQAKOScc9wdC.wacom_getinfo.__func__$XBQFQAKOScc9wdC.wacom_cleanup.__func__set_devstate$XBQFQAKOScc9wdC.set_devstate.__func__$XBQFQAKOScc9wdC.wacom_attach.__func__$XBQFQAKOScc9wdC.wacom_wput.__func__$XBQFQAKOScc9wdC.wacom_rput.__func__$XBQFQAKOScc9wdC.wacom_rsrv.__func__$XBQFQAKOScc9wdC.wacom_open.__func__$XBQFQAKOScc9wdC.wacom_close.__func__$XBQFQAKOScc9wdC.wacom_detach.__func__wacom_glob_soft_handle$XAQFQAKOScc9wdC.wacom_global_mutex$XAQFQAKOScc9wdC.debug_level/export/home/phil/wacom-streamsun4u/wacom.o@8x#$@ %&`*&` ("2 1:9d F;D )O GmYH b Hj@H+8u@sxwHJ07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!