Linus Torvalds
55b81e6f27
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
...
* 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (232 commits)
USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c
xhci: Clean up 32-bit build warnings.
USB: update documentation for usbmon
usb: usb-storage doesn't support dynamic id currently, the patch disables the feature to fix an oops
drivers/usb/class/cdc-acm.c: clear dangling pointer
drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree
drivers/usb/host/isp1760-if.c: introduce missing kfree
usb: option: add ZD Incorporated HSPA modem
usb: ch9: fix up MaxStreams helper
USB: usb-skeleton.c: cleanup open_count
USB: usb-skeleton.c: fix open/disconnect race
xhci: Properly handle COMP_2ND_BW_ERR
USB: remove dead code from suspend/resume path
USB: add quirk for another camera
drivers: usb: wusbcore: Fix dependency for USB_WUSB
xhci: Better debugging for critical host errors.
xhci: Be less verbose during URB cancellation.
xhci: Remove debugging about ring structure allocation.
xhci: Remove debugging about toggling cycle bits.
xhci: Remove debugging for individual transfers.
...
2012-01-09 12:09:47 -08:00
Greg Kroah-Hartman
65db430540
USB: convert drivers/usb/* to use module_usb_driver()
...
This converts the drivers in drivers/usb/* to use the
module_usb_driver() macro which makes the code smaller and a bit
simpler.
Added bonus is that it removes some unneeded kernel log messages about
drivers loading and/or unloading.
Cc: Simon Arlott <cxacru@fire.lp0.eu >
Cc: Duncan Sands <duncan.sands@free.fr >
Cc: Matthieu CASTET <castet.matthieu@free.fr >
Cc: Stanislaw Gruszka <stf_xl@wp.pl >
Cc: Pete Zaitcev <zaitcev@redhat.com >
Cc: Oliver Neukum <oliver@neukum.name >
Cc: Juergen Stuber <starblue@users.sourceforge.net >
Cc: Cesar Miquel <miquel@df.uba.ar >
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net >
Cc: Matthew Wilcox <willy@linux.intel.com >
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com >
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
Cc: Felipe Balbi <balbi@ti.com >
Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi >
Cc: Michael Hund <mhund@ld-didactic.de >
Cc: Zack Parsons <k3bacon@gmail.com >
Cc: Melchior FRANZ <mfranz@aon.at >
Cc: Tomoki Sekiyama <tomoki.sekiyama@gmail.com >
Cc: Dan Carpenter <error27@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-11-18 09:34:02 -08:00
Felipe Balbi
2053f075ff
usb: storage: freecom: fix sparse warning
...
Fix the following sparse warning:
| drivers/usb/storage/freecom.c:122:22: warning: symbol
| 'freecom_usb_ids' was not declared. Should it
| be static?
Signed-off-by: Felipe Balbi <balbi@ti.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-11-15 10:20:49 -08:00
Martin Enderleit
7c7e2d0043
usb: storage: freecom: Fixed several coding style issues.
...
Fixed several coding style issues in freecom.c.
Signed-off-by: Martin Enderleit <menderleit@gmail.com >
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net >
Cc: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2010-08-10 14:35:39 -07:00
Maciej Grela
4246b06a33
USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* modules
...
The lack of a MODULE_LICENSE macro in ums-* subdrivers prevented them
from loading. Needs to be applied after Alan Stern's usb-storage
subdriver separation patchset. Also added missing MODULE_DESCRIPTION and
MODULE_AUTHOR entries.
Signed-off-by: Maciej Grela <maciej.grela@gmail.com >
Acked-by: Alan Stern <stern@rowland.harvard.edu >
Acked-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-03-24 16:20:35 -07:00
Alan Stern
0d62939fab
usb-storage: make freecom a separate module
...
This patch (as1212) converts usb-storage's freecom subdriver into a
separate module.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-03-24 16:20:34 -07:00
Bartlomiej Zolnierkiewicz
b5b9309d34
remove unnecessary <linux/hdreg.h> includes
...
Following files don't need <linux/hdreg.h> at all:
- arch/mips/jazz/setup.c
- arch/sh/boards/mach-systemh/irq.c
- drivers/macintosh/mediabay.c
- drivers/scsi/hptiop.c
- drivers/usb/storage/freecom.c
- arch/powerpc/include/asm/ide.h
- init/main.c
Cc: Christoph Hellwig <hch@infradead.org >
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
2008-08-05 18:16:58 +02:00
Adrian Bunk
ea05af61a8
USB: remove CVS keywords
...
This patch removes CVS keywords that weren't updated for a long time
from comments.
Signed-off-by: Adrian Bunk <bunk@kernel.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2008-07-21 15:15:55 -07:00
Boaz Harrosh
41c2497b18
[SCSI] usb: freecom & sddr09 - convert to accessors and !use_sg cleanup
...
- Use scsi data accessors and remove of !use_sg code path
- This patch is dependent on cleanup patch to usb transport.c/h
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com >
Acked-by: Matthew Dharm <mdharm-scsi@one-eyed-alien.net >
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com >
2008-01-11 18:22:36 -06:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00