https://github.com/torvalds/linux
Revision 0f177f873975fe7ece64d334887e83e081d88dec authored by Linus Torvalds on 19 April 2013, 16:15:13 UTC, committed by Linus Torvalds on 19 April 2013, 16:15:13 UTC
Pull input fixes from Dmitry Torokhov:
 "Two more small fixups to the wacom driver"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242
  Input: wacom - DTH2242 Grip Pen id was off by one bit
2 parent s 53d945e + 5846115
Raw File
Tip revision: 0f177f873975fe7ece64d334887e83e081d88dec authored by Linus Torvalds on 19 April 2013, 16:15:13 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Tip revision: 0f177f8
lockdep_states.h
/*
 * Lockdep states,
 *
 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
 * you add one, or come up with a nice dynamic solution.
 */
LOCKDEP_STATE(HARDIRQ)
LOCKDEP_STATE(SOFTIRQ)
LOCKDEP_STATE(RECLAIM_FS)
back to top