Prev: [GIT PULL] sound fixes for 2.6.35-rc1
Next: [PATCH 0/2] leds: drivers for lp5521 and lp5523 chips
From: Jiri Kosina on 26 May 2010 07:30 Linus, please pull from 'for-linus' branch at git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive 2nd round of merge window updates for HID subsystem. Most importantly, there is a fixup patch for driver core API change which didn't make it from linux-next to Greg's tree from Stephen Rothwell. On top of that, there is an update to roccat driver which was by mistake omitted in the initial large pull request. Plus one minor device ID addition. Thanks. Cory Maccarrone (1): HID: Add the GYR4101US USB ID to hid-gyration Jiri Kosina (1): HID: roccat: fix build failure if built as module Stefan Achatz (1): HID: roccat: propagate special events of roccat hardware to userspace Stephen Rothwell (1): HID: fix hid-roccat-kone for bin_attr API change drivers/hid/Kconfig | 8 + drivers/hid/Makefile | 1 + drivers/hid/hid-core.c | 1 + drivers/hid/hid-gyration.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-roccat-kone.c | 73 ++++++-- drivers/hid/hid-roccat-kone.h | 9 + drivers/hid/hid-roccat.c | 428 +++++++++++++++++++++++++++++++++++++++++ drivers/hid/hid-roccat.h | 31 +++ 9 files changed, 541 insertions(+), 12 deletions(-) create mode 100644 drivers/hid/hid-roccat.c create mode 100644 drivers/hid/hid-roccat.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [GIT PULL] sound fixes for 2.6.35-rc1 Next: [PATCH 0/2] leds: drivers for lp5521 and lp5523 chips |