aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita26-53/+41
2006-11-23Input: serio - make serio_register_driver() return errorsDmitry Torokhov1-33/+74
2006-11-17Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov1-18/+0
2006-11-17Input: add Philips UCB1400 touchscreen driverNicolas Pitre3-0/+595
2006-11-17Input: i8042 - fix shutdown issue on some boxes with active MUXesDmitry Torokhov1-7/+11
2006-11-17Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEMarton Nemeth1-1/+1
2006-11-17Input: MAC mouse button emulation - relax dependenciesStelian Pop1-1/+0
2006-11-17Input: appletouch - use canonical names in USB IDsJulien BLACHE1-10/+17
2006-11-17Input: appletouch - add Geyser IV supportJulien BLACHE1-2/+19
2006-11-17Input: appletouch - verious updates for MacBooksJason Parekh1-4/+43
2006-11-09Input: psmouse - fix attribute access on 64-bit systemsSergey Vlasov1-3/+6
2006-11-05Input: mice - handle errors when registering input devicesDmitry Torokhov8-60/+154
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov16-59/+120
2006-11-05Input: touchscreens - handle errors when registering input devicesDmitry Torokhov5-44/+68
2006-11-05Input: keyboards - handle errors when registering input devicesDmitry Torokhov10-92/+234
2006-11-04Input: HID - add a quirk for the Logitech USB ReceiverAnssi Hannula3-1/+11
2006-11-04Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov484-5705/+11647
2006-11-04Input: drivers/char/keyboard.c - small cleanup in k_cur()Brandon Philips1-1/+1
2006-11-03Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2006-11-03Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds11-53/+144
2006-11-03[PATCH] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.cPeer Chen1-2/+5
2006-11-03[PATCH] drivers/isdn/hysdn/hysdn_sched.c: sleep after taking spinlock fixAmol Lad1-15/+4
2006-11-03[PATCH] spi section fixAndrew Morton1-1/+0
2006-11-03[PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASSYvan Seth1-1/+1
2006-11-03[PATCH] edac_mc: fix error handlingAkinobu Mita1-18/+27
2006-11-03[PATCH] lkdtm: cleanup headers and module_param/MODULE_PARM_DESCRandy Dunlap1-11/+13
2006-11-03[PATCH] md: send online/offline uevents when an md array starts/stopsNeilBrown1-0/+2
2006-11-03USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell2-27/+39
2006-11-03USB Storage: unusual_devs.h entry for Sony Ericsson P990iJan Mate1-0/+7
2006-11-03USB: xpad: additional USB id's addedDominic Cerquetti1-1/+40
2006-11-03USB: fix compiler issues with newer gcc versionsDavid Brownell1-2/+1
2006-11-03USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco2-2/+6
2006-11-03USB: usblp: fix system suspend for some systemsOliver Neukum1-2/+0
2006-11-03USB: failure in usblp's error pathOliver Neukum1-0/+1
2006-11-03usbtouchscreen: use endpoint address from endpoint descriptorDaniel Ritz1-1/+1
2006-11-03USB: sierra: Fix id for Sierra Wireless MC8755 in new tableJan Luebbe1-0/+1
2006-11-03USB: new VID/PID-combos for cp2101Bjorn Schneider1-0/+3
2006-11-03hid-core: big-endian fix fixGrant Grundler1-17/+42
2006-11-03USB: usb-storage: Unusual_dev updatePhil Dibowitz1-1/+1
2006-11-03USB: add another sierra wireless device idGreg Kroah-Hartman1-0/+2
2006-11-03PCI: Let PCI_MULTITHREAD_PROBE depend on BROKENAdrian Bunk1-1/+1
2006-11-02Input: logips2pp - handle sysfs errorsJeff Garzik1-2/+9
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik1-2/+10
2006-11-02Input: ads7846 - handle errors from sysfsDmitry Torokhov1-34/+61
2006-11-02Input: i8042 - remove unneeded call to i8042_interrupt()Dmitry Torokhov1-18/+3
2006-11-02Input: lifebook - learn about hard tabsAndrew Morton1-45/+43
2006-11-02Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signatureGreg Chandler1-0/+6
2006-11-02Input: gameport - rearrange gameport_bus initializationDmitry Torokhov1-10/+9
2006-11-02Input: serio - rearrange serio_bus initializationMarton Nemeth1-11/+11
2006-11-02Input: lightning - return proper error codes from l4_init()Akinobu Mita1-2/+2