summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | HID: add autodetection of multitouch devicesBenjamin Tissoires2011-09-263-0/+18
| | | | * | | | HID: hid-multitouch: add support for the IDEACOM 6650 chipStephane Chatty2011-09-203-10/+25
| | | | * | | | HID: hid-multitouch: Add LG Display Multitouch device.Jeff Brown2011-08-164-0/+10
| | | | * | | | HID: hid-multitouch: Filter collections by application usage.Jeff Brown2011-08-161-0/+10
| | | | | |_|/ | | | | |/| |
| | | * | | | HID: "hid-logitech" driver with Logitech Driving Force GTMichal Malý2011-09-221-0/+1
| | | * | | | HID: hid-logitech-dj: fix off by oneNestor Lopez Casado2011-09-202-5/+5
| | | * | | | HID: Add full support for Logitech Unifying receiversNestor Lopez Casado2011-09-156-0/+1059
| | | * | | | HID: hid-lg4ff: add a kfree() to an error pathDan Carpenter2011-08-231-2/+2
| | | * | | | HID: hid-lg4ff: silence sparse complaintDan Carpenter2011-08-231-2/+2
| | | * | | | HID: make CONFIG_LOGIWHEELS_FF default to CONFIG_LOGITECH_FFJiri Kosina2011-08-101-0/+1
| | | * | | | HID: lg4ff - Document sysfs interface for range settingMichal Malý2011-08-041-0/+7
| | | * | | | HID: lg4ff - Fix misleading info in KconfigMichal Malý2011-08-043-6/+13
| | | * | | | HID: lg4ff - Add autocentering command accepted by Formula Force EXMichal Malý2011-08-041-3/+33
| | | * | | | HID: lg4ff - Add range setting support and sysfs interfaceMichal Malý2011-08-043-12/+232
| | | * | | | HID: lg4ff - Add support for native mode switchingMichal Malý2011-08-041-0/+89
| | | * | | | HID: lg4ff - Move handling of Logitech wheels to lg4ff driverMichal Malý2011-08-044-43/+60
| | | |/ / /
| | * | | | HID: ACRUX - handle gamepads with different report layoutSergei Kolzun2011-08-041-12/+24
| | * | | | HID: ACRUX - fix enabling force feedback supportSergei Kolzun2011-08-041-1/+1
| | |/ / /
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-10-2536-2068/+937
|\ \ \ \ \
| * | | | | target: Fix compile warning w/ missing module.h includeNicholas Bellinger2011-10-251-0/+1
| * | | | | target: Remove legacy se_task->task_timer and associated logicNicholas Bellinger2011-10-245-194/+4
| * | | | | target: Fix incorrect transport_sent usageNicholas Bellinger2011-10-244-7/+5
| * | | | | target: re-use the command S/G list for single-task commandsChristoph Hellwig2011-10-241-11/+31
| * | | | | target: Fix BIDI t_task_cdb handling in transport_generic_new_cmdNicholas Bellinger2011-10-241-9/+9
| * | | | | target: remove transport_allocate_tasksChristoph Hellwig2011-10-241-49/+32
| * | | | | target: merge transport_new_cmd_obj into transport_generic_new_cmdChristoph Hellwig2011-10-241-76/+53
| * | | | | target: remove the task_sg_bidi field se_task and pSCSI BIDI supportChristoph Hellwig2011-10-243-46/+5
| * | | | | target: transport_subsystem_check_init cleanupsNicholas Bellinger2011-10-243-29/+7
| * | | | | target: use a workqueue for I/O completionsChristoph Hellwig2011-10-243-83/+98
| * | | | | target: remove unused TRANSPORT_ statesChristoph Hellwig2011-10-241-4/+0
| * | | | | target: remove TRANSPORT_DEFERRED_CMD stateChristoph Hellwig2011-10-243-20/+11
| * | | | | target: remove the TRANSPORT_REMOVE stateChristoph Hellwig2011-10-243-5/+0
| * | | | | target: move depth_left manipulation out of transport_generic_request_failureChristoph Hellwig2011-10-241-12/+11
| * | | | | target: stop task timers earlierChristoph Hellwig2011-10-243-52/+14
| * | | | | target: remove TF_TIMER_STOPChristoph Hellwig2011-10-242-7/+0
| * | | | | target: factor some duplicate code for stopping a taskChristoph Hellwig2011-10-243-36/+31
| * | | | | target: fix list walking in transport_free_dev_tasksChristoph Hellwig2011-10-241-5/+8
| * | | | | target: use transport_cmd_check_stop_to_fabric consistentlyChristoph Hellwig2011-10-241-1/+1
| * | | | | target: do not pass the queue object to transport_remove_cmd_from_queueChristoph Hellwig2011-10-241-6/+5
| * | | | | target: remove SCF_EMULATE_QUEUE_FULLChristoph Hellwig2011-10-242-20/+13
| * | | | | target: remove the transport_qf_callback se_cmd callbackChristoph Hellwig2011-10-242-44/+37
| * | | | | target: clean up the backend interface to caching parametersChristoph Hellwig2011-10-244-119/+23
| * | | | | target: make iblock_emulate_sync_cache asynchronousChristoph Hellwig2011-10-241-16/+21
| * | | | | target: Fix REPORT TARGET PORT GROUPS handling with small allocation lengthNicholas Bellinger2011-10-241-0/+20
| * | | | | target: remove the ->transport_split_cdb callback in se_cmdChristoph Hellwig2011-10-246-131/+36
| * | | | | target: replace ->get_cdb with a target_get_task_cdb helperChristoph Hellwig2011-10-244-35/+19
| * | | | | target: make the ->get_cdb method optionalChristoph Hellwig2011-10-247-48/+15
| * | | | | target: pack struct se_task more tightlyChristoph Hellwig2011-10-241-15/+15
| * | | | | target: Remove unnecessary se_task membersChristoph Hellwig2011-10-244-43/+28
| * | | | | target: make more use of the task_flags field in se_taskChristoph Hellwig2011-10-243-44/+43
OpenPOWER on IntegriCloud