summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SERIAL] sunsu: Handle keyboard and mouse ports directly.David S. Miller2006-07-131-9/+26
* Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEADLinus Torvalds2006-07-127-70/+84
|\
| * [Bluetooth] Avoid NULL pointer dereference with tty->driverMarcel Holtmann2006-07-121-2/+2
| * [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-126-68/+82
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 of HEADLinus Torvalds2006-07-1212-43/+63
|\ \
| * | [PATCH] hwmon: Fix for first generation Abit uGuru chipsHans de Goede2006-07-121-2/+19
| * | [PATCH] pca9539: Honor the force parameterBen Gardner2006-07-121-5/+7
| * | [PATCH] i2c-algo-bit: Wipe out dead codeUwe Bugla2006-07-121-1/+0
| * | [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm driversMark M. Hoffman2006-07-125-14/+11
| * | [PATCH] i2c-powermac: Fix master_xfer return valueJean Delvare2006-07-121-3/+1
| * | [PATCH] scx200_acb: Fix the block transactionsJean Delvare2006-07-121-2/+6
| * | [PATCH] scx200_acb: Fix the state machineThomas Andrews2006-07-121-6/+6
| * | [PATCH] i2c-iop3xx: Avoid addressing selfPeter Milne2006-07-122-8/+11
| * | [PATCH] i2c: Fix 'ignore' module parameter handling in i2c-coreMark M. Hoffman2006-07-121-2/+2
| |/
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 of...Linus Torvalds2006-07-122-17/+18
|\ \
| * | [PATCH] Driver core: bus.c cleanupsAdrian Bunk2006-07-121-2/+3
| * | [PATCH] Driver core: kernel-doc in drivers/base/core.c correctionsHenrik Kretzschmar2006-07-121-15/+15
| * | [PATCH] Driver core: fix driver-core kernel-docRandy Dunlap2006-07-121-3/+3
| |/
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 of HEADLinus Torvalds2006-07-123-2/+77
|\ \
| * | [PATCH] PCI: PCIE power management quirkKristen Carlson Accardi2006-07-123-2/+50
| * | [PATCH] PCI: Clear abnormal poweroff flag on VIA southbridges, fix resumeMatthew Garrett2006-07-121-0/+27
| |/
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 of HEADLinus Torvalds2006-07-1274-734/+990
|\ \
| * | [PATCH] USB: move usb-serial.h to include/linux/usb/Greg Kroah-Hartman2006-07-1238-340/+37
| * | [PATCH] USB: Anydata: Fixes wrong URB callback.Luiz Fernando N. Capitulino2006-07-122-1/+2
| * | [PATCH] USB: gadget section fixupsDavid Brownell2006-07-127-17/+17
| * | [PATCH] USB: another unusual devicePhil Dibowitz2006-07-121-0/+6
| * | [PATCH] USB: Add one VID/PID to ftdi_sioColin Leroy2006-07-122-0/+8
| * | [PATCH] USB: unusual_devs entry for Sony DSC-H5Lars Jacob2006-07-121-3/+4
| * | [PATCH] USB: unusual_devs entry for Nokia E61Alan Stern2006-07-121-0/+7
| * | [PATCH] USB: unusual_devs entry for Nokia N91Alan Stern2006-07-121-0/+8
| * | [PATCH] USB: add ZyXEL vendor/product ID to rtl8150 driverDan Streetman2006-07-121-0/+3
| * | [PATCH] USB: Option driver: new product IDMatthias Urlichs2006-07-121-1/+5
| * | [PATCH] USB: add support for WiseGroup., Ltd SmartJoy Dual PLUS AdapterNavaho Gunleg2006-07-121-0/+4
| * | [PATCH] USB: ipw.c driver fixBart Oldeman2006-07-121-0/+2
| * | [PATCH] USB: remove devfs information from KconfigMichal Piotrowski2006-07-121-3/+0
| * | [PATCH] USB: remove empty destructor from drivers/usb/mon/mon_text.cChristoph Lameter2006-07-121-6/+1
| * | [PATCH] USB: ipaq.c timing parametersFrank Gevaerts2006-07-121-1/+11
| * | [PATCH] USB: ipaq.c bugfixesFrank Gevaerts2006-07-121-5/+6
| * | [PATCH] USB: ehci: fix bogus alteration of a local variableDavid Brownell2006-07-121-3/+4
| * | [PATCH] USB: add driver for non-composite Sierra Wireless devicesKevin Lloyd2006-07-123-0/+87
| * | [PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcdEric Sesterhenn2006-07-121-4/+2
| * | [PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohciKyle McMartin2006-07-121-4/+4
| * | [PATCH] USB serial ftdi_sio: Prevent userspace DoSIan Abbott2006-07-121-13/+90
| * | [PATCH] USB serial visor: fix race in open/closeIan Abbott2006-07-121-1/+0
| * | [PATCH] USB Storage: Uname in PR/SC Unneeded messagePhil Dibowitz2006-07-121-2/+5
| * | [PATCH] USB Storage: US_FL_MAX_SECTORS_64 flagPhil Dibowitz2006-07-123-13/+19
| * | [PATCH] usbcore: fixes for hub_port_resumeAlan Stern2006-07-121-0/+5
| * | [PATCH] USB: unusual_devs entry for Samsung MP3 playerErnis2006-07-121-0/+7
| * | [PATCH] usb-storage: unusual_devs entry for Motorola RAZR V3xDavide Perini2006-07-121-0/+9
| * | [PATCH] USB hub: don't return status > 0 from resumeAlan Stern2006-07-121-1/+4
OpenPOWER on IntegriCloud