Revision f8966048c128eff4f57f7c9e7f71360ebd10e1a9 authored by Linus Torvalds on 27 March 2013, 18:18:43 UTC, committed by Linus Torvalds on 27 March 2013, 18:18:43 UTC
Pull HID fixes from Jiri Kosina:

 - fix for potential 3.9 regression in handling of buttons for touchpads
   following HID mt specification; potential because reportedly there is
   no retail product on the market that would be using this feature, but
   nevertheless we'd better follow the spec.  Fix by Benjamin Tissoires.

 - support for two quirky devices added by Josh Boyer.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
  HID: multitouch: fix touchpad buttons
  HID: usbhid: fix build problem
  HID: usbhid: quirk for MSI GX680R led panel
  HID: usbhid: quirk for Realtek Multi-card reader
2 parent s a8c4528 + 4c43755
History
File Mode Size
AUTHORS -rw-r--r-- 2.6 KB
CHANGES -rw-r--r-- 46.2 KB
Kconfig -rw-r--r-- 7.4 KB
Makefile -rw-r--r-- 625 bytes
README -rw-r--r-- 38.3 KB
TODO -rw-r--r-- 5.2 KB
asn1.c -rw-r--r-- 13.5 KB
cache.c -rw-r--r-- 7.9 KB
cifs_debug.c -rw-r--r-- 17.2 KB
cifs_debug.h -rw-r--r-- 2.6 KB
cifs_dfs_ref.c -rw-r--r-- 9.5 KB
cifs_fs_sb.h -rw-r--r-- 3.1 KB
cifs_spnego.c -rw-r--r-- 4.9 KB
cifs_spnego.h -rw-r--r-- 1.6 KB
cifs_unicode.c -rw-r--r-- 11.1 KB
cifs_unicode.h -rw-r--r-- 9.1 KB
cifs_uniupr.h -rw-r--r-- 12.6 KB
cifsacl.c -rw-r--r-- 29.1 KB
cifsacl.h -rw-r--r-- 2.9 KB
cifsencrypt.c -rw-r--r-- 22.3 KB
cifsfs.c -rw-r--r-- 32.7 KB
cifsfs.h -rw-r--r-- 5.9 KB
cifsglob.h -rw-r--r-- 48.2 KB
cifspdu.h -rw-r--r-- 80.7 KB
cifsproto.h -rw-r--r-- 22.2 KB
cifssmb.c -rw-r--r-- 188.8 KB
connect.c -rw-r--r-- 106.0 KB
dir.c -rw-r--r-- 22.0 KB
dns_resolve.c -rw-r--r-- 2.8 KB
dns_resolve.h -rw-r--r-- 1.2 KB
export.c -rw-r--r-- 2.4 KB
file.c -rw-r--r-- 93.4 KB
fscache.c -rw-r--r-- 6.4 KB
fscache.h -rw-r--r-- 4.5 KB
inode.c -rw-r--r-- 58.9 KB
ioctl.c -rw-r--r-- 2.6 KB
link.c -rw-r--r-- 14.9 KB
misc.c -rw-r--r-- 16.7 KB
netmisc.c -rw-r--r-- 39.1 KB
nterr.c -rw-r--r-- 33.5 KB
nterr.h -rw-r--r-- 30.0 KB
ntlmssp.h -rw-r--r-- 5.7 KB
readdir.c -rw-r--r-- 24.2 KB
rfc1002pdu.h -rw-r--r-- 2.8 KB
sess.c -rw-r--r-- 28.6 KB
smb1ops.c -rw-r--r-- 28.5 KB
smb2file.c -rw-r--r-- 7.7 KB
smb2glob.h -rw-r--r-- 1.7 KB
smb2inode.c -rw-r--r-- 7.1 KB
smb2maperror.c -rw-r--r-- 126.8 KB
smb2misc.c -rw-r--r-- 17.1 KB
smb2ops.c -rw-r--r-- 21.8 KB
smb2pdu.c -rw-r--r-- 59.4 KB
smb2pdu.h -rw-r--r-- 26.5 KB
smb2proto.h -rw-r--r-- 7.9 KB
smb2status.h -rw-r--r-- 125.2 KB
smb2transport.c -rw-r--r-- 8.6 KB
smbencrypt.c -rw-r--r-- 6.0 KB
smberr.h -rw-r--r-- 7.5 KB
smbfsctl.h -rw-r--r-- 4.7 KB
transport.c -rw-r--r-- 26.3 KB
xattr.c -rw-r--r-- 11.7 KB

README

back to top