Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c04148f9 authored by Alfred E. Heggestad's avatar Alfred E. Heggestad Committed by Dmitry Torokhov
Browse files

Input: add driver for USB VoIP phones with CM109 chipset



Signed-off-by: default avatarAlfred E. Heggestad <aeh@db.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 5a599a15
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -180,6 +180,19 @@ config INPUT_YEALINK
	  To compile this driver as a module, choose M here: the module will be
	  called yealink.

config INPUT_CM109
	tristate "C-Media CM109 USB I/O Controller"
	depends on EXPERIMENTAL
	depends on USB_ARCH_HAS_HCD
	select USB
	help
	  Say Y here if you want to enable keyboard and buzzer functions of the
	  C-Media CM109 usb phones. The audio part is enabled by the generic
	  usb sound driver, so you might want to enable that as well.

	  To compile this driver as a module, choose M here: the module will be
	  called cm109.

config INPUT_UINPUT
	tristate "User level driver support"
	help
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
obj-$(CONFIG_INPUT_KEYSPAN_REMOTE)	+= keyspan_remote.o
obj-$(CONFIG_INPUT_POWERMATE)		+= powermate.o
obj-$(CONFIG_INPUT_YEALINK)		+= yealink.o
obj-$(CONFIG_INPUT_CM109)		+= cm109.o
obj-$(CONFIG_HP_SDC_RTC)		+= hp_sdc_rtc.o
obj-$(CONFIG_INPUT_UINPUT)		+= uinput.o
obj-$(CONFIG_INPUT_APANEL)		+= apanel.o
+884 −0

File added.

Preview size limit exceeded, changes collapsed.