aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/usb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+3
* i2400m: add Intel 6150 device IDsDan Williams2013-01-171-0/+6
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-1/+1
|\
| * USB: fix leftover references to udev->autosuspend_delayAlan Stern2010-11-171-1/+1
* | i2400m: drop i2400m_schedule_work()Tejun Heo2010-12-121-1/+0
|/
* Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-07-241-0/+2
|\
| * wimax/i2400m: Add PID & VID for Intel WiMAX 6250Alexey Shvetsov2010-07-221-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-1/+1
|\ \ | |/ |/|
| * USB: remove leftover references to udev->autosuspend_disabledAlan Stern2010-05-201-1/+1
* | wimax/i2400m: driver defaults to firmware v1.5 for i6x60 devicesInaky Perez-Gonzalez2010-05-111-0/+1
* | wimax/i2400m: driver defaults to firmware v1.5 for i5x50 devicesInaky Perez-Gonzalez2010-05-111-1/+3
* | wimax/i2400m: USB specific TX queue's minimum buffer room required for new me...Prasanna S. Panchamukhi2010-05-111-0/+7
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-2/+2
* wimax/i2400m: Add support for more i6x50 SKUsInaky Perez-Gonzalez2010-01-211-1/+11
* USB: remove the auto_pm flagAlan Stern2009-12-111-5/+2
* wimax/i2400m: handle USB stallsInaky Perez-Gonzalez2009-11-031-6/+51
* wimax/i2400m: Fix USB timeout specifications (to ms from HZ)Inaky Perez-Gonzalez2009-11-031-1/+1
* wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez2009-11-031-1/+1
* wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutexInaky Perez-Gonzalez2009-10-191-4/+10
* wimax/i2400m: Implement pre/post reset support in the USB driverInaky Perez-Gonzalez2009-10-191-0/+33
* wimax/i2400m: do bootmode buffer management in i2400m_setup/release()Inaky Perez-Gonzalez2009-10-191-8/+0
* wimax/i2400m: introduce i2400m->bus_setup/releaseInaky Perez-Gonzalez2009-10-191-0/+2
* wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-191-1/+6
* wimax/i2400m: implement .reset_resume in USB subdriverInaky Perez-Gonzalez2009-10-191-0/+16
* wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series supportDirk Brandewie2009-10-191-7/+19
* wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez2009-10-191-0/+9
* wimax/i2400m: USB driver uses a configurable endpoint mapDirk Brandewie2009-10-191-6/+14
* wimax/i2400m: Make boot retries a BUS-specific parameterDirk Brandewie2009-10-191-1/+1
* wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first m...Dirk Brandewie2009-10-191-0/+8
* wimax/i2400m/usb: remove unnecessary power management primitive in i2400mOliver Neukum2009-10-191-1/+0
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* wimax: fix gcc warnings in sh4 when calling BUG()Inaky Perez-Gonzalez2009-06-111-1/+3
* wimax/i2400m: Allow bus-specific driver to specify retry countInaky Perez-Gonzalez2009-06-111-0/+1
* wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez2009-05-281-5/+30
* wimax/i2400m: add the ability to fallback to other firmware files if the defa...Inaky Perez-Gonzalez2009-03-021-3/+11
* wimax: replace uses of __constant_{endian}Harvey Harrison2009-02-011-8/+8
* i2400m/usb: wrap USB power saving in #ifdef CONFIG_PMInaky Perez-Gonzalez2009-01-081-0/+6
* i2400m/USB: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez2009-01-071-0/+591