NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/47338: games/onscripter and games/pingus break USB keyboard
The following reply was made to PR kern/47338; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: ryo_on%yk.rim.or.jp@localhost, gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: kern/47338: games/onscripter and games/pingus break USB keyboard
Date: Wed, 20 Mar 2013 14:34:50 +0900
This PR contains two different problems,
so could you file new PRs and close this one?
The first problem is "uhid(4) with large reportid nad uhidev(4) get
mangled with Apple Internal Keyboard/Trackpad on Macbook Air 11."
The error message "uhidev_intr: bad repid 96" comes from
uhidev_intr() in sys/dev/usb/uhidev.c:
http://nxr.netbsd.org/xref/src/sys/dev/usb/uhidev.c?r=1.56#499
It looks "it should not happen" but probably we should handle
interrupts even in such error paths anyway.
The second problem seems pulseaudio issue.
I've seen that some other SDL application using audio
(like emulators/xnp2) also stalls at the second run,
and killing background pulseaudio process make it start immediately.
(though I have not confirmed it with the latest packages binaries)
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index