##----------------------------------------------------------------------------- ## usb.txt - OPT_USB configuration parameters __FLI4LVER__ ## ## You can edit/change this file with any text editor. ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 01.01.2003 Kai-Christian Arndt ## Last Update: $Id$ ## ## Copyright (c) 2003-2011 - fli4l-Team - team@fli4l.de ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: USB #------------------------------------------------------------------------------ OPT_USB='no' # starts USB-support if yes #------------------------------------------------------------------------------ # usb drivers list # # uhci (USB 1.0/1.1 - Universal Host Controller Interface - Intel, VIA) # ohci (USB 1.1 - Open Host Controller Interface) # ehci (USB 2.0 - Enhanced Host Controller Interface) # # Examples: # WRAP USB_LOWLEVEL='ohci' # ALIX USB_LOWLEVEL='ohci ehci' # ehci if you want to use USB 2.0 devices # VMWare USB_LOWLEVEL='uhci ehci' # ehci if USB 2.0 enabled in VM settings # VirtualBox USB_LOWLEVEL='ohci ehci' # ehci if USB 2.0 enabled in VM settings # #------------------------------------------------------------------------------ USB_LOWLEVEL='uhci' # driver for the USB-Chipset #------------------------------------------------------------------------------ # valid extra drivers # # keyboard for usb-keyboard support # printer for usb-printer support # # Possible USB-Serial Drivers: # belkin_sa USB Belkin Serial converter # cdc-acm USB Abstract Control Model driver for USB modems and # ISDN adapters (kernel 2.6 only) # cyberjack REINER SCT cyberJack pinpad/e-com USB Chipcard Reader # digi_acceleport Digi AccelePort USB-2/USB-4 Serial Converter # empeg USB Empeg Mark I/II # ftdi_sio USB FTDI Serial Converter # io_edgeport Edgeport USB Serial # io_ti Edgeport USB Serial # ipaq USB PocketPC PDA # ir-usb USB IR Dongle # keyspan Keyspan USB to Serial Converter # keyspan_pda USB Keyspan PDA Converter # kl5kusb105 KLSI KL5KUSB105 chipset USB->Serial Converter # kobil_sct KOBIL USB Smart Card Terminal (experimental) # mct_u232 Magic Control Technology USB-RS232 converter # omninet USB ZyXEL omni.net LCD PLUS # pl2303 Prolific PL2303 USB to serial adaptor # visor USB HandSpring Visor / Palm OS # whiteheat USB ConnectTech WhiteHEAT #------------------------------------------------------------------------------ USB_EXTRA_DRIVER_N='0' # load additional drivers USB_EXTRA_DRIVER_1='' # usb extra driver USB_EXTRA_DRIVER_1_PARAM='' # parameter for this driver