aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-04ehea: add MODULE_DEVICE_TABLEGravatar Jan-Bernd Themann 1-0/+1
2008-07-04ehea: fix might sleep problemGravatar Jan-Bernd Themann 2-12/+12
2008-07-04forcedeth: fix lockdep warning on ethtool -sGravatar Tobias Diedrich 1-2/+13
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeGravatar Krzysztof Halasa 1-0/+1
2008-07-03USB: adding comment for ipaq forcing number of portsGravatar Oliver Neukum 1-0/+5
2008-07-03USB: fix Oops on loading ipaq module since 2.6.26Gravatar Oliver Neukum 1-1/+1
2008-07-03USB: add a pl2303 device idGravatar Greg Kroah-Hartman 2-0/+2
2008-07-03USB: another option device idGravatar Greg Kroah-Hartman 1-0/+1
2008-07-03USB: don't lose disconnections during suspendGravatar Alan Stern 1-11/+4
2008-07-03USB: fix interrupt disabling for HCDs with shared interrupt handlersGravatar Stefan Becker 1-10/+28
2008-07-03USB: New device ID for ftdi_sio driverGravatar Jon K Hellan 2-0/+4
2008-07-03sisusbvga: Fix oops on disconnect.Gravatar Will Newton 1-2/+0
2008-07-03USB: mass storage: new id for US_SC_CYP_ATACBGravatar matthieu castet 1-0/+8
2008-07-03USB: ohci - record data toggle after unlinkGravatar David Brownell 1-0/+12
2008-07-03USB: ehci - fix timer regressionGravatar David Brownell 1-9/+10
2008-07-03USB: fix cdc-acm resume()Gravatar Oliver Neukum 1-3/+0
2008-07-03OHCI: Fix problem if SM501 and another platform driver is selectedGravatar Ben Dooks 1-1/+14
2008-07-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...Gravatar David S. Miller 5-4/+15
2008-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 5-16/+63
2008-07-02Merge branch 'i2c-fix' of git://aeryn.fluff.org.uk/bjdooks/linuxGravatar Linus Torvalds 1-14/+14
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 11-0/+6877
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 4-1/+99
2008-07-02Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 2-21/+35
2008-07-02tty: Fix inverted logic in send_breakGravatar Alan Cox 1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 2-3/+21
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmGravatar Linus Torvalds 1-0/+1
2008-07-02Merge branch 'for-2.6.26' of git://neil.brown.name/mdGravatar Linus Torvalds 3-3/+12
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 35-155/+239
2008-07-02DRM/i915: only use tiled blits on 965+Gravatar Jesse Barnes 1-2/+2
2008-07-02drivers/input/ff-core.c needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-07-02libertas: support USB persistence on suspend/resume (resend)Gravatar andrey@cozybit.com 1-0/+1
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeGravatar Zhu Yi 2-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeGravatar Rick Farrington 2-2/+10
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesGravatar Alex Chiang 1-3/+14
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Gravatar Benjamin Li 4-12/+48
2008-07-02V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc i...Gravatar Mauro Carvalho Chehab 1-1/+1
2008-07-02dm crypt: use cond_reschedGravatar Milan Broz 1-0/+1
2008-07-01PCI: Restrict VPD read permission to rootGravatar Ben Hutchings 1-1/+1
2008-07-01I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.Gravatar Ben Dooks 1-0/+1
2008-07-01I2C: S3C2410: Fixup error codes returned rom a transfer.Gravatar Ben Dooks 1-3/+3
2008-07-01I2C: S3C2410: Check ACK on byte transmissionGravatar Ben Dooks 1-11/+10
2008-06-30V4L/DVB (8145a): USB Video Class driverGravatar Laurent Pinchart 11-0/+6877
2008-06-30hostap: fix sparse warningsGravatar Pavel Roskin 5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultGravatar Pavel Roskin 1-1/+1
2008-06-30ide: fix /proc/ide/ide?/mate reportingGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-06-30Revert "BAST: Remove old IDE driver"Gravatar Bartlomiej Zolnierkiewicz 3-0/+98
2008-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-6/+11
2008-06-30Input: fix locking in force-feedback coreGravatar Dmitry Torokhov 1-6/+11
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 39-442/+599
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-2/+20