aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/usbpipe.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-16staging: vt6656: Align function parametersGravatar Simon Sandström 1-2/+2
2017-04-28staging: vt6656: use off stack for in buffer USB transfers.Gravatar Malcolm Priestley 1-2/+15
2017-04-28staging: vt6656: use off stack for out buffer USB transfers.Gravatar Malcolm Priestley 1-2/+12
2017-03-06Staging: vt6656: Fix spaces and char limitGravatar Jitendra Kumar Khasdev 1-2/+2
2017-02-16staging: vt6656: Alignment should match open parenthesisGravatar Arushi Singhal 1-6/+6
2016-08-30staging: vt6656: usbpipe.c: Fix checkpatch warningGravatar Anson Jacob 1-2/+3
2016-02-20staging: vt6656: simplify tests of successful urb statusGravatar Alison Schofield 1-3/+3
2016-02-14staging: vt6656: move local var init into declarationGravatar Alison Schofield 1-9/+4
2016-02-11staging: vt6656: replace explicit NULL comparison with ! operatorGravatar Alison Schofield 1-1/+1
2015-11-19staging: vt6656: remove address from GPL textGravatar Othmar Pasteka 1-4/+0
2015-09-29staging: vt6656: remove RX complete locking.Gravatar Malcolm Priestley 1-6/+0
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Gravatar Abdul Hussain 1-1/+1
2014-08-16staging: vt6656: remove unnecessary bracesGravatar Ragnar B. Johannsson 1-3/+2
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Gravatar Malcolm Priestley 1-1/+0
2014-07-27staging: vt6656: remove return from all void functionsGravatar Malcolm Priestley 1-6/+0
2014-07-24staging: vt6656: use test_bit to check flags statusGravatar Malcolm Priestley 1-3/+3
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosGravatar Malcolm Priestley 1-3/+3
2014-07-24staging: vt6656: remove macro MP_IS_READYGravatar Malcolm Priestley 1-1/+1
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESGravatar Malcolm Priestley 1-1/+1
2014-07-21staging: vt6656: usbpipe.c clean up USB_CTL_WAITGravatar Malcolm Priestley 1-1/+1
2014-07-21staging: vt6656: usbpipe remove unneeded commentsGravatar Malcolm Priestley 1-6/+0
2014-07-21staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINKGravatar Malcolm Priestley 1-4/+0
2014-07-21staging: vt6656: remove static declaration vnt_tx_context_completeGravatar Malcolm Priestley 1-35/+32
2014-07-21staging: vt6656: Remove static declaration vnt_submit_rx_urb_completeGravatar Malcolm Priestley 1-31/+31
2014-07-21staging: vt6656: Remove static declaration vnt_start_interrupt_urb_completeGravatar Malcolm Priestley 1-28/+27
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbGravatar Malcolm Priestley 1-3/+3
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseGravatar Malcolm Priestley 1-5/+5
2014-07-18staging: vt6656: struct vnt_rcb remove unused membersGravatar Malcolm Priestley 1-1/+0
2014-07-15staging: vt6656: usbpipe irrelevant function descriptionsGravatar Malcolm Priestley 1-100/+0
2014-07-15staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_comp...Gravatar Malcolm Priestley 1-3/+3
2014-07-15staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbGravatar Malcolm Priestley 1-1/+1
2014-07-15staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeGravatar Malcolm Priestley 1-4/+4
2014-07-15staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Gravatar Malcolm Priestley 1-1/+1
2014-07-15staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt...Gravatar Malcolm Priestley 1-3/+3
2014-07-15staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbGravatar Malcolm Priestley 1-1/+1
2014-07-15staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataGravatar Malcolm Priestley 1-1/+1
2014-07-08staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean...Gravatar Malcolm Priestley 1-0/+3
2014-07-08stagingL vt6656: implement fall back rates reporting.Gravatar Malcolm Priestley 1-17/+6
2014-07-08staging: vt6656: Include re_alloc_skb within lock.Gravatar Malcolm Priestley 1-14/+11
2014-07-08staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idxGravatar Malcolm Priestley 1-1/+6
2014-06-29staging: vt6656: Remove rx handing from RXvWorkItemGravatar Malcolm Priestley 1-10/+15
2014-06-26staging: vt6656: device.h remove dead strutures and variablesGravatar Malcolm Priestley 1-2/+0
2014-06-26staging: vt6656: mac80211 conversion: Create tx functionsGravatar Malcolm Priestley 1-17/+11
2014-06-26staging: vt6656: mac80211 conversion: create rx function.Gravatar Malcolm Priestley 1-2/+2
2014-05-26staging: vt6656: dead code remove control.c/hGravatar Malcolm Priestley 1-0/+1
2014-05-26staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByteGravatar Malcolm Priestley 1-2/+7
2014-05-26staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Gravatar Malcolm Priestley 1-1/+7
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inGravatar Malcolm Priestley 1-2/+2
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outGravatar Malcolm Priestley 1-2/+2
2014-05-18staging: vt6656: PIPEnsControlIn remove camel case.Gravatar Malcolm Priestley 1-10/+10