touchpad Klickfunktion abschalten

Dieses hier zeitigt keinerlei Veränderung, schaltet mir aber auch nicht das Touchpad aus:
Code:
cat /etc/X11/xorg.conf.d/synaptics.conf
Section "InputClass"
        Identifier "touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "Device" "/dev/wsmouse0"
        Option "ClickPad" "1"
        Option "PalmDetect" "1"
        Option "TapAndDragGesture" "0"
        Option "VertTwoFingerScroll" "1"
        Option "HorizTwoFingerScroll" "0"
        Option "VertScrollDelta" "-26"
        Option "HorizScrollDelta" "-26"
        Option "MinSpeed" "1"
        Option "MaxSpeed" "1"
        Option "AccelFactor" "0.0573888"
EndSection

Wie ich xinput gebändigt kriege, keine Ahnung.
Würde auf keinen fall eine /etc/X11/xorg.conf.d/synaptics.conf anpassen sondern es mit xinput probieren - das ist afaik der weg der wahl.

Schau einfach mal
 
Würde auf keinen fall eine /etc/X11/xorg.conf.d/synaptics.conf anpassen sondern es mit xinput probieren - das ist afaik der weg der wahl.

Schau einfach mal
Ok. Was ich bis jetzt herausgefunden habe, dass ich xinput Anweisungen in der .xsession geben kann. Die Beispiele, die ich im Web finde, drehen sich aber um den trackpoint bei thinkpads ... Z.B. hiermit komme ich nicht weiter:
Code:
xinput set-prop "my device" "my prop" 1 2 3
 
Ok. Was ich bis jetzt herausgefunden habe, dass ich xinput Anweisungen in der .xsession geben kann. Die Beispiele, die ich im Web finde, drehen sich aber um den trackpoint bei thinkpads ...
Du kannst die alle "live" auf der Kommandozeile als user ausführen!

Du brauchst keine .xsession.

Du kannst die, wenn du ein sauberes ergebeniss hast, dann in die .xsession schreiben damit die bei jedem start ausgeführt werden
 
Bei mir ist das so:

Code:
$ xinput
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                    id=4    [slave  pointer  (2)]
⎜   ↳ /dev/wsmouse0                                 id=7    [slave  pointer  (2)]
⎜   ↳ /dev/wsmouse                                  id=8    [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                     id=5    [slave  keyboard (3)]
    ↳ /dev/wskbd                                      id=6    [slave  keyboard (3)

Code:
$ xinput --list-props 7                                                                                             
Device '/dev/wsmouse0':
        Device Enabled (183):   1
        Coordinate Transformation Matrix (184): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (302):     1
        Device Accel Constant Deceleration (303):       1.000000
        Device Accel Adaptive Deceleration (304):       1.000000
        Device Accel Velocity Scaling (305):    12.500000
        Synaptics Edges (306):  122, 2938, 90, 1579
        Synaptics Finger (307): 1, 1, 0
        Synaptics Tap Time (308):       180
        Synaptics Tap Move (309):       153
        Synaptics Tap Durations (310):  180, 180, 100
        Synaptics ClickPad (311):       1
        Synaptics Middle Button Timeout (312):  0
        Synaptics Two-Finger Pressure (313):    282
        Synaptics Two-Finger Width (314):       7
        Synaptics Scrolling Distance (315):     -26, -26
        Synaptics Edge Scrolling (316): 0, 0, 0
        Synaptics Two-Finger Scrolling (317):   1, 0
        Synaptics Move Speed (318):     1.000000, 1.000000, 0.057389, 0.000000
        Synaptics Off (319):    0
        Synaptics Locked Drags (320):   0
        Synaptics Locked Drags Timeout (321):   5000
        Synaptics Tap Action (322):     0, 0, 0, 0, 0, 0, 0
        Synaptics Click Action (323):   1, 1, 1
        Synaptics Circular Scrolling (324):     0
        Synaptics Circular Scrolling Distance (325):    0.100000
        Synaptics Circular Scrolling Trigger (326):     0
        Synaptics Circular Pad (327):   0
        Synaptics Palm Detection (328): 1
        Synaptics Palm Dimensions (329):        10, 200
        Synaptics Coasting Speed (330): 20.000000, 50.000000
        Synaptics Pressure Motion (331):        30, 160
        Synaptics Pressure Motion Factor (332): 1.000000, 1.000000
        Synaptics Grab Event Device (333):      0
        Synaptics Gestures (334):       0
        Synaptics Capabilities (335):   1, 1, 1, 1, 1, 1, 1
        Synaptics Pad Resolution (336): 31, 31
        Synaptics Area (337):   0, 0, 0, 0
        Synaptics Soft Button Areas (338):      0, 0, 0, 0, 0, 0, 0, 0
        Synaptics Noise Cancellation (339):     17, 17
        Device Node (340):      "/dev/wsmouse0"

Ohne Synaptics stehen dort andere Optionen. Da musst Du mal schauen und hier pasten. Diese einzelnen Optionen/properties kann man dann mit xinput auf der Kommandozeile setzen und testen.
 
Das sind die Einstellungen laut input fürs Touchpad:
Code:
dellbsd$ xinput --list-props /dev/wsmouse0
Device '/dev/wsmouse0':
    Device Enabled (183):    1
    Coordinate Transformation Matrix (184):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (302):    0
    Device Accel Constant Deceleration (303):    1.000000
    Device Accel Adaptive Deceleration (304):    1.000000
    Device Accel Velocity Scaling (305):    10.000000
    WS Pointer Middle Button Emulation (306):    2
    WS Pointer Middle Button Timeout (307):    50
    WS Pointer Wheel Emulation (308):    0
    WS Pointer Wheel Emulation Axes (309):    0, 0, 4, 5
    WS Pointer Wheel Emulation Inertia (310):    10
    WS Pointer Wheel Emulation Timeout (311):    200
    WS Pointer Wheel Emulation Button (312):    4
Ich lese da nur nix übers tapping.
 
Code:
xinput --list-props 4 7 8
Device 'Virtual core XTEST pointer':
    Device Enabled (183):    1
    Coordinate Transformation Matrix (184):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    XTEST Device (296):    1
Device '/dev/wsmouse0':
    Device Enabled (183):    1
    Coordinate Transformation Matrix (184):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (302):    0
    Device Accel Constant Deceleration (303):    1.000000
    Device Accel Adaptive Deceleration (304):    1.000000
    Device Accel Velocity Scaling (305):    10.000000
    WS Pointer Middle Button Emulation (306):    2
    WS Pointer Middle Button Timeout (307):    50
    WS Pointer Wheel Emulation (308):    0
    WS Pointer Wheel Emulation Axes (309):    0, 0, 4, 5
    WS Pointer Wheel Emulation Inertia (310):    10
    WS Pointer Wheel Emulation Timeout (311):    200
    WS Pointer Wheel Emulation Button (312):    4
Device '/dev/wsmouse':
    Device Enabled (183):    1
    Coordinate Transformation Matrix (184):    1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (302):    0
    Device Accel Constant Deceleration (303):    1.000000
    Device Accel Adaptive Deceleration (304):    1.000000
    Device Accel Velocity Scaling (305):    10.000000
    WS Pointer Middle Button Emulation (306):    2
    WS Pointer Middle Button Timeout (307):    50
    WS Pointer Wheel Emulation (308):    0
    WS Pointer Wheel Emulation Axes (309):    0, 0, 4, 5
    WS Pointer Wheel Emulation Inertia (310):    10
    WS Pointer Wheel Emulation Timeout (311):    200
    WS Pointer Wheel Emulation Button (312):    4
 
Da waren sie wieder, die drei Probleme.

Dein Touchpad kann weder ueber wscons, noch ueber synaptics, noch ueber xinput konfiguriert werden. Da gibt es keine properties. Schau mal im BIOS, ob es da eine Option gibt, die das Touchpad betreffen. Ansonsten bin ich so langsam auch mit meinem Latein am Ende.
 
Da waren sie wieder, die drei Probleme.

Dein Touchpad kann weder ueber wscons, noch ueber synaptics, noch ueber xinput konfiguriert werden. Da gibt es keine properties. Schau mal im BIOS, ob es da eine Option gibt, die das Touchpad betreffen. Ansonsten bin ich so langsam auch mit meinem Latein am Ende.
Die Welt ist schlecht. Bei fedora war das ein läppischer Mouseclick in einem Menü :D. Wenn du mit deinem Latein am Ende bist, ich habe keins. Dann tauche ich noch mal ins BIOS.
 
@dettus bastelt scheinbar auch gerade am Kernel bezueglich seines nicht komplett unterstuetzten Touchpads rum: https://www.bsdforen.de/threads/touchpads-unter-openbsd-7-7-sammlung-i2c-daten.37355/ Evtl. koennt ihr euch ja zusammenschliessen und dein Touchpad auch gleich mit hinbiegen. :-)
Ich habe @dettus Post gelesen, schaue da aber wie ein Schwein ins Uhrwerk. Mal im Ernst: ich verstelle irgendwas an meinem System, kann es selbst nicht mehr reproduzieren, provoziere dann hier dreiseitige Problemlösungsthreads, und soll mich dann an Kernel Hacks beteiligen? Heiße ich etwa Solene? ;)
 
Ich habe @dettus Post gelesen, schaue da aber wie ein Schwein ins Uhrwerk. Mal im Ernst: ich verstelle irgendwas an meinem System, kann es selbst nicht mehr reproduzieren, provoziere dann hier dreiseitige Problemlösungsthreads, und soll mich dann an Kernel Hacks beteiligen? Heiße ich etwa Solene? ;)
Nur zum Verstaendnis... Ich wurschtel gerade beim imt(4) rum, dein Problem scheint im ims(4) zu liegen. (imt=Multitouch, ims=Singletouch)


Schliesse ich zumindest aus den drei Zeilen von deinem dmesg:
Code:
ihidev0 at iic1 addr 0x2c irq 51, vendor 0x44e product 0x120b, DLL079f
ihidev0: 7 report ids
ims0 at ihidev0 reportid 1: 3 buttons, Z and W dir

OHNE DAS JETZT GETESTET ZU HABEN: Wenn du diese printfs in die Datei /usr/src/sys/dev/hid/hidms.c reinpopelst

Code:
int    
hidms_setup(struct device *self, struct hidms *ms, uint32_t quirks,
    int id, void *desc, int dlen)
{      
        struct hid_item h;
        struct hid_data *d;
        uint32_t flags;
        int i, wheel, twheel;
       
        ms->sc_device = self;
        ms->sc_rawmode = 1;
       
        ms->sc_flags = quirks;


        printf("\n");
        printf("bsdforen> %d bytes> ",dlen);
        for (i=0;i<dlen;i++) printf("%02X ",((unsigned char*)desc)[i]);
        printf("\n");
      
            
        /* We are setting up a Wacom tablet, not a regular mouse */
        if (quirks & HIDMS_WACOM_SETUP)
                return hidms_wacom_setup(self, ms, desc, dlen);

...

Dann sollte er beim Booten einen Bytestrom ins dmesg schreiben, was man auswerten kann.... Dem geneigten Leser seien hierzu diese Specs zu empfehlen:

 
Oder halt /usr/src/sys/dev/hid/hidms.c per patch modifizieren:
patch /usr/src/sys/dev/hid/hidms.c < changes.patch

wobei man changes.patch mit
Diff:
259a260,264
>       printf("\n");
>       printf("bsdforen> %d bytes> ",dlen);
>       for (i=0;i<dlen;i++) printf("%02X ",((unsigned char*)desc)[i]);
>       printf("\n");
>
befüllt.
 
Nur zum Verstaendnis... Ich wurschtel gerade beim imt(4) rum, dein Problem scheint im ims(4) zu liegen. (imt=Multitouch, ims=Singletouch)


Schliesse ich zumindest aus den drei Zeilen von deinem dmesg:
Code:
ihidev0 at iic1 addr 0x2c irq 51, vendor 0x44e product 0x120b, DLL079f
ihidev0: 7 report ids
ims0 at ihidev0 reportid 1: 3 buttons, Z and W dir

OHNE DAS JETZT GETESTET ZU HABEN: Wenn du diese printfs in die Datei /usr/src/sys/dev/hid/hidms.c reinpopelst

Code:
int   
hidms_setup(struct device *self, struct hidms *ms, uint32_t quirks,
    int id, void *desc, int dlen)
{     
        struct hid_item h;
        struct hid_data *d;
        uint32_t flags;
        int i, wheel, twheel;
      
        ms->sc_device = self;
        ms->sc_rawmode = 1;
      
        ms->sc_flags = quirks;


        printf("\n");
        printf("bsdforen> %d bytes> ",dlen);
        for (i=0;i<dlen;i++) printf("%02X ",((unsigned char*)desc)[i]);
        printf("\n");
     
           
        /* We are setting up a Wacom tablet, not a regular mouse */
        if (quirks & HIDMS_WACOM_SETUP)
                return hidms_wacom_setup(self, ms, desc, dlen);

...

Dann sollte er beim Booten einen Bytestrom ins dmesg schreiben, was man auswerten kann.... Dem geneigten Leser seien hierzu diese Specs zu empfehlen:

Ich schau mal die Woche, ob ich das hinkriege und poste dann mal die dmesg.
 
@dettus Hier scheint bei mir ein Schritt vorher zu fehlen, weil mein /usr/src komplett leer ist. Ist das hier die Vorgehensweise?
https://www.openbsd.org/faq/faq5.html#Bld
Ich antworte mal anstelle @dettus :) Ja genau, Du musst erst den Source Code installieren. Entweder via cvs wie bei o.a. Link beschrieben, oder Du kannst auch das tar archive src.tar.gz (userland sources) und sys.tar.gz (kernel sources) herunterladen und in /usr/src entpacken, siehe https://www.openbsd.org/anoncvs.html Kapitel Pre-Loading the Source Tree.
 
Also habe den code eingefügt undhier ist die dmesg:
Code:
dmesg
OpenBSD 7.7 (GENERIC.MP) #0: Sun May  4 11:23:50 MDT 2025
    root@syspatch-77-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8191778816 (7812MB)
avail mem = 7917002752 (7550MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xeb6e0 (106 entries)
bios0: vendor Dell Inc. version "1.41.3" date 02/09/2025
bios0: Dell Inc. Latitude 7280
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT SSDT HPET SSDT UEFI SSDT LPIT SSDT SSDT SSDT SSDT DBGP DBG2 SSDT MSDM SLIC TCPA BGRT DMAR ASF!
acpi0: wakeup devices RP09(S4) PXSX(S4) RP10(S4) PXSX(S4) RP11(S4) PXSX(S4) RP12(S4) PXSX(S4) RP13(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2294.66 MHz, 06-4e-03, patch 000000f0
cpu0: cpuid 1 edx=bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> ecx=77fafbff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=27f7<SENSOR,ARAT> ecx=9<EFFFREQ>
cpu0: cpuid 7.0 ebx=29c6fbf<FSGSBASE,TSC_ADJUST,SGX,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT> edx=bc002e00<SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD>
cpu0: cpuid a vers=4, gp=8, gpwidth=48, ff=3, ffwidth=48
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2c100800<NXE,PAGE1GB,RDTSCP,LONG> ecx=121<LAHF,ABM,3DNOWP>
cpu0: cpuid 80000007 edx=100<ITSC>
cpu0: msr 10a=c04<RSBA,MISC_PKG_CT,ENERGY_FILT>
cpu0: MELTDOWN
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 4-way L2 cache, 3MB 64b/line 12-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2294.66 MHz, 06-4e-03, patch 000000f0
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-127
acpihpet0 at acpi0: 23999999 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (RP09)
acpiprt5 at acpi0: bus -1 (RP10)
acpiprt6 at acpi0: bus -1 (RP11)
acpiprt7 at acpi0: bus -1 (RP12)
acpiprt8 at acpi0: bus -1 (RP13)
acpiprt9 at acpi0: bus 1 (RP01)
acpiprt10 at acpi0: bus -1 (RP02)
acpiprt11 at acpi0: bus 2 (RP03)
acpiprt12 at acpi0: bus -1 (RP04)
acpiprt13 at acpi0: bus -1 (RP05)
acpiprt14 at acpi0: bus -1 (RP06)
acpiprt15 at acpi0: bus -1 (RP07)
acpiprt16 at acpi0: bus -1 (RP08)
acpiprt17 at acpi0: bus -1 (RP17)
acpiprt18 at acpi0: bus -1 (RP18)
acpiprt19 at acpi0: bus -1 (RP19)
acpiprt20 at acpi0: bus -1 (RP20)
acpiprt21 at acpi0: bus -1 (RP21)
acpiprt22 at acpi0: bus -1 (RP22)
acpiprt23 at acpi0: bus -1 (RP23)
acpiprt24 at acpi0: bus -1 (RP24)
acpiprt25 at acpi0: bus -1 (RP14)
acpiprt26 at acpi0: bus -1 (RP15)
acpiprt27 at acpi0: bus -1 (RP16)
acpiec0 at acpi0
acpiec at acpi0 not configured
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"INT3403" at acpi0 not configured
"INT3403" at acpi0 not configured
"DLLK079F" at acpi0 not configured
"DLL079f" at acpi0 not configured
"INT3446" at acpi0 not configured
"INT3403" at acpi0 not configured
"PNP0C14" at acpi0 not configured
intelpmc0 at acpi0: PEPD
state 0: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x7f:64:0:0x00:0x0000000000000632
frequency: 0
state 1: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x00:32:0:0x03:0x00000000fe00013c
frequency: 10000
tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, WEC WPCT200 rev 0x4
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: LID0(wakeup)
acpibtn1 at acpi0: PBTN(wakeup)
acpibtn2 at acpi0: SBTN
acpiac0 at acpi0: AC unit offline
acpibat0 at acpi0: BAT0 model "DELL KG7VF1A" serial 1541 type LiP oem "BYD"
acpihid0 at acpi0: HIDD, 5 button array
"INT3400" at acpi0 not configured
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: WRST
acpipwrres2 at acpi0: WRST
acpipwrres3 at acpi0: WRST
acpipwrres4 at acpi0: WRST
acpipwrres5 at acpi0: WRST
acpipwrres6 at acpi0: WRST
acpipwrres7 at acpi0: WRST
acpipwrres8 at acpi0: WRST
acpipwrres9 at acpi0: WRST
acpipwrres10 at acpi0: WRST
acpipwrres11 at acpi0: WRST
acpipwrres12 at acpi0: WRST
acpipwrres13 at acpi0: WRST
acpipwrres14 at acpi0: WRST
acpipwrres15 at acpi0: WRST
acpipwrres16 at acpi0: WRST
acpipwrres17 at acpi0: WRST
acpipwrres18 at acpi0: WRST
acpipwrres19 at acpi0: WRST
acpitz0 at acpi0
acpitz0: critical temperature is 107 degC
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: LCD_
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 2294 MHz: speeds: 2401, 2400, 2300, 2200, 2000, 1900, 1700, 1600, 1400, 1300, 1100, 1000, 800, 700, 500, 400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 6G Host" rev 0x08
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 520" rev 0x07
drm0 at inteldrm0
inteldrm0: msi, SKYLAKE, gen 9
"Intel Core 6G Thermal" rev 0x08 at pci0 dev 4 function 0 not configured
xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x21: msi, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
pchtemp0 at pci0 dev 20 function 2 "Intel 100 Series Thermal" rev 0x21
dwiic0 at pci0 dev 21 function 0 "Intel 100 Series I2C" rev 0x21: apic 2 int 16
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 100 Series I2C" rev 0x21: apic 2 int 17
iic1 at dwiic1
ihidev0 at iic1 addr 0x2c irq 51, vendor 0x44e product 0x120b, DLL079f
ihidev0: 7 report ids
ims0 at ihidev0 reportid 1: 3 buttons, Z and W dir
wsmouse0 at ims0 mux 0
ikbd0 at ihidev0 reportid 2: 8 variable keys, 6 key codes
wskbd0 at ikbd0 mux 1
hid at ihidev0 reportid 3 not configured
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 5 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 7 not configured
dwiic2 at pci0 dev 21 function 2 "Intel 100 Series I2C" rev 0x21: apic 2 int 18
iic2 at dwiic2
"Intel 100 Series MEI" rev 0x21 at pci0 dev 22 function 0 not configured
puc0 at pci0 dev 22 function 3 "Intel 100 Series KT" rev 0x21: ports: 16 com
com4 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo
ahci0 at pci0 dev 23 function 0 "Intel 100 Series AHCI" rev 0x21: msi, AHCI 1.3.1
ahci0: port 2: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 2 lun 0: <ATA, INTEL SSDSCKJF24, LT2i> naa.55cd2e414c80c282
sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
ppb0 at pci0 dev 28 function 0 "Intel 100 Series PCIE" rev 0xf1: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS525A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 28 function 2 "Intel 100 Series PCIE" rev 0xf1: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless-AC 8265" rev 0x78, msi
pcib0 at pci0 dev 31 function 0 "Intel 100 Series LPC" rev 0x21
"Intel 100 Series PMC" rev 0x21 at pci0 dev 31 function 2 not configured
azalia0 at pci0 dev 31 function 3 "Intel 100 Series HD Audio" rev 0x21: msi
azalia0: codecs: Realtek ALC256, Intel/0x2809, using Realtek ALC256
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x21: apic 2 int 16
iic3 at ichiic0
spdmem0 at iic3 addr 0x50: 8GB DDR4 SDRAM PC4-19200 SO-DIMM
em0 at pci0 dev 31 function 6 "Intel I219-LM" rev 0x21: msi, address a4:4c:c8:27:df:cf
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd1 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse1 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
uhidev0 at uhub0 port 2 configuration 1 interface 0 "Logitech USB Optical Mouse" rev 2.00/72.00 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse2 at ums0 mux 0
uvideo0 at uhub0 port 5 configuration 1 interface 0 "CNFGH19N282051002152 Integrated_Webcam_HD" rev 2.00/68.25 addr 3
video0 at uvideo0
ugen0 at uhub0 port 10 "Broadcom Corp 5880" rev 1.10/1.01 addr 4
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 228936MB, 512 bytes/sector, 468861536 sectors
root on sd1a (d57f58eb66675c13.a) swap on sd1b dump on sd1b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd1
wskbd0: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x230, fw ver 36.ca7b901d.0, address cc:2f:71:5f:ac:44
syncing disks... done
rebooting...
OpenBSD 7.7 (GENERIC.MP) #0: Sun May  4 11:23:50 MDT 2025
    root@syspatch-77-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8191778816 (7812MB)
avail mem = 7917015040 (7550MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xeb6e0 (106 entries)
bios0: vendor Dell Inc. version "1.41.3" date 02/09/2025
bios0: Dell Inc. Latitude 7280
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT SSDT HPET SSDT UEFI SSDT LPIT SSDT SSDT SSDT SSDT DBGP DBG2 SSDT MSDM SLIC TCPA BGRT DMAR ASF!
acpi0: wakeup devices RP09(S4) PXSX(S4) RP10(S4) PXSX(S4) RP11(S4) PXSX(S4) RP12(S4) PXSX(S4) RP13(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2294.66 MHz, 06-4e-03, patch 000000f0
cpu0: cpuid 1 edx=bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> ecx=77fafbff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=27f7<SENSOR,ARAT> ecx=9<EFFFREQ>
cpu0: cpuid 7.0 ebx=29c6fbf<FSGSBASE,TSC_ADJUST,SGX,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT> edx=bc002e00<SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD>
cpu0: cpuid a vers=4, gp=8, gpwidth=48, ff=3, ffwidth=48
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2c100800<NXE,PAGE1GB,RDTSCP,LONG> ecx=121<LAHF,ABM,3DNOWP>
cpu0: cpuid 80000007 edx=100<ITSC>
cpu0: msr 10a=c04<RSBA,MISC_PKG_CT,ENERGY_FILT>
cpu0: MELTDOWN
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB 64b/line 4-way L2 cache, 3MB 64b/line 12-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, 2294.66 MHz, 06-4e-03, patch 000000f0
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-127
acpihpet0 at acpi0: 23999999 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (RP09)
acpiprt5 at acpi0: bus -1 (RP10)
acpiprt6 at acpi0: bus -1 (RP11)
acpiprt7 at acpi0: bus -1 (RP12)
acpiprt8 at acpi0: bus -1 (RP13)
acpiprt9 at acpi0: bus 1 (RP01)
acpiprt10 at acpi0: bus -1 (RP02)
acpiprt11 at acpi0: bus 2 (RP03)
acpiprt12 at acpi0: bus -1 (RP04)
acpiprt13 at acpi0: bus -1 (RP05)
acpiprt14 at acpi0: bus -1 (RP06)
acpiprt15 at acpi0: bus -1 (RP07)
acpiprt16 at acpi0: bus -1 (RP08)
acpiprt17 at acpi0: bus -1 (RP17)
acpiprt18 at acpi0: bus -1 (RP18)
acpiprt19 at acpi0: bus -1 (RP19)
acpiprt20 at acpi0: bus -1 (RP20)
acpiprt21 at acpi0: bus -1 (RP21)
acpiprt22 at acpi0: bus -1 (RP22)
acpiprt23 at acpi0: bus -1 (RP23)
acpiprt24 at acpi0: bus -1 (RP24)
acpiprt25 at acpi0: bus -1 (RP14)
acpiprt26 at acpi0: bus -1 (RP15)
acpiprt27 at acpi0: bus -1 (RP16)
acpiec0 at acpi0
acpiec at acpi0 not configured
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"INT3403" at acpi0 not configured
"INT3403" at acpi0 not configured
"DLLK079F" at acpi0 not configured
"DLL079f" at acpi0 not configured
"INT3446" at acpi0 not configured
"INT3403" at acpi0 not configured
"PNP0C14" at acpi0 not configured
intelpmc0 at acpi0: PEPD
state 0: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x7f:64:0:0x00:0x0000000000000632
frequency: 0
state 1: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x00:32:0:0x03:0x00000000fe00013c
frequency: 10000
tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, WEC WPCT200 rev 0x4
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: LID0(wakeup)
acpibtn1 at acpi0: PBTN(wakeup)
acpibtn2 at acpi0: SBTN
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "DELL KG7VF1A" serial 1541 type LiP oem "BYD"
acpihid0 at acpi0: HIDD, 5 button array
"INT3400" at acpi0 not configured
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: WRST
acpipwrres2 at acpi0: WRST
acpipwrres3 at acpi0: WRST
acpipwrres4 at acpi0: WRST
acpipwrres5 at acpi0: WRST
acpipwrres6 at acpi0: WRST
acpipwrres7 at acpi0: WRST
acpipwrres8 at acpi0: WRST
acpipwrres9 at acpi0: WRST
acpipwrres10 at acpi0: WRST
acpipwrres11 at acpi0: WRST
acpipwrres12 at acpi0: WRST
acpipwrres13 at acpi0: WRST
acpipwrres14 at acpi0: WRST
acpipwrres15 at acpi0: WRST
acpipwrres16 at acpi0: WRST
acpipwrres17 at acpi0: WRST
acpipwrres18 at acpi0: WRST
acpipwrres19 at acpi0: WRST
acpitz0 at acpi0
acpitz0: critical temperature is 107 degC
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: LCD_
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 2294 MHz: speeds: 2401, 2400, 2300, 2200, 2000, 1900, 1700, 1600, 1400, 1300, 1100, 1000, 800, 700, 500, 400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 6G Host" rev 0x08
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 520" rev 0x07
drm0 at inteldrm0
inteldrm0: msi, SKYLAKE, gen 9
"Intel Core 6G Thermal" rev 0x08 at pci0 dev 4 function 0 not configured
xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x21: msi, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
pchtemp0 at pci0 dev 20 function 2 "Intel 100 Series Thermal" rev 0x21
dwiic0 at pci0 dev 21 function 0 "Intel 100 Series I2C" rev 0x21: apic 2 int 16
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 100 Series I2C" rev 0x21: apic 2 int 17
iic1 at dwiic1
ihidev0 at iic1 addr 0x2c irq 51, vendor 0x44e product 0x120b, DLL079f
ihidev0: 7 report ids
ims0 at ihidev0 reportid 1: 3 buttons, Z and W dir
wsmouse0 at ims0 mux 0
ikbd0 at ihidev0 reportid 2: 8 variable keys, 6 key codes
wskbd0 at ikbd0 mux 1
hid at ihidev0 reportid 3 not configured
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 5 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 7 not configured
dwiic2 at pci0 dev 21 function 2 "Intel 100 Series I2C" rev 0x21: apic 2 int 18
iic2 at dwiic2
"Intel 100 Series MEI" rev 0x21 at pci0 dev 22 function 0 not configured
puc0 at pci0 dev 22 function 3 "Intel 100 Series KT" rev 0x21: ports: 16 com
com4 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo
ahci0 at pci0 dev 23 function 0 "Intel 100 Series AHCI" rev 0x21: msi, AHCI 1.3.1
ahci0: port 2: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 2 lun 0: <ATA, INTEL SSDSCKJF24, LT2i> naa.55cd2e414c80c282
sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
ppb0 at pci0 dev 28 function 0 "Intel 100 Series PCIE" rev 0xf1: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS525A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 28 function 2 "Intel 100 Series PCIE" rev 0xf1: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless-AC 8265" rev 0x78, msi
pcib0 at pci0 dev 31 function 0 "Intel 100 Series LPC" rev 0x21
"Intel 100 Series PMC" rev 0x21 at pci0 dev 31 function 2 not configured
azalia0 at pci0 dev 31 function 3 "Intel 100 Series HD Audio" rev 0x21: msi
azalia0: codecs: Realtek ALC256, Intel/0x2809, using Realtek ALC256
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x21: apic 2 int 16
iic3 at ichiic0
spdmem0 at iic3 addr 0x50: 8GB DDR4 SDRAM PC4-19200 SO-DIMM
em0 at pci0 dev 31 function 6 "Intel I219-LM" rev 0x21: msi, address a4:4c:c8:27:df:cf
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd1 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse1 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
uhidev0 at uhub0 port 2 configuration 1 interface 0 "Logitech USB Optical Mouse" rev 2.00/72.00 addr 2
uhidev0: iclass 3/1
ums0 at uhidev0: 3 buttons, Z dir
wsmouse2 at ums0 mux 0
uvideo0 at uhub0 port 5 configuration 1 interface 0 "CNFGH19N282051002152 Integrated_Webcam_HD" rev 2.00/68.25 addr 3
video0 at uvideo0
ugen0 at uhub0 port 10 "Broadcom Corp 5880" rev 1.10/1.01 addr 4
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 228936MB, 512 bytes/sector, 468861536 sectors
root on sd1a (d57f58eb66675c13.a) swap on sd1b dump on sd1b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd1
wskbd0: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x230, fw ver 36.ca7b901d.0, address cc:2f:71:5f:ac:44
 
config
make
make install
reboot

Eins davon hast du vergessen.
Bis jetzt war auch nur von reboot die Rede und nicht von compilieren ;). Und wenn Compilieren, in welchem Verzeichnis?

Ich bin nach dem hier vorgegangen:
... oder Du kannst auch das tar archive src.tar.gz (userland sources) und sys.tar.gz (kernel sources) herunterladen und in /usr/src entpacken, siehe https://www.openbsd.org/anoncvs.html Kapitel Pre-Loading the Source Tree.
 
Den Kernel baust Du so:

1. /usr/src/sys/dev/hid/hidms.c anpassen
2. # cd /usr/src/sys/arch/amd64/conf
3. # config GENERIC.MP
4. # cd ../compile/GENERIC.MP
5. # make
6. ... Warten, bis der Kernel fertig kompiliert ist
7. # make install
8. # reboot
9. # dmesg | grep bsdforen

Das aendert den Standardkernel. Wenn Du allerdings zukuenftig weitere und gravierendere Aenderungen und Tests am Kernel durchfuehrst, wuerde ich einen CUSTOM-Kernel erstellen. @dettus hat das in seinem thread gut beschrieben: https://www.bsdforen.de/threads/touchpads-unter-openbsd-7-7-sammlung-i2c-daten.37355/

Der Output ist dann bei mir folgendes:
Code:
bsdforen> 381 bytes> 05 01 09 02 A1 01 85 01 09 01 A1 00 05 09 19 01 29 02 15 00
25 01 75 01 95 02 81 02 95 06 81 03 05 01 09 30 09 31 15 81 25 7F 75 08 95 02 81
06 75 08 95 05 81 03 C0 06 00 FF 09 01 85 0E 09 C5 15 00 26 FF 00 75 08 95 04 B1
02 C0 06 00 FF 09 01 A1 01 85 5C 09 01 95 0B 75 08 81 06 85 0D 09 C5 15 00 26 FF
00 75 08 95 04 B1 02 85 0C 09 C6 96 00 03 75 08 B1 02 85 0B 09 C7 95 82 75 08 B1
02 C0 05 0D 09 05 A1 01 85 04 09 22 A1 02 15 00 25 01 09 47 09 42 95 02 75 01 81
02 75 01 95 02 81 03 95 01 75 04 25 0F 09 51 81 02 05 01 15 00 26 F4 0B 75 10 55
0D 65 11 09 30 35 00 46 02 26 95 01 81 02 46 CD 14 26 85 06 26 85 06 09 31 81 02
05 0D 15 00 25 64 95 03 C0 55 0C 66 01 10 47 FF FF 00 00 27 FF FF 00 00 75 10 95
01 09 56 81 02 09 54 25 7F 95 01 75 08 81 02 05 09 09 01 25 01 75 01 95 01 81 02
95 07 81 03 09 C5 75 08 95 02 81 03 05 0D 85 02 09 55 09 59 75 04 95 02 25 0F B1
02 85 07 09 60 75 01 95 01 15 00 25 01 B1 02 95 0F B1 03 06 00 FF 06 00 FF 85 06
09 C5 15 00 26 FF 00 75 08 96 00 01 B1 02 C0 05 0D 09 0E A1 01 85 03 09 22 A1 00
09 52 15 00 25 0A 75 10 95 01 B1 02 C0 09 22 A1 00 85 05 09 57 09 58 75 01 95 02
25 01 B1 02 95 0E B1 03 C0 C0
 
Zuletzt bearbeitet:
Compiliervorgang wurde jetzt zweimal abgebrochen:
Code:
/usr/src/sys/dev/hid/hidms.c:686:1: error: redefinition of 'hidms_setup'
hidms_setup(struct device *self, struct hidms *ms, uint32_t quirks,
^
/usr/src/sys/dev/hid/hidms.c:247:1: note: previous definition is here
hidms_setup(struct device *self, struct hidms *ms, uint32_t quirks,
^
/usr/src/sys/dev/hid/hidms.c:710:1: error: expected expression
...
^
/usr/src/sys/dev/hid/hidms.c:710:4: error: expected '}'
...
   ^
/usr/src/sys/dev/hid/hidms.c:688:1: note: to match this '{'
{    
^
3 errors generated.
*** Error 1 in /usr/src/sys/arch/amd64/compile/GENERIC.MP (Makefile:2635 'hidms.o')
zwischen beiden Versuchen gabs auch ein make clean.
 
Compiliervorgang wurde jetzt zweimal abgebrochen:

Du hast
Code:
        printf("\n");
        printf("bsdforen> %d bytes> ",dlen);
        for (i=0;i<dlen;i++) printf("%02X ",((unsigned char*)desc)[i]);
        printf("\n");

zwischen ms->sc_flags = quirks; und /* We are setting up a Wacom tablet, not a regular mouse */ gesetzt und nicht an anderer Stelle und auch sonst nichts aus der /usr/src/sys/dev/hid/hidms.c geloescht? Wichtig ist auch, dass beim copy&paste nicht ausversehen ein Zeichen zuwenig kopiert wurde, wie z.B. das ;.

Code:
        ms->sc_flags = quirks;


        printf("\n");
        printf("bsdforen> %d bytes> ",dlen);
        for (i=0;i<dlen;i++) printf("%02X ",((unsigned char*)desc)[i]);
        printf("\n");
      
            
        /* We are setting up a Wacom tablet, not a regular mouse */
 
Zurück
Oben