aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21usb-storage: revert DMA-alignment change for Wireless USBAlan Stern1-10/+15
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-2/+2
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-2/+1
2008-07-21USB: remove CVS keywordsAdrian Bunk26-51/+0
2008-07-21usb-storage: implement "soft" unbindingAlan Stern3-52/+45
2008-07-21usb-storage: change remaining semaphore to completionAlan Stern3-6/+6
2008-07-21usb-storage: separate dynamic flags from fixed flagsAlan Stern5-74/+75
2008-07-21USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.Andrew Lunn1-0/+11
2008-07-03USB: mass storage: new id for US_SC_CYP_ATACBmatthieu castet1-0/+8
2008-05-29USB: Add support for ROKR W5 in unusual_devs.hJavier Smaldone1-2/+4
2008-05-29USB: Fix M600i unusual_devs entryPhil Dibowitz1-1/+1
2008-05-29USB: usb-storage: unusual_devs update for Cypress ATACBAlan Stern1-1/+1
2008-05-14USB: unusual_devs: Add support for GI 0401 SD-Card interfaceFilip Aben1-0/+10
2008-05-14USB: Fix unusual_devs.h orderingPhil Dibowitz1-26/+25
2008-05-14USB: Support for the ET502HS HDSPA modemandreoli@samba.ing.unimo.it1-0/+10
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+3
2008-05-02USB: storage: Update mailling list addressAndrew Lunn2-2/+4
2008-05-02USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.Andrew Lunn1-0/+11
2008-05-02USB: INTOVA Pixtreme camera mass storage deviceRohan Hart1-0/+7
2008-05-02usb: libusual kthread_run() called with wrong format.Rusty Russell1-1/+1
2008-05-02usb-storage: add unusual_devs entry for Samsung YP-U3Alan Stern1-0/+7
2008-05-02USB: storage/onetouch.c: make a function staticAdrian Bunk1-2/+2
2008-05-02usb-storage: fix build failure in OneTouch driverDmitry Torokhov1-1/+2
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2-1/+3
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-22/+22
2008-04-24USB: usb-storage: use adaptive DMA maskAlan Stern1-6/+8
2008-04-24USB: Remove EXPERIMENTAL designation from USB storage Kconfig entries.Robert P. J. Day1-14/+14
2008-04-24USB: mass storage: emulation of sat scsi_pass_thru with ATACBmatthieu castet8-2/+258
2008-04-24USB: make USB_STORAGE_ONETOUCH available with PMAdrian Bunk1-1/+1
2008-04-24USB: libusual: locking cleanupDaniel Walker1-8/+6
2008-04-15USB: support more Huawei data card product IDsfangxiaozhi1-4/+92
2008-03-24USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov2-1/+13
2008-03-24USB: isd200: fix memory leak in isd200_get_inquiry_dataBoaz Harrosh1-0/+1
2008-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-1/+4
2008-03-13[SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmndBoaz Harrosh1-1/+4
2008-03-10USB: drivers/usb/storage/sddr55.c: fix uninitialized var warningsAndrew Morton1-2/+2
2008-03-04usb-storage: update earlier scatter-gather bug fixAlan Stern1-1/+1
2008-02-21USB: usb-storage: don't access beyond the end of the sg bufferAlan Stern1-12/+15
2008-02-21USB: quirks and unusual_devs entry for Actions flash driveAlan Stern1-0/+9
2008-02-21USB: usb-storage: unusual_devs entry for Oracom MP3 playerRobert Spitzenpfeil1-0/+11
2008-02-21USB: storage: Nikon D80 new FW still needs FixupKonstantin Kletschke1-1/+1
2008-02-21USB: usb-storage: don't clear-halt when Get-Max-LUN stallsAlan Stern2-11/+12
2008-02-01USB: usb/storage/initializers.c: fix signedness differenceMarcin Slusarz1-1/+2
2008-02-01USB: isd200: don't include <linux/ide.h>Bartlomiej Zolnierkiewicz1-15/+14
2008-02-01USB: storage: Add unusual_dev for HP r707Grant Grundler1-0/+8
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-4/+4
2008-01-25[SCSI] usbstorage: use last_sector_bug flag universallyHans de Goede1-0/+4
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-10/+10
2008-01-11[SCSI] isd200: use one-element sg list in issuing commandsBoaz Harrosh1-20/+46