aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-14USB: wusb: don't use the stack to read security descriptorStefano Panella1-22/+19
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-04-17WUSB: correct format of wusb_chid sysfs fileDavid Vrabel1-14/+12
2009-04-17WUSB: fix oops when completing URBs for disconnected devicesDavid Vrabel2-2/+6
2009-04-17WUSB: disconnect all devices when stopping a WUSB HCDDavid Vrabel1-6/+13
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-03-30trivial: Fix dubious bitwise 'and' usage spotted by sparse.Alexey Zaytsev1-1/+1
2009-03-24USB: use kzfree()Johannes Weiner1-2/+1
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2-0/+4
2009-03-17USB: wusbcore/wa-xfer, fix lock imbalanceJiri Slaby1-1/+3
2009-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel1-1/+1
2009-01-07USB: wusb: annotate association types withe proper endiannessHarvey Harrison1-1/+1
2009-01-06wusb: return -ENOTCONN when resetting a port with no connected deviceDavid Vrabel2-0/+4
2008-12-22uwb: use print_hex_dump()David Vrabel2-27/+23
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel7-429/+96
2008-12-12wusb: fix oops when terminating a non-existant reservationDavid Vrabel1-2/+5
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella1-6/+7
2008-11-25wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2-25/+36
2008-11-19uwb: add basic radio managerDavid Vrabel4-71/+33
2008-10-31wusb: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-28wusb: reset WUSB devices with SetAddress(0)David Vrabel4-122/+25
2008-10-28wusb: do a proper channel stopDavid Vrabel2-16/+16
2008-10-28wusb: disable verification of the key generation algorithmsDavid Vrabel1-4/+11
2008-10-28uwb: reference count reservationsDavid Vrabel1-4/+3
2008-10-16uwb: don't use printk_ratelimit() so oftenDavid Vrabel2-33/+8
2008-10-15uwb: use kcalloc where appropriateDavid Vrabel2-2/+2
2008-09-17uwb: depend on EXPERIMENTALDavid Vrabel1-1/+2
2008-09-17wusb: wusb-cbaf (CBA driver) sysfs ABI simplificationFelipe Zimmerle3-235/+317
2008-09-17uwb: add symlinks in sysfs between radio controllers and PALsDavid Vrabel2-7/+12
2008-09-17wusb: fix bmRequestType for Abort RPipe requestAnderson Lizardo1-1/+1
2008-09-17wusb: fix error path for wusb_set_dev_addr()Anderson Lizardo1-3/+3
2008-09-17wusb: add the Wire Adapter (WA) coreInaky Perez-Gonzalez6-0/+3099
2008-09-17wusb: add the USB wusb-cbaf driverInaky Perez-Gonzalez2-1/+623
2008-09-17wusb: add the Wireless USB core (build-system)Greg Kroah-Hartman2-0/+29
2008-09-17wusb: add the Wireless USB core (security)Inaky Perez-Gonzalez2-0/+1180
2008-09-17wusb: add the Wireless USB core (protocol)Inaky Perez-Gonzalez2-0/+1643
2008-09-17wusb: add the Wireless USB coreInaky Perez-Gonzalez6-0/+1685