summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | HID: fix tty<->hid deadlockJiri Slaby2008-10-141-1/+10
| | * | HID: ignore iBuddy devicesRemi Cattiau2008-10-142-0/+6
| | * | HID: report descriptor fix for remaining MacBook JIS keyboardsTomoya Adachi2008-10-141-4/+4
| | * | HID: fix gyration build errorRandy Dunlap2008-10-141-1/+1
| | * | HID: Autocentering support for Logitech MOMO Racing WheelSergey Belyashov2008-10-141-1/+27
| | * | HID: fix grammo in HID_COMPAT Kconfig help textAlex Chiang2008-10-141-1/+1
| | * | HID: add support for Super Dual Box Pro USB PS2/PS2 adapterJiri Kosina2008-10-142-1/+3
| | * | HID: remove ignore quirk for MGE UPS devicesRichard Hughes2008-10-141-2/+2
| | * | HID: introduce list for hiddev creation forcingJiri Kosina2008-10-141-18/+29
| | * | HID: move logitech FF processingJiri Slaby2008-10-1413-50/+102
| | * | HID: move reset leds quirkJiri Slaby2008-10-144-9/+8
| | * | HID: move connect quirksJiri Slaby2008-10-1417-126/+159
| | * | HID: move dell quirksJiri Slaby2008-10-146-2/+86
| | * | HID: move sony quirksJiri Slaby2008-10-148-33/+123
| | * | HID: remove rdesc quirk supportJiri Slaby2008-10-143-62/+0
| | * | HID: remove hid-input-quirksJiri Slaby2008-10-144-63/+2
| | * | HID: move samsung quirksJiri Slaby2008-10-147-39/+113
| | * | HID: move gyration quirksJiri Slaby2008-10-147-46/+112
| | * | HID: move monterey quirksJiri Slaby2008-10-148-38/+94
| | * | HID: move petalynx quirksJiri Slaby2008-10-148-55/+134
| | * | HID: move belkin quirksJiri Slaby2008-10-148-22/+123
| | * | HID: move chicony quirksJiri Slaby2008-10-147-30/+95
| | * | HID: move ezkey quirksJiri Slaby2008-10-148-40/+107
| | * | HID: move cherry quirksJiri Slaby2008-10-148-41/+99
| | * | HID: move a4tech quirksJiri Slaby2008-10-149-43/+175
| | * | HID: move cypress quirksJiri Slaby2008-10-149-38/+177
| | * | HID: move sunplus quirksJiri Slaby2008-10-148-37/+94
| | * | HID: move microsoft quirksJiri Slaby2008-10-149-112/+241
| | * | HID: indent switches/casesJiri Slaby2008-10-143-522/+508
| | * | HID: add compat supportJiri Slaby2008-10-148-2/+72
| | * | HID: move apple quirksJiri Slaby2008-10-1412-327/+532
| | * | HID: move ignore quirksJiri Slaby2008-10-146-280/+168
| | * | HID: move logitech quirksJiri Slaby2008-10-148-176/+343
| | * | HID: move usage input mapping to hid.hJiri Slaby2008-10-143-46/+103
| | * | HID: move ids into separate fileJiri Slaby2008-10-142-406/+429
| | * | HID: hid, make parsing event drivenJiri Slaby2008-10-147-239/+438
| | * | HID: make a bus from hid codeJiri Slaby2008-10-146-104/+586
| | * | modpost: add support for hidJiri Slaby2008-10-143-0/+29
| | |/
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-10-1442-946/+7359
| |\ \
| | * | ocfs2: Make cached block reads the common case.Joel Becker2008-10-147-17/+24
| | * | ocfs2: Kill the last naked wait_on_buffer() for cached reads.Joel Becker2008-10-141-4/+3
| | * | ocfs2: Move ocfs2_bread() into dir.cJoel Becker2008-10-143-52/+43
| | * | ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-1416-94/+55
| | * | ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-1417-148/+116
| | * | ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker2008-10-145-10/+96
| | * | ocfs2: Refactor xattr list and remove ocfs2_xattr_handler().Tao Ma2008-10-131-35/+60
| | * | ocfs2: Calculate EA hash only by its suffix.Tao Ma2008-10-131-30/+5
| | * | ocfs2: Move trusted and user attribute support into xattr.cMark Fasheh2008-10-134-179/+111
| | * | ocfs2: Uninline ocfs2_xattr_name_hash()Mark Fasheh2008-10-131-5/+5
| | * | ocfs2: Don't check for NULL before brelse()Mark Fasheh2008-10-1312-147/+74