Sign in
android-kvm
/
linux
/
9fe82b8c422b5d9e9011bc08e27b9044936d945f
/
drivers
/
staging
/
vt6656
/
usbpipe.c
b79f3f6
staging: vt6656: Remove unnecessary 'out of memory' message
by Dileep Sankhla
· 7 years ago
dd41dab
staging: vt6656: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
6b4c6ce
staging: vt6656: add SPDX identifiers to all vt6656 driver files
by Greg Kroah-Hartman
· 7 years ago
3781f88
staging: vt6656: Align function parameters
by Simon Sandström
· 8 years ago
05c0cf8
staging: vt6656: use off stack for in buffer USB transfers.
by Malcolm Priestley
· 8 years ago
12ecd24
staging: vt6656: use off stack for out buffer USB transfers.
by Malcolm Priestley
· 8 years ago
1ce08c2
Staging: vt6656: Fix spaces and char limit
by Jitendra Kumar Khasdev
· 8 years ago
8129306
staging: vt6656: Alignment should match open parenthesis
by Arushi Singhal
· 8 years ago
3b1d753
staging: vt6656: usbpipe.c: Fix checkpatch warning
by Anson Jacob
· 9 years ago
7aa47db
staging: vt6656: simplify tests of successful urb status
by Alison Schofield
· 9 years ago
b9183fd
staging: vt6656: move local var init into declaration
by Alison Schofield
· 9 years ago
27f31cf9
staging: vt6656: replace explicit NULL comparison with ! operator
by Alison Schofield
· 9 years ago
a85994d
staging: vt6656: remove address from GPL text
by Othmar Pasteka
· 9 years ago
56b4c04
staging: vt6656: remove RX complete locking.
by Malcolm Priestley
· 9 years ago
5699c0f
staging: vt6656: Boolean tests don't need comparisons.
by Abdul Hussain
· 10 years ago
8614034
staging: vt6656: remove unnecessary braces
by Ragnar B. Johannsson
· 11 years ago
a8492a0
staging: vt6656: remove comments of old functions nolonger present.
by Malcolm Priestley
· 11 years ago
d78551b
staging: vt6656: remove return from all void functions
by Malcolm Priestley
· 11 years ago
cbcc9a3
staging: vt6656: use test_bit to check flags status
by Malcolm Priestley
· 11 years ago
2746321
staging: vt6656: struct vnt_private merge flag and macros
by Malcolm Priestley
· 11 years ago
f370872
staging: vt6656: remove macro MP_IS_READY
by Malcolm Priestley
· 11 years ago
b679ad2
staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITES
by Malcolm Priestley
· 11 years ago
b243517
staging: vt6656: usbpipe.c clean up USB_CTL_WAIT
by Malcolm Priestley
· 11 years ago
0acece0
staging: vt6656: usbpipe remove unneeded comments
by Malcolm Priestley
· 11 years ago
4060f53
staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK
by Malcolm Priestley
· 11 years ago
664b044
staging: vt6656: remove static declaration vnt_tx_context_complete
by Malcolm Priestley
· 11 years ago
93eac3b
staging: vt6656: Remove static declaration vnt_submit_rx_urb_complete
by Malcolm Priestley
· 11 years ago
eaa5679
staging: vt6656: Remove static declaration vnt_start_interrupt_urb_complete
by Malcolm Priestley
· 11 years ago
3d58248
staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb
by Malcolm Priestley
· 11 years ago
325de98
staging: vt6656: struct vnt_rcb remove camel case
by Malcolm Priestley
· 11 years ago
23dbf87
staging: vt6656: struct vnt_rcb remove unused members
by Malcolm Priestley
· 11 years ago
f24937d
staging: vt6656: usbpipe irrelevant function descriptions
by Malcolm Priestley
· 11 years ago
08823af
staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_complete
by Malcolm Priestley
· 11 years ago
2dc37af
staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb
by Malcolm Priestley
· 11 years ago
ceebd90
staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_complete
by Malcolm Priestley
· 11 years ago
476e7d9
staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.
by Malcolm Priestley
· 11 years ago
34f98e3
staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_complete
by Malcolm Priestley
· 11 years ago
b0bc572
staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urb
by Malcolm Priestley
· 11 years ago
e360d2b
staging: vt6656: int rename INTnsProcessData to vnt_int_process_data
by Malcolm Priestley
· 11 years ago
618ff9c
staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean and ready to reuse.
by Malcolm Priestley
· 11 years ago
71d764a
stagingL vt6656: implement fall back rates reporting.
by Malcolm Priestley
· 11 years ago
f528327
staging: vt6656: Include re_alloc_skb within lock.
by Malcolm Priestley
· 11 years ago
a5615b9
staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idx
by Malcolm Priestley
· 11 years ago
8cffb3c
staging: vt6656: Remove rx handing from RXvWorkItem
by Malcolm Priestley
· 11 years ago
09840eb
staging: vt6656: device.h remove dead strutures and variables
by Malcolm Priestley
· 11 years ago
d38b13a
staging: vt6656: mac80211 conversion: Create tx functions
by Malcolm Priestley
· 11 years ago
63b9907
staging: vt6656: mac80211 conversion: create rx function.
by Malcolm Priestley
· 11 years ago
62c8526
staging: vt6656: dead code remove control.c/h
by Malcolm Priestley
· 11 years ago
5374290
staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByte
by Malcolm Priestley
· 11 years ago
285d58c
staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8
by Malcolm Priestley
· 11 years ago
441c21c
staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_in
by Malcolm Priestley
· 11 years ago
1390b02
staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_out
by Malcolm Priestley
· 11 years ago
9af49fd
staging: vt6656: PIPEnsControlIn remove camel case.
by Malcolm Priestley
· 11 years ago
0f06a73
staging: vt6656: PIPEnsControlOut remove camel case.
by Malcolm Priestley
· 11 years ago
8a66026
staging: vt6656: usbpipe: replace debug messsages.
by Malcolm Priestley
· 11 years ago
f347d8c
staging: vt6656: usbpipe: get rid of in/out debug messages.
by Malcolm Priestley
· 11 years ago
3136b5f
staging: vt6656: Remove PIPEnsControlOutAsyn/CONTROLnsRequestOutAsyn
by Malcolm Priestley
· 11 years ago
0fb2af3
staging: vt6656: PIPEnsControlIn use usb_control_msg
by Malcolm Priestley
· 11 years ago
7021b68
staging: vt6656: usbpipe.c PIPEnsControlOut use usb_control_msg
by Malcolm Priestley
· 11 years ago
29b0237
staging: vt6656: lock changes: s_nsBulkInUsbIoCompleteRead.
by Malcolm Priestley
· 11 years ago
c91b186
staging: vt6656: lock changes: usbpipe.c add mutex lock.
by Malcolm Priestley
· 11 years ago
7af9400
staging: vt6656: lock changes: Remove spin locks.
by Malcolm Priestley
· 11 years ago
30a05b3
staging: vt6656: struct vnt_usb_send_context remove camel case.
by Malcolm Priestley
· 11 years ago
b9d93d1
staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1
by Malcolm Priestley
· 11 years ago
9009dd1
staging: vt6656: Use __releases/__acquires annotations
by Iulia Manda
· 11 years ago
d1b2a11
staging: vt6656: s_nsBulkOutIoCompleteWrite Remove variable status.
by Malcolm Priestley
· 11 years ago
d597aae
staging: vt6656: s_nsBulkOutIoCompleteWrite remove buf_len.
by Malcolm Priestley
· 11 years ago
07bc839
staging: vt6656: Remove unused variables packets*
by Malcolm Priestley
· 11 years ago
cbe4da5
staging: vt6656: Remove unused variable bEventAvailable.
by Malcolm Priestley
· 11 years ago
7e5a919
staging: vt6656: Remove all variables ulInt*
by Malcolm Priestley
· 11 years ago
88c4d12
staging: vt6656: Remove all variables ulBulk*
by Malcolm Priestley
· 11 years ago
599e4b5
staging: vt6656: Remove pointer cast to urb->context.
by Malcolm Priestley
· 11 years ago
0b787d7
staging: vt6656: Cleanup PIPEnsBulkInUsbRead
by Malcolm Priestley
· 11 years ago
d4fa2ab
staging: vt6656: clean up s_nsBulkInUsbIoCompleteRead
by Malcolm Priestley
· 11 years ago
6763898
staging: vt6656: s_nsBulkInUsbIoCompleteRead Replace error handling.
by Malcolm Priestley
· 11 years ago
1882c19
staging: vt6656: s_nsBulkInUsbIoCompleteRead Remove bytesRead/bIndicateReceive.
by Malcolm Priestley
· 11 years ago
e3a8fa1
staging: vt6656: s_nsBulkInUsbIoCompleteRead get rid of status.
by Malcolm Priestley
· 11 years ago
3f38290
staging: vt6656: clean up PIPEnsSendBulkOut.
by Malcolm Priestley
· 11 years ago
da5c99f
staging: vt6656: usb_fill_bulk_urb get rid of void* cast.
by Malcolm Priestley
· 11 years ago
1333830
staging: vt6656: PIPEnsSendBulkOut reverse if statement
by Malcolm Priestley
· 11 years ago
1450ba6
staging: vt6656: Remove typedef enum _CONTEXT_TYPE
by Malcolm Priestley
· 11 years ago
21aa212
staging: vt6656: clean up s_nsBulkOutIoCompleteWrite.
by Malcolm Priestley
· 11 years ago
e8152bf
staging: vt6656: s_nsBulkOutIoCompleteWrite add error handling,
by Malcolm Priestley
· 11 years ago
1c398a3
staging: vt6656: s_nsBulkOutIoCompleteWrite reorganise variable order.
by Malcolm Priestley
· 11 years ago
f764e00
staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFER
by Malcolm Priestley
· 11 years ago
5f38b78
staging: vt6656: clean up PIPEnsInterruptRead.
by Malcolm Priestley
· 11 years ago
59858f5
staging: vt6656: PIPEnsInterruptRead set intBuf.bInUse to false.
by Malcolm Priestley
· 11 years ago
f39b853
staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb
by Malcolm Priestley
· 11 years ago
d9ad7a9
staging: vt6656: clean up s_nsInterruptUsbIoCompleteRead
by Malcolm Priestley
· 11 years ago
749627f
staging: vt6656: Remove variable fKillEventPollingThread
by Malcolm Priestley
· 11 years ago
def84bd
staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb
by Malcolm Priestley
· 11 years ago
c98fbf9
staging: vt6656: s_nsInterruptUsbIoCompleteRead add urb status returns
by Malcolm Priestley
· 11 years ago
247b4b6
staging: vt6656: s_nsInterruptUsbIoCompleteRead set intBuf.bInUse to true
by Malcolm Priestley
· 11 years ago
1fd4f55
staging: vt6656: Remove unused scStatistic data/functions from driver.
by Malcolm Priestley
· 11 years ago
e1feda1
staging: vt6656: return if pControlURB->hcpriv not NULL
by Malcolm Priestley
· 11 years ago
60cc274
staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBack
by Malcolm Priestley
· 11 years ago
115cac2
staging: vt6656: device.h Replace typedef struct _RCB
by Malcolm Priestley
· 12 years ago
dcdf1d0
staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT.
by Malcolm Priestley
· 12 years ago
8dbc6aa
staging: vt6656: Remove dead code macro ASSERT
by Malcolm Priestley
· 12 years ago
9fbafdd
staging: vt6656: remove consecutive newlines
by Andres More
· 12 years ago
Next »