Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0bb92677ab45e09f99bca06ec6635852ee6ec893
/
drivers
/
usb
/
wusbcore
da31fe4
WUSB: remove an unnused variable
by Dan Carpenter
· 12 years ago
eb83be9
USB: remove CONFIG_EXPERIMENTAL dependancies
by Greg Kroah-Hartman
· 12 years ago
fd4d72c
drivers/usb/wusbcore/wa-hc.c: fix error return code
by Julia Lawall
· 12 years ago
e58ba01
wusb: Fix potential memory leak in wusb_dev_sec_add()
by Alexey Khoroshilov
· 12 years ago
a0701f0
uwb & wusb: fix kconfig error
by Randy Dunlap
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
cbb50df
drivers: usb: wusbcore: Fix dependency for USB_WUSB
by Fabio Estevam
· 13 years ago
d5ca9db
USB: wusb: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
65db430
USB: convert drivers/usb/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
f940fcd
usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
by Paul Gortmaker
· 13 years ago
6eb0de8
usb: Add module.h to drivers/usb consumers who really use it.
by Paul Gortmaker
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
9708cd2
wusb: use printk_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
e90ed12
USB: wusbcore: return negative error codes
by Dan Carpenter
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
dbe79bb
USB 3.0 Hub Changes
by John Youn
· 23 years ago
da13051
USB: Remove bitmap #define from hcd.h
by Sarah Sharp
· 14 years ago
962f3ff
wusb: fix find_first_zero_bit() return value check
by Akinobu Mita
· 14 years ago
7aed9df
drivers:usb:wusbhc.h remove one to many l's in the word.
by Justin P. Mattock
· 14 years ago
32b801e
USB: wusbcore: rh.c Typo change desciptor to descriptor.
by Justin P. Mattock
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
0a2b8a0
usb: makefile cleanup
by matt mooney
· 14 years ago
2501331
usb: change to new flag variable
by matt mooney
· 14 years ago
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