Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7b28079b3284ccb15ad4f003fb7073890600d0c1
/
drivers
/
usb
/
wusbcore
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
7a9b149
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
0ede76f
USB: remove uses of URB_NO_SETUP_DMA_MAP
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
a23b648
usb: wusb: don't overflow the Keep Alive IE buffer
by David Vrabel
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f77f13e
Fix comment and Kconfig typos for 'require' and 'fragment'
by Gilles Espinasse
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
6ef4852
USB class: make USB device id constant
by Németh Márton
· 15 years ago
551cdbb
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
by Greg Kroah-Hartman
· 15 years ago
8bc1d21
USB: wusb: check CHID is all zeros before stopping the host
by Julia Lawall
· 15 years ago
1537a36
tree-wide: fix 'lenght' typo in comments and code
by Daniel Mack
· 15 years ago
9279095
USB: wusb: correctly check size of security descriptor.
by David Vrabel
· 15 years ago
2e9729d
USB: wusb: don't leak urb in certain error cases
by David Vrabel
· 15 years ago
c3f22d9
USB: wusb: add wusb_phy_rate sysfs file to host controllers
by David Vrabel
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
b41ecf9
USB: wusb: don't use the stack to read security descriptor
by Stefano Panella
· 15 years ago
3dbda77
trivial: fix typos "man[ae]g?ment" -> "management"
by Uwe Kleine-Koenig
· 15 years ago
fca10c8
WUSB: correct format of wusb_chid sysfs file
by David Vrabel
· 16 years ago
5936ac7
WUSB: fix oops when completing URBs for disconnected devices
by David Vrabel
· 16 years ago
8db324e
WUSB: disconnect all devices when stopping a WUSB HCD
by David Vrabel
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
bf6aede
workqueue: add to_delayed_work() helper function
by Jean Delvare
· 16 years ago
542d886
trivial: Fix dubious bitwise 'and' usage spotted by sparse.
by Alexey Zaytsev
· 16 years ago
31dbb80
USB: use kzfree()
by Johannes Weiner
· 16 years ago
6da9c99
USB: allow libusb to talk to unauthenticated WUSB devices
by David Vrabel
· 16 years ago
49fa092
USB: wusbcore/wa-xfer, fix lock imbalance
by Jiri Slaby
· 16 years ago
dff243f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream
by David Vrabel
· 16 years ago
d767d88
USB: wusb: annotate association types withe proper endianness
by Harvey Harrison
· 16 years ago
9a9b1d1
wusb: return -ENOTCONN when resetting a port with no connected device
by David Vrabel
· 16 years ago
e43ace8
uwb: use print_hex_dump()
by David Vrabel
· 16 years ago
bce8369
uwb: use dev_dbg() for debug messages
by David Vrabel
· 16 years ago
fe6e87a
wusb: fix oops when terminating a non-existant reservation
by David Vrabel
· 16 years ago
5b37717
uwb: improved MAS allocator and reservation conflict handling
by Stefano Panella
· 16 years ago
56968d0
wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive
by David Vrabel
· 16 years ago
6fae35f
uwb: add basic radio manager
by David Vrabel
· 16 years ago
f88518d
wusb: remove unused #include <version.h>
by Huang Weiyi
· 16 years ago
4656d5d
wusb: reset WUSB devices with SetAddress(0)
by David Vrabel
· 16 years ago
4d2bea4
wusb: do a proper channel stop
by David Vrabel
· 16 years ago
d409f3b
wusb: disable verification of the key generation algorithms
by David Vrabel
· 16 years ago
cae1c11
uwb: reference count reservations
by David Vrabel
· 16 years ago
8092d7c
uwb: don't use printk_ratelimit() so often
by David Vrabel
· 16 years ago
92c4d9b
uwb: use kcalloc where appropriate
by David Vrabel
· 16 years ago
6a7c3e4
uwb: depend on EXPERIMENTAL
by David Vrabel
· 16 years ago
f1fa035
wusb: wusb-cbaf (CBA driver) sysfs ABI simplification
by Felipe Zimmerle
· 16 years ago
b60066c
uwb: add symlinks in sysfs between radio controllers and PALs
by David Vrabel
· 16 years ago
b0a8132
wusb: fix bmRequestType for Abort RPipe request
by Anderson Lizardo
· 16 years ago
f51c23b
wusb: fix error path for wusb_set_dev_addr()
by Anderson Lizardo
· 16 years ago
df36542
wusb: add the Wire Adapter (WA) core
by Inaky Perez-Gonzalez
· 16 years ago
870d539
wusb: add the USB wusb-cbaf driver
by Inaky Perez-Gonzalez
· 16 years ago
470cc41
wusb: add the Wireless USB core (build-system)
by Greg Kroah-Hartman
· 16 years ago
d59db76
wusb: add the Wireless USB core (security)
by Inaky Perez-Gonzalez
· 16 years ago
b69fada
wusb: add the Wireless USB core (protocol)
by Inaky Perez-Gonzalez
· 16 years ago
90ff96f
wusb: add the Wireless USB core
by Inaky Perez-Gonzalez
· 16 years ago