summaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore
AgeCommit message (Expand)Author
2013-12-02usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese
2013-12-02usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese
2013-12-02usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese
2013-10-29usb: wusbcore: change WA_SEGS_MAX to a legal valueThomas Pugliese
2013-10-29usb: wusbcore: add a quirk for Alereon HWA device isoc behaviorThomas Pugliese
2013-10-29usb: wusbcore: combine multiple isoc frames in a single transfer request.Thomas Pugliese
2013-10-29usb: wusbcore: set the RPIPE wMaxPacketSize value correctlyThomas Pugliese
2013-10-19USB: wusbcore: fix usb_dev leaksAlexey Khoroshilov
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese
2013-10-19usb: wusbcore: serialize access to the HWA data out endpointThomas Pugliese
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-10-07usb: wusbcore: fix string formatting warnings on 64-bit buildsThomas Pugliese
2013-10-05usb: wusbcore: add support for isoc out transfersThomas Pugliese
2013-10-03usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese
2013-10-03usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese
2013-09-30usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese
2013-09-30usb: wusbcore: clean up urb dequeue processThomas Pugliese
2013-09-30usb: wusbcore: include the xfer_id in debug printsThomas Pugliese
2013-09-30usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese
2013-09-26usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese
2013-09-26usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese
2013-09-26usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese
2013-09-26usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese
2013-09-26usb: wusbcore: rename fields in struct wahcThomas Pugliese
2013-09-26usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese
2013-09-25USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-15USB: WUSBCORE: Use usb_init_urb instead of creating the URB manuallyThomas Pugliese
2013-08-15USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.Thomas Pugliese
2013-08-15USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segsThomas Pugliese
2013-08-15USB: WUSBCORE: clear RPIPE stall for control endpointsThomas Pugliese
2013-08-12wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese
2013-08-12wusbcore: clean up list locking in urb enqueueThomas Pugliese
2013-08-12wusbcore: fix root hub hub_status_data to only return > 0 if status has actua...Thomas Pugliese
2013-06-24USB: HWA: fix device probe failureThomas Pugliese
2013-06-24wusbcore: add sysfs attribute for retry countThomas Pugliese
2013-06-24wusbcore: add sysfs attribute for DNTS count and intervalThomas Pugliese
2013-06-17usb: wire adapter: add scatter gather supportThomas Pugliese
2013-06-06wusbcore wire adapter: ignore HWA_NOTIF_BPST_ADJ notificationsThomas Pugliese
2013-06-06USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptorThomas Pugliese
2013-06-06wusbhc: disable suspend and resume on the root hub.Thomas Pugliese
2013-06-06wusbcore: reduce keepalive threshold from timeout/2 to timeout/3Thomas Pugliese
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2013-02-06USB: wusbcore/wa-xfer: error handling fixes in setup_segs()Dan Carpenter
2012-10-22WUSB: remove an unnused variableDan Carpenter
2012-09-17USB: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman
2012-08-15drivers/usb/wusbcore/wa-hc.c: fix error return codeJulia Lawall
2012-08-10wusb: Fix potential memory leak in wusb_dev_sec_add()Alexey Khoroshilov
2012-01-26uwb & wusb: fix kconfig errorRandy Dunlap
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds