lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1005261322070.28092@pobox.suse.cz>
Date:	Wed, 26 May 2010 13:24:39 +0200 (CEST)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT] HID

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ