Date: Sun, 10 Jan 2010 16:40:03 GMT From: Wiktor Niesiobedzki <bsd@w.evip.pl> To: freebsd-usb@FreeBSD.org Subject: Re: kern/141011: [usb] Encrypted root, geli password at boot; enter key never release Message-ID: <201001101640.o0AGe37d002491@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/141011; it has been noted by GNATS. From: Wiktor Niesiobedzki <bsd@w.evip.pl> To: Hans Petter Selasky <hselasky@c2i.net> Cc: bug-followup <bug-followup@freebsd.org> Subject: Re: kern/141011: [usb] Encrypted root, geli password at boot; enter key never release Date: Sun, 10 Jan 2010 17:34:42 +0100 2010/1/10 Hans Petter Selasky <hselasky@c2i.net>: > > Try to comment out: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/* read and discar= d the input, no one is waiting for it */ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0do { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0c =3D ukbd_read_char(&sc->sc_kbd, 0); > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0} while (c !=3D NO= KEY); > > In: ukbd_interrupt() in ukbd.c. > Hello Hans, I've tried to comment out this section in your version of ukbd.c, but to no extent. Still some events get discarded somehow. Shall I enable some usb debug-flags to help getting to the core of the problem? Cheers, Wiktor Niesiobedzki
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001101640.o0AGe37d002491>