aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall2011-05-171-3/+0
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-253-6/+6
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-258-61/+61
* Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-1/+1
|\
| * Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman2011-04-041-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-313-5/+5
|/
* staging: vt6656: Remove NULL check before kfreeIlia Mirkin2011-03-144-14/+7
* Staging: vt6656: Clean up switching to power saving mode.Philip Worrall2011-03-021-7/+1
* Staging: vt6656: Ensure power.c uses proper tabbing.Philip Worrall2011-03-021-15/+10
* Staging: vt6656: Clean up spaces around parenthesized expressionsPhilip Worrall2011-03-021-6/+6
* Staging: vt6656: Clean up return from sending power state notificationsPhilip Worrall2011-03-021-12/+4
* Staging: vt6656: Clean up unneccessary braces in power.cPhilip Worrall2011-03-021-9/+5
* Staging: vt6656: Use C89 comments in power.cPhilip Worrall2011-03-021-38/+38
* Staging: vt6656: Ensure power.c uses proper tabbing.Philip Worrall2011-03-021-215/+201
* staging: vt6656: main_usb.c remove one to many l's in the word.Justin P. Mattock2011-02-281-1/+1
* vt6656: Use request_firmware() to load firmwareBen Hutchings2011-01-214-753/+59
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-164-5/+5
* Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman2010-11-161-1/+2
|\
| * staging: vt6656: implement missing bracketsVasiliy Kulikov2010-11-091-1/+2
* | staging: vt6656: resolved checkpatch findingFelipe Andres Besoain Pino2010-11-091-2/+2
* | staging: vt6656 resolved parenthesis not spacesAriel Savini2010-11-091-18/+19
* | staging: vt6656: resolved checkpatch findingMariano Reingart2010-11-091-2/+1
* | staging: vt6656: resolved checkpatch findingMatias De la Puente2010-11-091-1/+1
|/
* Staging: vt6656: Makefile: cleaned up Makefile cflag linesTracey Dent2010-10-051-2/+2
* Staging: vt665x: remove unused DEF definitionCharles Clément2010-09-161-4/+0
* staging: vt6656: Fixed indentation with spacesClelia V. Korol2010-09-161-6/+6
* staging: vt6656: removed dummy errors like extra spacesEma Cuevas2010-09-161-4/+3
* staging: vt6656: delete some parenthesismatias2010-09-161-1/+1
* staging: vt6656: Space Added after definition of Variable MSG_LEVEL_INFOEmanuel Mariano Ravera2010-09-161-1/+1
* staging: vt6656: removed not required parentheses.Diego H. Iglesias2010-09-161-1/+1
* Staging: vt6656: use ARRAY_SIZE macro in channel.cNikitas Angelinas2010-09-081-1/+2
* staging: Use available error codesJulia Lawall2010-08-311-1/+1
* Staging: vt6656: problems in error handlingDan Carpenter2010-08-311-6/+5
* staging: vt6656: resolved checkpatch findingLuis Bosch2010-08-311-1/+1
* staging: vt6656: removed extra spacesVictor Rosales2010-08-311-4/+4
* staging: vt6656: changed comments convention and removed spaces before tabAlejandro Emanuel Paredes2010-08-311-3/+3
* staging: vt6656: removed macro to test bitsAndres More2010-08-313-31/+29
* staging: vt6656: removed NDIS_STATUS int redefinitionAndres More2010-08-313-6/+3
* staging: vt6656: removed custom definitions of Ethernet packet typesAndres More2010-08-313-45/+18
* staging: vt6656: removed not useful commentsAndres More2010-08-3113-66/+33
* staging: vt6656: added spaces around '||'Andres More2010-08-314-8/+11
* staging: vt6656: removed NTSTATUS definitionAndres More2010-08-0215-109/+38
* staging: vt6656: simplified tests involving both multi/broad-castsAndres More2010-08-021-18/+13
* Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen2010-08-024-9/+8
* staging: vt6656: code cleanup in device_netdev_ops' device_xmit()Andres More2010-07-221-24/+22
* staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LENAndres More2010-07-222-14/+3
* staging: vt6656: replaced MIN_PACKET_LEN with ETH_ZLENAndres More2010-07-222-8/+2
* staging: vt6656: replaced MAX_DATA_LEN with ETH_DATA_LENAndres More2010-07-222-4/+3
* staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LENAndres More2010-07-223-4/+4