summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2008-04-25USB: ftdi_sio: Note missing lockingAlan Cox1-2/+2
2008-04-25USB: usb-serial: Prepare for BKL push downAlan Cox1-2/+9
2008-04-25USB: minor ehci xITD simplificationsKarsten Wiese1-18/+12
2008-04-25USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net1-26/+26
2008-04-25USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net1-9/+9
2008-04-25USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net1-21/+24
2008-04-25USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely1-45/+59
2008-04-25USB: cypress_m8: Get rid of pointless NULL checkMike Isely1-7/+5
2008-04-25USB: cypress_m8: Don't issue GET_CONFIG for certain devicesMike Isely1-2/+19
2008-04-25USB: cypress_m8: Packet format is separate from characteristic sizeMike Isely1-45/+66
2008-04-25USB: cypress_m8: Feature buffer fixesMike Isely1-14/+22
2008-04-25USB: io_ti.c: remove pointless eye-candy in debug statementsAndrew Morton1-6/+4
2008-04-25USB: gadget: Hangup tty on g_serial disconnectSavin Zlobec1-2/+1
2008-04-25USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"Karsten Wiese2-17/+20
2008-04-25USB: m66592-udc: reduce size of data structure.Paul Mundt1-1/+1
2008-04-25USB: ehci minor SOC bus glue fixesDavid Brownell4-11/+11
2008-04-25USB: ehci tolerates some buggy devicesDavid Brownell2-1/+32
2008-04-25USB: ohci: port reset paranoia timeoutDavid Brownell1-3/+21
2008-04-25USB: ehci: minor cleanupsDavid Brownell3-33/+4
2008-04-25USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell2-3/+7
2008-04-25USB: usbatm: convert heavy init dances to kthread APIPavel Emelyanov2-13/+16
2008-04-25USB: usb-ohci-sm501-driver: use the conventional convention for suspend and r...Andrew Morton1-2/+3
2008-04-25USB: make USB_STORAGE_ONETOUCH available with PMAdrian Bunk1-1/+1
2008-04-25USB: libusual: locking cleanupDaniel Walker1-8/+6
2008-04-25USB: microtek: remove unused semaphoreDaniel Walker2-2/+0
2008-04-25USB: enable USB-PERSIST by defaultAlan Stern1-2/+4
2008-04-25USB: check serial-number string after device resetAlan Stern2-16/+51
2008-04-25USB: remove CONFIG_USB_PERSIST settingAlan Stern5-64/+33
2008-04-25USB: make USB-PERSIST work after every system sleepAlan Stern1-34/+80
2008-04-25USB: reorganize code in hub.cAlan Stern1-26/+32
2008-04-25USB: EHCI: carry out port handover during each root-hub resumeAlan Stern4-6/+14
2008-04-25USB: Add HP hs2300 Broadband Wireless Module to sierra.cStefan Seyfried1-0/+1
2008-04-25USB: Fix memory leak in mon_stat_releaseMing Lei1-0/+3
2008-04-25USB: CP2101 Add new device IDsCraig Shelley1-0/+3
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds3-86/+83
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds5-5/+0
2008-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen3-86/+83
2008-04-19Merge branch 'merge-fixes' into develRussell King3-6/+148
2008-04-19Merge branch 'omap2-upstream' into develRussell King32-16/+56
2008-04-19drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox5-5/+0
2008-04-16USB: remove broken usb-serial num_endpoints checkGreg Kroah-Hartman1-0/+2
2008-04-16USB: option: Add new vendor ID and device ID for AMOI HSDPA modemtang kai1-0/+10
2008-04-16USB: support more Huawei data card product IDsfangxiaozhi2-4/+124
2008-04-16USB: option.c: add more device IDsMatthias Urlichs1-2/+9
2008-04-16USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driverJames Cameron1-0/+3
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers16-6/+30
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers8-2/+11
2008-04-07atmel_usba_udc: Add support for AT91CAP9 UDPHSStelian Pop3-8/+46
2008-04-07atmel_usba_udc: Add missing kfree() in usba_udc_remove()Stelian Pop1-0/+1
2008-04-07atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop1-33/+38