aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern3-61/+20
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern5-81/+164
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2006-01-04[PATCH] USB: small cleanupsAdrian Bunk2-3/+3
2006-01-04[PATCH] USB: Fix locking for USB suspend/resumeAlan Stern1-15/+39
2006-01-04[PATCH] USB: Disconnect children during hub unbindAlan Stern1-63/+31
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern9-154/+37
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman125-128/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman2-5/+10
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman32-0/+52
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman2-50/+176
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman5-312/+343
2006-01-04[PATCH] USB: make bias writeable in libusualPete Zaitcev1-26/+27
2006-01-04[PATCH] USB: drivers/usb/storage/libusualPete Zaitcev12-167/+486
2006-01-04[PATCH] USB: central handling for host controllers that were reset during suspend/resumeAlan Stern6-15/+42
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2006-01-04[PATCH] USB: usb-net: new device ID passed through module parameterA.YOSHIYAMA1-0/+38
2006-01-04[PATCH] USB: usb-net: removes redundant returnPetko Manolov1-55/+51
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell7-34/+7
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-04[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2006-01-04[PATCH] USB: ehci fix driver model wakeup flagsDavid Brownell1-1/+1
2006-01-04[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell3-4/+13
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem driver fixmatthieu castet1-10/+18
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem drivermatthieu castet3-0/+1827
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas3-288/+230
2006-01-04[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas1-8/+18
2006-01-04[PATCH] USB: Converting cdc acm to a ring queueDavid Kubicek2-76/+184
2006-01-04[PATCH] USB: Add pxa27x OHCI PM functionsRichard Purdie1-6/+27
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie4-42/+88
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2-16/+23
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3
2006-01-03[TCP]: less inline'sStephen Hemminger5-201/+198
2006-01-03[IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2-13/+7
2006-01-03[NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()Stephen Hemminger1-1/+2
2006-01-03[IPV4] fib_trie: build fixStephen Hemminger1-0/+1
2006-01-03[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger1-1/+1
2006-01-03[DCCP]: Notify CCID only after ACK vectors have been processed.Andrea Bittau1-3/+3
2006-01-03[DCCP]: Send an ACK vector when ACKing a response packetAndrea Bittau1-0/+6
2006-01-03[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.Andrea Bittau1-22/+34
2006-01-03[DECNET]: Only use local routersPatrick Caulfield1-5/+8
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali4-14/+17
2006-01-03[TG3]: fixup tot_len calculationAlexey Dobriyan1-1/+1
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig17-40/+27