aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inMalcolm Priestley1-2/+2
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley1-2/+2
2014-05-18staging: vt6656: PIPEnsControlIn remove camel case.Malcolm Priestley1-10/+10
2014-05-18staging: vt6656: PIPEnsControlOut remove camel case.Malcolm Priestley1-10/+10
2014-05-18staging: vt6656: usbpipe: replace debug messsages.Malcolm Priestley1-24/+15
2014-05-18staging: vt6656: usbpipe: get rid of in/out debug messages.Malcolm Priestley1-20/+0
2014-05-15staging: vt6656: Remove PIPEnsControlOutAsyn/CONTROLnsRequestOutAsynMalcolm Priestley1-38/+0
2014-05-15staging: vt6656: PIPEnsControlIn use usb_control_msgMalcolm Priestley1-85/+9
2014-05-15staging: vt6656: usbpipe.c PIPEnsControlOut use usb_control_msgMalcolm Priestley1-80/+7
2014-05-15staging: vt6656: lock changes: s_nsBulkInUsbIoCompleteRead.Malcolm Priestley1-4/+5
2014-05-15staging: vt6656: lock changes: usbpipe.c add mutex lock.Malcolm Priestley1-0/+16
2014-05-15staging: vt6656: lock changes: Remove spin locks.Malcolm Priestley1-6/+0
2014-05-15staging: vt6656: struct vnt_usb_send_context remove camel case.Malcolm Priestley1-13/+13
2014-03-17staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1Malcolm Priestley1-1/+1
2014-03-16staging: vt6656: Use __releases/__acquires annotationsIulia Manda1-0/+4
2014-02-27staging: vt6656: s_nsBulkOutIoCompleteWrite Remove variable status.Malcolm Priestley1-19/+5
2014-02-27staging: vt6656: s_nsBulkOutIoCompleteWrite remove buf_len.Malcolm Priestley1-3/+2
2014-02-27staging: vt6656: Remove unused variables packets*Malcolm Priestley1-5/+1
2014-02-27staging: vt6656: Remove unused variable bEventAvailable.Malcolm Priestley1-1/+0
2014-02-27staging: vt6656: Remove all variables ulInt*Malcolm Priestley1-3/+0
2014-02-27staging: vt6656: Remove all variables ulBulk*Malcolm Priestley1-10/+0
2014-02-27staging: vt6656: Remove pointer cast to urb->context.Malcolm Priestley1-4/+3
2014-02-27staging: vt6656: Cleanup PIPEnsBulkInUsbReadMalcolm Priestley1-27/+25
2014-02-27staging: vt6656: clean up s_nsBulkInUsbIoCompleteReadMalcolm Priestley1-22/+27
2014-02-27staging: vt6656: s_nsBulkInUsbIoCompleteRead Replace error handling.Malcolm Priestley1-15/+16
2014-02-27staging: vt6656: s_nsBulkInUsbIoCompleteRead Remove bytesRead/bIndicateReceive.Malcolm Priestley1-9/+3
2014-02-27staging: vt6656: s_nsBulkInUsbIoCompleteRead get rid of status.Malcolm Priestley1-4/+3
2014-02-27staging: vt6656: clean up PIPEnsSendBulkOut.Malcolm Priestley1-35/+26
2014-02-27staging: vt6656: usb_fill_bulk_urb get rid of void* cast.Malcolm Priestley1-8/+7
2014-02-27staging: vt6656: PIPEnsSendBulkOut reverse if statementMalcolm Priestley1-6/+4
2014-02-24staging: vt6656: Remove typedef enum _CONTEXT_TYPEMalcolm Priestley1-1/+1
2014-02-24staging: vt6656: clean up s_nsBulkOutIoCompleteWrite.Malcolm Priestley1-45/+43
2014-02-24staging: vt6656: s_nsBulkOutIoCompleteWrite add error handling,Malcolm Priestley1-0/+13
2014-02-24staging: vt6656: s_nsBulkOutIoCompleteWrite reorganise variable order.Malcolm Priestley1-12/+5
2014-02-24staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFERMalcolm Priestley1-7/+7
2014-02-24staging: vt6656: clean up PIPEnsInterruptRead.Malcolm Priestley1-25/+22
2014-02-24staging: vt6656: PIPEnsInterruptRead set intBuf.bInUse to false.Malcolm Priestley1-3/+5
2014-02-24staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urbMalcolm Priestley1-4/+4
2014-02-18staging: vt6656: clean up s_nsInterruptUsbIoCompleteReadMalcolm Priestley1-45/+24
2014-02-18staging: vt6656: Remove variable fKillEventPollingThreadMalcolm Priestley1-3/+1
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urbMalcolm Priestley1-8/+0
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead add urb status returnsMalcolm Priestley1-0/+13
2014-02-18staging: vt6656: s_nsInterruptUsbIoCompleteRead set intBuf.bInUse to trueMalcolm Priestley1-3/+6
2013-12-17staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley1-10/+0
2013-10-15staging: vt6656: return if pControlURB->hcpriv not NULLMalcolm Priestley1-0/+6
2013-10-15staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley1-2/+0
2013-08-28staging: vt6656: device.h Replace typedef struct _RCBMalcolm Priestley1-2/+2
2013-08-27staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.Malcolm Priestley1-3/+4
2013-07-25staging: vt6656: Remove dead code macro ASSERTMalcolm Priestley1-1/+0
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-23/+0