pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47338: games/onscripter and games/pingus break USB keyboard
The following reply was made to PR pkg/47338; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/47338: games/onscripter and games/pingus break USB keyboard
Date: Wed, 19 Dec 2012 00:26:48 +0900
> uhidev3 at uhub4 port 2 configuration 1 interface 1
> uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr
> 8, i
> class 3/0
> uhidev3: 68 report ids
> uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
reportid 68 might cause problem since your kernel complains
>> uhidev_intr: bad repid 96
(not sure where 96 comes from though) but anyway we should ask
this to USB guys.
> 539 2 onscripter RET __nanosleep50 0
> 539 2 onscripter CALL __nanosleep50(0x7f7fefdffd40,0x7f7fefdffd50)
> , this is ktrace from 2nd onscripter.
nanosleep(2) is called from sleep(3), and it waits a signal
from a certain kernel service, so a syscall called before nanosleep
loop does rather matter.
> Anyway, this PR should not categorized as pkg, should be categorized as
> kern?
I think so, but I'm not sure if these two problems are independent or not.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index