Re: [PLUG] USB Keyboard and mouse to single USB port adapter

2012-04-21 Thread Eitan Tsur
Oh my bad, I didn't realize you needed the other direction. Some keyboards/mice have backward compatibility with PS2 adapters without any special logic in them. PCH also carries those adapters I believe... On Sat, Apr 21, 2012 at 4:16 PM, Roderick A. Anderson wrote: > Eitan, > > I found these bu

Re: [PLUG] USB Keyboard and mouse to single USB port adapter

2012-04-21 Thread Roderick A. Anderson
Eitan, I found these but the keyboard and mouse are USB and there is only one available USB port. Rod -- On 04/21/2012 12:08 PM, Eitan Tsur wrote: > As always, PCH Cables to the rescue... > > http://www.pchcables.com/usbtopsduad.html > > On Thu, Apr 19, 2012 at 5:36 PM, Russell Johnson wrote:

Re: [PLUG] USB Keyboard and mouse to single USB port adapter

2012-04-21 Thread Roderick A. Anderson
Thanks Russell. I did see this on one of my searches. I was hoping for a dongle but the customer will have to decide if this is OK. Again thanks, Rod -- On 04/19/2012 05:36 PM, Russell Johnson wrote: > > On Apr 19, 2012, at 5:23 PM, Roderick A. Anderson wrote: > >> Anyone have a source for th

Re: [PLUG] Moving Between VM Guest and Linux Host

2012-04-21 Thread Rich Shepard
On Sat, 21 Apr 2012, Russell Senior wrote: > When I was looking at virtual stuff a few years ago, kvm didn't support > USB passthru except for USB v1 (OHCI). Maybe that's changed. But if you > need it for your applications (which I recall you do, talking to your GPS) > then you might: a) confirm

[PLUG] followup to skipws question

2012-04-21 Thread website reader
Followup to All: I have spent almost 2 hours going over the code at the gcc libstdc++ repository (not easy to navigate, had to step off the website and search it externally using Google to quickly locate pertinant items) and have found out the true story on skipws only working on istreams. Basica

Re: [PLUG] USB Keyboard and mouse to single USB port adapter

2012-04-21 Thread Eitan Tsur
For future reference, PCH Cables has a physical store near the Hillsboro airport, and ships as well. On Sat, Apr 21, 2012 at 12:08 PM, Eitan Tsur wrote: > As always, PCH Cables to the rescue... > > http://www.pchcables.com/usbtopsduad.html > > > On Thu, Apr 19, 2012 at 5:36 PM, Russell Johnson

Re: [PLUG] USB Keyboard and mouse to single USB port adapter

2012-04-21 Thread Eitan Tsur
As always, PCH Cables to the rescue... http://www.pchcables.com/usbtopsduad.html On Thu, Apr 19, 2012 at 5:36 PM, Russell Johnson wrote: > > On Apr 19, 2012, at 5:23 PM, Roderick A. Anderson wrote: > > > Anyone have a source for these gizmos. I can find four port HUBs but I > > really need a t

[PLUG] Vim % behavior

2012-04-21 Thread Michael Rasmussen
I've searched the Vim Tips Wiki, asked on IRC and now here: Is there a Vim plugin that will change % matching behavior to skip quoted or escaped matches? Given: 1 var1{ 2 ... 3{ Target = 'blah blah.*}', 4 ... 5} 6... 7$fem = \}; 8 } With the cursor on { on line 1 % w

Re: [PLUG] Moving Between VM Guest and Linux Host

2012-04-21 Thread Russell Senior
> "Rich" == Rich Shepard writes: Rich>I have win7 running in qemu-kvm and am now trying to learn Rich> how to make USB devices visible to the guest OS. When I was looking at virtual stuff a few years ago, kvm didn't support USB passthru except for USB v1 (OHCI). Maybe that's changed. Bu

[PLUG] Moving Between VM Guest and Linux Host

2012-04-21 Thread Rich Shepard
I have win7 running in qemu-kvm and am now trying to learn how to make USB devices visible to the guest OS. However, there's another issue that folks here might be able to help me resolve: I'm not able to release the cursor from the guest OS using ctrl-alt despite this being the way it shoul