Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
I suspect that mouse requires using the report protocol (most mice are fine with the boot protocol, which is what kb uses). I'll write a variant of the driver using the report protocol just to be sure that's the problem, but It'll have to wait a few days. On Wed, Jun 10, 2009 at 12:48 PM, Pavel

Re: [9fans] new usb implementation

2009-06-10 Thread Pavel Klinkovsky
I'll write a variant of the driver using the report protocol just to be sure that's the problem, but It'll have to wait a few days. No problem, touchpad could be (uncomfortably) used. ;-) Pavel

Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
Ok. In any case, if there's any other mouse that does not work. Please, let me know. I'm trying to get a mouse exactly like yours. On Wed, Jun 10, 2009 at 5:24 PM, Pavel Klinkovskypavel.klinkov...@gmail.com wrote: I'll write a variant of the driver using the report protocol just to be sure

Re: [9fans] new usb implementation

2009-06-08 Thread Pavel Klinkovsky
I install the newest Plan9 image (2009-06-08) in my old IBM ThinkPad T30. I connected a USB mouse. But it works crazy (gliding just vertically, randomly, no effect of buttons). Can you someone help me? Thanks in advance. Pavel

Re: [9fans] new usb implementation

2009-06-08 Thread erik quanstrom
On Mon Jun 8 11:44:06 EDT 2009, pavel.klinkov...@gmail.com wrote: I install the newest Plan9 image (2009-06-08) in my old IBM ThinkPad T30. I connected a USB mouse. But it works crazy (gliding just vertically, randomly, no effect of buttons). Can you someone help me? Thanks in advance.

Re: [9fans] new usb implementation

2009-06-08 Thread Matthias Bauer
[..] I've updated on sources at least /386/9*load* (though they contain no USB code), /386/9pc*, kernel sources, manual pages and a few scripts in /rc/bin. Tomorrow's CD image should incorporate all this. [..] Many thanks to nemo! Does this mean that Plan9 can now boot from usb drives?

Re: [9fans] new usb implementation

2009-05-28 Thread Gorka Guardiola
On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com wrote: Is this news mean we can hotplug the usb mouse and keyboard? yes. -- - curiosity sKilled the cat

Re: [9fans] new usb implementation

2009-05-28 Thread kokamoto
On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com wrote: Is this news mean we can hotplug the usb mouse and keyboard? yes. Theoretically, you are right. However, what does it mean for Plan 9? hotplug keyboard? for what? hotplug mouse? hmmm Thank you very muc nemo.

Re: [9fans] new usb implementation

2009-05-28 Thread Francisco J Ballesteros
Hot plug of disks kbs and mice should work fine as expected. It's been tested El 28/05/2009, a las 13:17, kokam...@hera.eonet.ne.jp escribió: On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com wrote: Is this news mean we can hotplug the usb mouse and keyboard? yes.

Re: [9fans] new usb implementation

2009-05-27 Thread Shaowei Wang (wsw)
Is this news mean we can hotplug the usb mouse and keyboard? On Wed, May 27, 2009 at 5:43 AM, David Leimbach leim...@gmail.com wrote: On Tue, May 26, 2009 at 1:37 PM, ge...@plan9.bell-labs.com wrote: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged

[9fans] new usb implementation

2009-05-26 Thread geoff
I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it all, among other things. Thank you, nemo. I've updated on sources at

Re: [9fans] new usb implementation

2009-05-26 Thread Steve Simon
This is great news, kudos to all involved. now, where did I put that memory stick... -Steve---BeginMessage--- I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the

Re: [9fans] new usb implementation

2009-05-26 Thread Devon H. O'Dell
2009/5/26 ge...@plan9.bell-labs.com: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it all, among other things.  

Re: [9fans] new usb implementation

2009-05-26 Thread Rudolf Sykora
Thanks a lot! Ruda 2009/5/26 Devon H. O'Dell devon.od...@gmail.com: 2009/5/26  ge...@plan9.bell-labs.com: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the

Re: [9fans] new usb implementation

2009-05-26 Thread Mathieu L.
Brilliant, that will come in handy. Thanks a lot. Mathieu ---BeginMessage--- I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and

Re: [9fans] new usb implementation

2009-05-26 Thread jt
Dear Geoff, This is great news! I'm new to plan 9 and am now finishing the port for the OLPC XO. I've read the manual pages on How to Contribute. It states I should ask for a space from you. What does that entail? I hope everything is well. Plan9 has made me ecstatic about OS again! I

Re: [9fans] new usb implementation

2009-05-26 Thread David Leimbach
On Tue, May 26, 2009 at 1:37 PM, ge...@plan9.bell-labs.com wrote: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it