summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-09-05Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsVojtech Pavlik1-1/+1
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2-25/+8
2005-09-05Input: HID - add support for Logitech UltraX Media Remote controlMicah F. Galizia1-2/+26
2005-09-05Input: HID - handle multi-transascion reportsMichael Haboustak2-19/+48
2005-09-05Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik1-3/+7
2005-09-05Input: HID - add more consumer usagesVojtech Pavlik3-9/+28
2005-09-05Input: add HID simulation mappingsVojtech Pavlik3-0/+27
2005-09-05Inpur: recognize and ignore Logitech vendor usages in HIDVojtech Pavlik2-0/+2
2005-09-04Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov1-0/+7
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov2-5/+21
2005-09-04Input: i8042 - fix IRQ printing when either KBD or AUX portDmitry Torokhov1-14/+25
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov6-23/+26
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov1-78/+100
2005-09-04Input: fix checking whether new keycode fits size-wiseIan Campbell2-2/+2
2005-09-04Input: psmouse - add new Logitech wheel mouse modelVojtech Pavlik1-0/+1
2005-09-04Input: ALPS - fix wheel decodingVojtech Pavlik1-1/+1
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov4-163/+200
2005-09-04Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Dmitry Torokhov489-16438/+71549
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2005-09-02[wireless hostap] automatically select ieee80211 dependency in KconfigJeff Garzik1-0/+2
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds37-372/+176
2005-09-02Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds38-194/+38681
2005-09-02Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds4-335/+583
2005-09-01/spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik323-14333/+31053
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik323-14333/+31053
2005-09-01Merge refs/heads/release from master.kernel.org:/pub/scm/linux/kernel/git/aeg...Linus Torvalds1-3/+8
2005-09-01[PATCH] Fix PCI ROM mappingBenjamin Herrenschmidt1-7/+17
2005-09-01[PATCH] Add missing select's to DVB_BUDGET_AVAdrian Bunk1-0/+3
2005-09-01[SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.hRussell King1-5/+1
2005-09-01[SERIAL] mwave is no longer brokenRussell King1-2/+2
2005-08-31[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Jouni Malinen1-7/+7
2005-08-31[PATCH] iseries_veth: Be consistent about driver name, increment versionMichael Ellerman1-6/+10
2005-08-31[PATCH] iseries_veth: Remove studly caps from iseries_veth.cMichael Ellerman1-37/+37
2005-08-31[PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.cMichael Ellerman2-48/+40
2005-08-31[PATCH] iseries_veth: Add sysfs support for port structsMichael Ellerman1-0/+67
2005-08-31[PATCH] iseries_veth: Add sysfs support for connection structsMichael Ellerman1-4/+90
2005-08-31[PATCH] iseries_veth: Fix bogus counting of TX errorsMichael Ellerman1-28/+19
2005-08-31[PATCH] iseries_veth: Simplify full-queue handlingMichael Ellerman1-44/+64
2005-08-31[PATCH] iseries_veth: Add a per-connection ack timerMichael Ellerman1-6/+69
2005-08-31[PATCH] iseries_veth: Remove TX timeout codeMichael Ellerman1-48/+0
2005-08-31[PATCH] iseries_veth: Use kobjects to track lifecycle of connection structsMichael Ellerman1-38/+83
2005-08-31[PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetricalMichael Ellerman1-13/+22
2005-08-31[PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeededMichael Ellerman1-9/+8
2005-08-31[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variableMichael Ellerman1-6/+7
2005-08-31[PATCH] iseries_veth: Remove redundant message stack lockMichael Ellerman1-9/+3
2005-08-31[PATCH] iseries_veth: Fix broken promiscuous handlingMichael Ellerman1-11/+5
2005-08-31[PATCH] iseries_veth: Try to avoid pathological reset behaviourMichael Ellerman1-2/+23
2005-08-31[PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timerMichael Ellerman1-8/+13
2005-08-31[PATCH] iseries_veth: Cleanup error and debug messagesMichael Ellerman1-47/+51
2005-08-31Auto-update from upstreamTony Luck85-3334/+18208