Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ufm(4) [linux man page]

UFM(4)							   BSD Kernel Interfaces Manual 						    UFM(4)

NAME
ufm -- USB driver for Cypress Semiconductor FM Radio SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ufm Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ufm_load="YES" DESCRIPTION
The ufm driver provides support for the D-Link/GEMTEK FM tuner. The USB interface chip is the common Cypress 63001, and the tuner is a Philips TEA5757 radio chip that uses a serial interface to set the tuner parameters. This design is used in the D-Link DSB-R100 USB Radio. The ufm device must be configured in the kernel, along with usb(4) and one of the uhci(4) or ohci(4) controllers. Subsequently, the /dev/ufm0 device can be used by userland applications. FILES
/dev/ufm0 blocking device node SEE ALSO
ohci(4), uhci(4), usb(4) AUTHORS
The ufm driver was written by M. Warner Losh <imp@FreeBSD.org> for FreeBSD. BSD
November 22, 2006 BSD

Check Out this Related Man Page

UMS(4)							   BSD Kernel Interfaces Manual 						    UMS(4)

NAME
ums -- USB mouse driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ums device uhci device ohci device usb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ums_load="YES" DESCRIPTION
The ums driver provides support for mice that attach to the USB port. Supported are mice with any number of buttons and mice with a wheel. The /dev/ums0 device presents the mouse as a sysmouse or mousesystems type device. See moused(8) for an explanation of these mouse types. FILES
/dev/ums0 blocking device node EXAMPLES
Use the first USB mouse on the system as your console mouse: moused -p /dev/ums0 -t auto To be able to use the USB mouse under X, change the "Pointer" section in xorg.conf to the following: Device /dev/ums0 Protocol Auto If you want to be able to use the mouse in both virtual consoles as well as in X change it to: Device /dev/sysmouse Protocol Auto SEE ALSO
ohci(4), sysmouse(4), uhci(4), usb(4), xorg.conf(5) (ports/x11/xorg), moused(8) AUTHORS
The ums driver was written by Lennart Augustsson <augustss@cs.chalmers.se> for NetBSD and was adopted for FreeBSD by MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. This manual page was written by Nick Hibma <n_hibma@FreeBSD.org> with input from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>. BSD
November 27, 2006 BSD
Man Page