summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-02USB: speedtch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-02USB: phidgetmotorcontrol: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-02USB: phidgetkit: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-02USB: onetouch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+1
2006-12-02USB: legousbtower: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+5
2006-12-02USB: kobil_sct: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-02USB: idmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-5/+1
2006-12-02USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-02USB: ftdi-elan: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+2
2006-12-02USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+5
2006-12-02USB: cdc-acm: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-02USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+1
2006-12-02USB: appledisplay: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+1
2006-12-02USB: aircable: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-02USB: OHCI: remove stale testing code from root-hub resumeAlan Stern1-12/+1
2006-12-02USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn5-15/+7
2006-12-02USB: OHCI: disable RHSC inside interrupt handlerAlan Stern2-16/+18
2006-12-02USB: ohci-hcd: fix compiler warningAlan Stern1-2/+4
2006-12-02USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-12-02USB HID: Handle STALL on interrupt endpointAlan Stern2-13/+27
2006-12-02usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2-2/+9
2006-12-02usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+1
2006-11-30[PATCH] r8169: Fix iteration variable signFrancois Romieu1-2/+2
2006-11-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+24
2006-11-29[PATCH] Fix Intel/Sharp command set erase suspend bugJoakim Tjernlund1-1/+1
2006-11-28[PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failureBrian King1-3/+6
2006-11-28[PATCH] ahci: AHCI mode SATA patch for Intel ICH9Jason Gaston1-0/+11
2006-11-28[PATCH] libata: don't schedule EH on wcache on/off if old EHTejun Heo1-5/+7
2006-11-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-11-26V4L/DVB (4874): Fix oops on symbol rate==0Andrew de Quincey1-0/+4
2006-11-26V4L/DVB (4885): Improve saa711x checkHans Verkuil1-2/+7
2006-11-26V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC CameraLuca Risolia2-4/+2
2006-11-26V4L/DVB (4849): Add missing spin_unlock to saa6588 decoder driverIra Snyder1-1/+3
2006-11-26V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzagAndrew de Quincey1-1/+1
2006-11-26V4L/DVB (4840): Budget: diseqc_method module parameter for cards with subsyst...Oliver Endriss1-1/+9
2006-11-26V4L/DVB (4831): Fix tuning on older budget DVBS cards.Andrew de Quincey1-0/+1
2006-11-26[6PACK]: Masking bug in 6pack driver.Jean Delvare1-1/+1
2006-11-26[PATCH] usb: ati remote memleak fixMariusz Kozlowski1-6/+4
2006-11-26[PATCH] tlclk: fix platform_device_register_simple() error checkAkinobu Mita1-3/+2
2006-11-26[PATCH] sgiioc4: Disable module unloadJeremy Higdon1-7/+0
2006-11-26[PATCH] Fix device_attribute memory leak in device_delCatalin Marinas1-1/+3
2006-11-26[PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereferenceAdrian Bunk1-3/+3
2006-11-26[PATCH] rtc class locking bugfixesDavid Brownell5-11/+24
2006-11-26[PATCH] rtc framework handles periodic irqsDavid Brownell2-1/+13
2006-11-26[PATCH] fix "pcmcia: fix 'rmmod pcmcia' with unbound devices"Daniel Ritz1-0/+2
2006-11-23[PATCH] Fix i2c-ixp4xx compile (missing brace)Jean Delvare1-1/+1
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones1-3/+1
2006-11-23[AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds2-2/+2
2006-11-22[AGP] Fix intel 965 AGP memory mapping functionLinus Torvalds1-7/+24
2006-11-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3