HID: Prodikeys PC-MIDI HID Driver
authorDon Prince <dhprince-devel@yahoo.co.uk>
Wed, 12 May 2010 13:18:59 +0000 (15:18 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 12 May 2010 13:18:59 +0000 (15:18 +0200)
commit3a370ca1dcf8c80aff7a0a21d6b0f50ca2a151e9
treee22cf1ec95ed95255d4d1cb535e5fb892bdda25f
parent94b849aaf6e22ab7bf54b0d0377a882d4892396d
HID: Prodikeys PC-MIDI HID Driver

A specialised HID driver for the Creative Prodikeys PC-MIDI USB Keyboard.

The Prodikeys PC-MIDI is a multifunction keyboard comprising a qwerty keyboard,
multimedia keys and a touch sensitive musical keyboard.

The specialised HID driver adds full support for the musical keyboard and extra
multimedia keys which are not currently handled by the default HID driver.

The specialised HID driver interfaces with ALSA, and presents the midi keyboard
as a rawmidi device. Sustain duration, octave shifting and the midi output
channel can be read/written form userspace via sysfs.

Signed-off-by: Don Prince <dhprince-devel@yahoo.co.uk>
ALSA parts:
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/ABI/testing/sysfs-driver-hid-prodikeys [new file with mode: 0644]
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-prodikeys.c [new file with mode: 0644]