mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Update for recent changes in the usb code.
This commit is contained in:
parent
bcee849934
commit
48b68edf14
1 changed files with 6 additions and 11 deletions
|
|
@ -2120,9 +2120,15 @@ device urio
|
|||
device uscanner
|
||||
# USB serial support
|
||||
device ucom
|
||||
# USB support for serial adapters based on the FT8U100AX and FT8U232AM
|
||||
device uftdi
|
||||
# USB support for Prolific PL-2303 serial adapters
|
||||
device uplcom
|
||||
# USB serial support for DDI pocket's PHS
|
||||
device uvscom
|
||||
# USB Visor and Palm devices
|
||||
device uvisor
|
||||
|
||||
# USB Fm Radio
|
||||
device ufm
|
||||
#
|
||||
|
|
@ -2145,19 +2151,8 @@ device kue
|
|||
|
||||
# debugging options for the USB subsystem
|
||||
#
|
||||
options UHCI_DEBUG
|
||||
options OHCI_DEBUG
|
||||
options USB_DEBUG
|
||||
|
||||
options UGEN_DEBUG
|
||||
options UHID_DEBUG
|
||||
options UHUB_DEBUG
|
||||
options UKBD_DEBUG
|
||||
options ULPT_DEBUG
|
||||
options UMASS_DEBUG
|
||||
options UMS_DEBUG
|
||||
options URIO_DEBUG
|
||||
|
||||
# options for ukbd:
|
||||
options UKBD_DFLT_KEYMAP # specify the built-in keymap
|
||||
makeoptions UKBD_DFLT_KEYMAP=it.iso
|
||||
|
|
|
|||
Loading…
Reference in a new issue