Re: [virtio-dev] Re: [PATCH v5] Add virtio-input driver.

2015-03-28 Thread Michael S. Tsirkin
On Thu, Mar 26, 2015 at 01:10:40PM +0100, Michael S. Tsirkin wrote: > On Thu, Mar 26, 2015 at 11:49:25AM +0100, Gerd Hoffmann wrote: > > virtio-input is basically evdev-events-over-virtio, so this driver isn't > > much more than reading configuration from config space and forwarding > > incoming ev

Re: [PATCH v5] Add virtio-input driver.

2015-03-26 Thread Rusty Russell
"Michael S. Tsirkin" writes: > On Thu, Mar 26, 2015 at 11:49:25AM +0100, Gerd Hoffmann wrote: >> virtio-input is basically evdev-events-over-virtio, so this driver isn't >> much more than reading configuration from config space and forwarding >> incoming events to the linux input layer. >> >> Sig

Re: [PATCH v5] Add virtio-input driver.

2015-03-26 Thread Michael S. Tsirkin
On Thu, Mar 26, 2015 at 11:49:25AM +0100, Gerd Hoffmann wrote: > virtio-input is basically evdev-events-over-virtio, so this driver isn't > much more than reading configuration from config space and forwarding > incoming events to the linux input layer. > > Signed-off-by: Gerd Hoffmann Still a b

[PATCH v5] Add virtio-input driver.

2015-03-26 Thread Gerd Hoffmann
virtio-input is basically evdev-events-over-virtio, so this driver isn't much more than reading configuration from config space and forwarding incoming events to the linux input layer. Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 6 + drivers/virtio/Kconfig|