aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley1-5/+5
2014-07-18staging: vt6656: struct vnt_rcb remove unused membersMalcolm Priestley1-1/+0
2014-07-15staging: vt6656: usbpipe irrelevant function descriptionsMalcolm Priestley1-100/+0
2014-07-15staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_completeMalcolm Priestley1-3/+3
2014-07-15staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeMalcolm Priestley1-4/+4
2014-07-15staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley1-1/+1
2014-07-15staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_completeMalcolm Priestley1-3/+3
2014-07-15staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley1-1/+1
2014-07-08staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean and ready to reuse.Malcolm Priestley1-0/+3
2014-07-08stagingL vt6656: implement fall back rates reporting.Malcolm Priestley1-17/+6
2014-07-08staging: vt6656: Include re_alloc_skb within lock.Malcolm Priestley1-14/+11
2014-07-08staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idxMalcolm Priestley1-1/+6
2014-06-29staging: vt6656: Remove rx handing from RXvWorkItemMalcolm Priestley1-10/+15
2014-06-26staging: vt6656: device.h remove dead strutures and variablesMalcolm Priestley1-2/+0
2014-06-26staging: vt6656: mac80211 conversion: Create tx functionsMalcolm Priestley1-17/+11
2014-06-26staging: vt6656: mac80211 conversion: create rx function.Malcolm Priestley1-2/+2
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley1-0/+1
2014-05-26staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByteMalcolm Priestley1-2/+7
2014-05-26staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Malcolm Priestley1-1/+7
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