summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/ozhcd.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-18staging: ozwpan: remove event tracing code.Rupesh Gujare1-47/+0
2013-05-17staging: ozwpan: fix access byteorder for wMaxPacketSize in ozhcd.cXenia Ragiadakou1-1/+1
2013-02-16staging/ozwpan: Mark read only parameters and structs as constPeter Huewe1-4/+5
2013-02-16staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+3
2013-02-16staging/ozwpan: Add missing header includesPeter Huewe1-0/+1
2013-02-15staging/ozwpan: Fix NULL vs zero in ozhcd.c (sparse warning)Peter Huewe1-67/+68
2013-01-30staging:ozwpan: Fix following warning.Rupesh Gujare1-1/+1
2012-11-22staging: ozwpan: Remove redundant null check before kfree in ozhcd.cSachin Kamat1-2/+1
2012-11-01staging: ozwpan: use tasklet_kill in device remove/release processXiaotian Feng1-2/+2
2012-09-05staging: ozwpan: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-10/+5
2012-08-14staging: ozwpan: Return correct actual_length to userlandRupesh Gujare1-6/+8
2012-08-14staging: ozwpan: Insulate driver from HZ valueRupesh Gujare1-4/+4
2012-08-14staging: ozwpan: buffer frame if urb not available.Rupesh Gujare1-4/+63
2012-04-25staging,ozwpan: Fix typo in comments within staging/ozwpanMasanari Iida1-2/+2
2012-04-10staging:ozwpan:ozhcd.c Fix typos in staging:ozwpanJustin P. Mattock1-1/+1
2012-03-03staging: ozwpan: remove debug allocatorGreg Kroah-Hartman1-10/+9
2012-02-24staging: ozwpan: Added USB HCD implementationChris Kelly1-0/+2257