Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8656
b: refs/heads/master
c: 1bbb4f2
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Winischhofer authored and Greg Kroah-Hartman committed Sep 12, 2005
1 parent 733d2bd commit b8b04ac
Show file tree
Hide file tree
Showing 11 changed files with 4,237 additions and 57 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80908309ce44677a07763e24e6ec9371cfa3ab5f
refs/heads/master: 1bbb4f2035d94d86e52e9b5341c142dcb39bb879
42 changes: 37 additions & 5 deletions trunk/drivers/usb/misc/sisusbvga/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,43 @@ config USB_SISUSBVGA
depends on USB && USB_EHCI_HCD
---help---
Say Y here if you intend to attach a USB2VGA dongle based on a
Net2280 and a SiS315 chip.
Note that this device requires a USB 2.0 host controller. It will not
Net2280 and a SiS315 chip.

Note that this device requires a USB 2.0 host controller. It will not
work with USB 1.x controllers.

To compile this driver as a module, choose M here: the module will be
called sisusb. If unsure, say N.
To compile this driver as a module, choose M here; the module will be
called sisusbvga. If unsure, say N.

config USB_SISUSBVGA_CON
bool "Text console and mode switching support" if USB_SISUSBVGA
depends on VT
select FONT_8x16
---help---
Say Y here if you want a VGA text console via the USB dongle or
want to support userland applications that utilize the driver's
display mode switching capabilities.

Note that this console supports VGA/EGA text mode only.

By default, the console part of the driver will not kick in when
the driver is initialized. If you want the driver to take over
one or more of the consoles, you need to specify the number of
the first and last consoles (starting at 1) as driver parameters.

For example, if the driver is compiled as a module:

modprobe sisusbvga first=1 last=5

If you use hotplug, add this to your modutils config files with
the "options" keyword, such as eg.

options sisusbvga first=1 last=5

If the driver is compiled into the kernel image, the parameters
must be given in the kernel command like, such as

sisusbvga.first=1 sisusbvga.last=5



4 changes: 3 additions & 1 deletion trunk/drivers/usb/misc/sisusbvga/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
# Makefile for the sisusb driver (if driver is inside kernel tree).
#

obj-$(CONFIG_USB_SISUSBVGA) += sisusb.o
obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga.o

sisusbvga-objs := sisusb.o sisusb_init.o sisusb_con.o

Loading

0 comments on commit b8b04ac

Please sign in to comment.