USB: misc: adtux: clean up urb->status usage
[safe/jmp/linux-2.6] / drivers / usb / core /
2007-07-20 Greg Kroah-HartmanUSB: core: message: clean up urb->status usage
2007-07-20 Alan SternUSB: documentation update for usb_unlink_urb
2007-07-20 Alan SternUSB: fix warning caused by autosuspend counter going...
2007-07-20 Alan SternUSB: add "descriptors" binary sysfs attribute
2007-07-18 David Brownelldev_vdbg(), available with -DVERBOSE_DEBUG
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-12 Oliver NeukumUSB: additions to the quirk list
2007-07-12 Oliver NeukumUSB: quirk for samsung printer
2007-07-12 David BrownellUSB: usb/dma doc updates
2007-07-12 Yinghai LuUSB: make the usb_device numa_node get assigned from...
2007-07-12 Venki PallipadiUSB: Make usb-autosuspend timer 1 sec jiffy aligned
2007-07-12 Jeremy KatzUSB: Don't autosuspend Blackberry devices.
2007-07-12 Craig W. NadlerUSB: add IAD support to usbfs and sysfs
2007-07-12 Alan SternUSB: Fix off-by-1 error in the scatter-gather library
2007-07-12 Alan SternUSB: Don't resume root hub if the controller is suspended
2007-07-12 Alan SternUSB: Remove usages of dev->power.power_state
2007-07-12 Marcel HoltmannUSB: Add URB_FREE_BUFFER flag and the logic behind it
2007-07-12 Laurent PinchartUSB: Fix up full-speed bInterval values in high-speed...
2007-07-12 Pete Zaitcevusb: free DMA mappings if enqueue fails
2007-07-12 Alan SternUSB: Handle bogus low-speed Bulk endpoints
2007-07-12 Alan SternUSB: add power/persist device attribute
2007-07-12 Alan SternUSB: unify reset_resume and normal resume
2007-07-12 Alan SternUSB: add reset_resume method
2007-07-12 Alan SternUSB: remove excess code from hub.c
2007-07-12 Alan SternUSB: separate root and non-root suspend/resume
2007-07-12 Alan SternUSB: remove __usb_port_suspend
2007-07-12 Oliver NeukumUSB: introduce usb_anchor
2007-07-12 Vikram PanditaUSB Core: hub.c: prevent re-enumeration on HNP
2007-07-12 Alan SternUSB: rework C++-style comments
2007-07-12 Alan SternUSB: prevent char device open/deregister race
2007-07-12 Mark LordUSB: hub.c loops forever on resume from ram due to...
2007-07-12 Arjan van de VenUSB: Patch to align the various USB timers to fire...
2007-07-12 Alan SternUSB: Make device reset stop retrying after disconnect
2007-07-12 Alan SternUSB: add RESET_RESUME device quirk
2007-07-12 Alan SternUSB: add USB-Persist facility
2007-07-12 Alan SternUSB: make hub driver's release more robust
2007-07-12 Alan SternUSB: remove "locktree" routine from the hub driver
2007-07-12 Alan SternUSB: remove references to dev.power.power_state
2007-07-12 Alan SternUSB: don't unsuspend for a new connection
2007-07-12 Alan SternUSB: move bus_suspend and bus_resume method calls
2007-07-12 Alan SternUSB: Implement PM FREEZE and PRETHAW
2007-07-12 Alan SternUSB: interface PM state
2007-07-11 Rafael J. WysockiPM: Remove prev_state from struct dev_pm_info
2007-06-08 Alan SternUSB: Fix up bogus bInterval values in endpoint descriptors
2007-06-08 Kay SieversUSB: set default y for CONFIG_USB_DEVICE_CLASS
2007-05-29 Alan SternUSB: replace flush_workqueue with cancel_sync_work
2007-05-23 Alan SternUSB: fix ratelimit call semantics
2007-05-23 Alan SternUSB: handle errors in power/level attribute
2007-05-23 Alan SternUSB: make the autosuspend workqueue thread freezable
2007-05-23 Alan SternUSB: don't try to kzalloc 0 bytes
2007-05-23 Alan SternUSB: remove short initial timeout for device descriptor...
2007-05-23 Pete ZaitcevUSB: Deref URB after usbmon is done with it
2007-05-23 Alan SternUSB: set the correct Interrupt interval in usb_bulk_msg
2007-05-23 Alan SternUSB: remove unneeded WARN_ON
2007-05-23 Alan SternUSB: more autosuspend timer stuff
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-27 Oliver Neukumusbfs micro optimitation
2007-04-27 Alan SternUSB: add "busnum" attribute for USB devices
2007-04-27 Alan SternUSB: fix signed jiffies issue in autosuspend logic
2007-04-27 Tony LindgrenUSB: Allow transfer_buffer with transfer_dma
2007-04-27 Alan SternUSB: add "last_busy" field for use in autosuspend
2007-04-27 Kay SieversUSB: make usbdevices export their device nodes instead...
2007-04-27 Alan SternUSB: add power/level sysfs attribute
2007-04-27 Alan SternUSB: Allow autosuspend delay to equal 0
2007-04-27 Alan SternUSB: separate autosuspend from external suspend
2007-04-27 Alan SternUSB: fix race in HCD removal
2007-04-27 Alan Sternusbcore: move usb_autosuspend_work
2007-04-27 Dan Williamsdev_dbg: check dev_dbg() arguments
2007-04-27 Greg Kroah-HartmanUSB: remove use of the bus rwsem, as it doesn't really...
2007-03-26 Oliver NeukumUSB: another entry for the quirk list
2007-03-10 Oliver NeukumUSB: kill dead code from hub.c
2007-03-10 Oliver NeukumUSB: ratelimit debounce error messages
2007-03-10 Alan SternUSB: set the correct interval for interrupt URBs
2007-02-23 Alan SternUSB: export autosuspend delay in sysfs
2007-02-23 Alan SternUSB: make autosuspend delay a module parameter
2007-02-23 Alan SternUSB: minor cleanups for sysfs.c
2007-02-23 Oliver NeukumUSB: add a blacklist for devices that can't handle...
2007-02-23 Greg Kroah-HartmanUSB: refactor usb device matching and create usb_device...
2007-02-16 Randy DunlapUSB: kernel-doc fixes
2007-02-16 Alan SternUSB: unconfigure devices which have config 0
2007-02-16 Alan SternUSB: fix concurrent buffer access in the hub driver
2007-02-16 Alan Sternusbcore: small changes to hub driver's suspend method
2007-02-16 Robert P. J. DayUSB: Fix apparent typo CONFIG_USB_CDCETHER.
2007-02-16 Oliver NeukumUSB: fix needless failure under certain conditions
2007-02-16 Josh TriplettUSB: In init_endpoint_class, use PTR_ERR to obtain...
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2007-02-07 Oliver NeukumUSB: a bit more coding style cleanup
2007-02-07 Oliver Neukumusbcore: trivial whitespace fixes
2007-02-07 Oliver NeukumUSB: total removal of multithreaded probing in usb
2007-02-07 Alan Sternusbcore: remove unused bandwith-related code
2007-02-07 Greg Kroah-HartmanUSB serial: add dynamic id support to usb-serial core
2007-02-07 Ole Andre Vadla... rndis_host learns ActiveSync basics
2007-02-07 Alan Sternusbcore: remove unneeded error check
2007-02-07 David BrownellUSB: indicate active altsetting in proc/bus/usb/devices...
2007-02-07 Dan CarpenterUSB: devio.c add missing INIT_LIST_HEAD()
2007-02-07 Greg Kroah-HartmanUSB: convert usb class devices to real devices
2007-02-07 Greg Kroah-HartmanUSB: move usb_device_class class devices to be real...
2007-02-07 Greg Kroah-HartmanUSB: add the sysfs driver name to all modules
2007-01-22 Greg Kroah-HartmanUSB: disable USB_MULTITHREAD_PROBE
2007-01-05 Sarah BaileyUSB: Fixed bug in endpoint release function.
next