aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c
AgeCommit message (Expand)Author
2017-04-28staging: vt6656: use off stack for in buffer USB transfers.Malcolm Priestley
2017-04-28staging: vt6656: use off stack for out buffer USB transfers.Malcolm Priestley
2017-03-06Staging: vt6656: Fix spaces and char limitJitendra Kumar Khasdev
2017-02-16staging: vt6656: Alignment should match open parenthesisArushi Singhal
2016-08-30staging: vt6656: usbpipe.c: Fix checkpatch warningAnson Jacob
2016-02-20staging: vt6656: simplify tests of successful urb statusAlison Schofield
2016-02-14staging: vt6656: move local var init into declarationAlison Schofield
2016-02-11staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka
2015-09-29staging: vt6656: remove RX complete locking.Malcolm Priestley
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain
2014-08-16staging: vt6656: remove unnecessary bracesRagnar B. Johannsson
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley
2014-07-24staging: vt6656: remove macro MP_IS_READYMalcolm Priestley
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley
2014-07-21staging: vt6656: usbpipe.c clean up USB_CTL_WAITMalcolm Priestley
2014-07-21staging: vt6656: usbpipe remove unneeded commentsMalcolm Priestley
2014-07-21staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINKMalcolm Priestley
2014-07-21staging: vt6656: remove static declaration vnt_tx_context_completeMalcolm Priestley
2014-07-21staging: vt6656: Remove static declaration vnt_submit_rx_urb_completeMalcolm Priestley
2014-07-21staging: vt6656: Remove static declaration vnt_start_interrupt_urb_completeMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley
2014-07-18staging: vt6656: struct vnt_rcb remove unused membersMalcolm Priestley
2014-07-15staging: vt6656: usbpipe irrelevant function descriptionsMalcolm Priestley
2014-07-15staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_comp...Malcolm Priestley
2014-07-15staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbMalcolm Priestley
2014-07-15staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeMalcolm Priestley
2014-07-15staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley
2014-07-15staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt...Malcolm Priestley
2014-07-15staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley
2014-07-15staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley
2014-07-08staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean...Malcolm Priestley
2014-07-08stagingL vt6656: implement fall back rates reporting.Malcolm Priestley
2014-07-08staging: vt6656: Include re_alloc_skb within lock.Malcolm Priestley
2014-07-08staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idxMalcolm Priestley
2014-06-29staging: vt6656: Remove rx handing from RXvWorkItemMalcolm Priestley
2014-06-26staging: vt6656: device.h remove dead strutures and variablesMalcolm Priestley
2014-06-26staging: vt6656: mac80211 conversion: Create tx functionsMalcolm Priestley
2014-06-26staging: vt6656: mac80211 conversion: create rx function.Malcolm Priestley
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley
2014-05-26staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByteMalcolm Priestley
2014-05-26staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Malcolm Priestley
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inMalcolm Priestley
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley
2014-05-18staging: vt6656: PIPEnsControlIn remove camel case.Malcolm Priestley
2014-05-18staging: vt6656: PIPEnsControlOut remove camel case.Malcolm Priestley