Re: SV: USB Gadget driver for USB screen?

2018-07-09 Thread Krzysztof Opasiak
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

Re: USB Gadget driver for USB screen?

2018-07-07 Thread Clemens Ladisch
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

SV: USB Gadget driver for USB screen?

2018-07-07 Thread Sebastian Nielsen
.@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

Re: USB Gadget driver for USB screen?

2018-07-01 Thread Clemens Ladisch
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

USB Gadget driver for USB screen?

2018-06-29 Thread Sebastian Nielsen
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