aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorDon Prince <dhprince-devel@yahoo.co.uk>2010-05-12 09:18:59 -0400
committerJiri Kosina <jkosina@suse.cz>2010-05-12 09:18:59 -0400
commit3a370ca1dcf8c80aff7a0a21d6b0f50ca2a151e9 (patch)
treee22cf1ec95ed95255d4d1cb535e5fb892bdda25f /drivers/hid/hid-ids.h
parent94b849aaf6e22ab7bf54b0d0377a882d4892396d (diff)
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>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r--drivers/hid/hid-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 09d27649a0f7..50134431aeee 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -148,6 +148,9 @@
148#define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500 148#define USB_DEVICE_ID_CODEMERCS_IOW_FIRST 0x1500
149#define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff 149#define USB_DEVICE_ID_CODEMERCS_IOW_LAST 0x15ff
150 150
151#define USB_VENDOR_ID_CREATIVELABS 0x041e
152#define USB_DEVICE_ID_PRODIKEYS_PCMIDI 0x2801
153
151#define USB_VENDOR_ID_CYGNAL 0x10c4 154#define USB_VENDOR_ID_CYGNAL 0x10c4
152#define USB_DEVICE_ID_CYGNAL_RADIO_SI470X 0x818a 155#define USB_DEVICE_ID_CYGNAL_RADIO_SI470X 0x818a
153 156