On 07.07.2018 22:24, Sebastian Nielsen wrote:
Isn't the "Standard VGA card" appearing in device manager a standarized
device class (that is used when no drivers are installed for the graphics
card)?
It would actually be cool if somebody could implement a VGA gadget driver
that works on both wi
Sebastian Nielsen wrote:
> Isn't the "Standard VGA card" appearing in device manager a standarized
> device class?
It was an ISA device. The PCI and PCI Express buses go to great lengths
to be ISA compatible for VGA cards.
USB is a different bus, and cannot be made compatible.
Regards,
Clemens
.@vger.kernel.org För
Clemens Ladisch
Skickat: den 2 juli 2018 08:28
Till: linux-usb@vger.kernel.org
Ämne: Re: USB Gadget driver for USB screen?
Sebastian Nielsen wrote:
> Does anyone know of a USB Gadget kernel driver for a USB screen?
There is no standardized device class for USB-to-VGA devi
Sebastian Nielsen wrote:
> Does anyone know of a USB Gadget kernel driver for a USB screen?
There is no standardized device class for USB-to-VGA devices.
> So I can have a linux USB gadget emulate as a USB screen to the host PC, and
> aquire it's picture as a picture stream?
You could try revers
Does anyone know of a USB Gadget kernel driver for a USB screen?
So I can have a linux USB gadget emulate as a USB screen to the host PC, and
aquire it's picture as a picture stream?
I looked in the gadget documentation and found a "video" device, but
apparently this emulates a web camera to the h