aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-17drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall1-3/+0
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-25staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches3-6/+6
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches8-61/+61
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+1
2011-04-04Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-5/+5
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin4-14/+7
2011-03-02Staging: vt6656: Clean up switching to power saving mode.Philip Worrall1-7/+1
2011-03-02Staging: vt6656: Ensure power.c uses proper tabbing.Philip Worrall1-15/+10
2011-03-02Staging: vt6656: Clean up spaces around parenthesized expressionsPhilip Worrall1-6/+6
2011-03-02Staging: vt6656: Clean up return from sending power state notificationsPhilip Worrall1-12/+4
2011-03-02Staging: vt6656: Clean up unneccessary braces in power.cPhilip Worrall1-9/+5
2011-03-02Staging: vt6656: Use C89 comments in power.cPhilip Worrall1-38/+38
2011-03-02Staging: vt6656: Ensure power.c uses proper tabbing.Philip Worrall1-215/+201
2011-02-28staging: vt6656: main_usb.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2011-01-21vt6656: Use request_firmware() to load firmwareBen Hutchings4-753/+59
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches4-5/+5
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-1/+2
2010-11-09staging: vt6656: resolved checkpatch findingFelipe Andres Besoain Pino1-2/+2
2010-11-09staging: vt6656 resolved parenthesis not spacesAriel Savini1-18/+19
2010-11-09staging: vt6656: resolved checkpatch findingMariano Reingart1-2/+1
2010-11-09staging: vt6656: resolved checkpatch findingMatias De la Puente1-1/+1
2010-11-09staging: vt6656: implement missing bracketsVasiliy Kulikov1-1/+2
2010-10-05Staging: vt6656: Makefile: cleaned up Makefile cflag linesTracey Dent1-2/+2
2010-09-16Staging: vt665x: remove unused DEF definitionCharles Clément1-4/+0
2010-09-16staging: vt6656: Fixed indentation with spacesClelia V. Korol1-6/+6
2010-09-16staging: vt6656: removed dummy errors like extra spacesEma Cuevas1-4/+3
2010-09-16staging: vt6656: delete some parenthesismatias1-1/+1
2010-09-16staging: vt6656: Space Added after definition of Variable MSG_LEVEL_INFOEmanuel Mariano Ravera1-1/+1
2010-09-16staging: vt6656: removed not required parentheses.Diego H. Iglesias1-1/+1
2010-09-08Staging: vt6656: use ARRAY_SIZE macro in channel.cNikitas Angelinas1-1/+2
2010-08-31staging: Use available error codesJulia Lawall1-1/+1
2010-08-31Staging: vt6656: problems in error handlingDan Carpenter1-6/+5
2010-08-31staging: vt6656: resolved checkpatch findingLuis Bosch1-1/+1
2010-08-31staging: vt6656: removed extra spacesVictor Rosales1-4/+4
2010-08-31staging: vt6656: changed comments convention and removed spaces before tabAlejandro Emanuel Paredes1-3/+3
2010-08-31staging: vt6656: removed macro to test bitsAndres More3-31/+29
2010-08-31staging: vt6656: removed NDIS_STATUS int redefinitionAndres More3-6/+3
2010-08-31staging: vt6656: removed custom definitions of Ethernet packet typesAndres More3-45/+18
2010-08-31staging: vt6656: removed not useful commentsAndres More13-66/+33
2010-08-31staging: vt6656: added spaces around '||'Andres More4-8/+11
2010-08-02staging: vt6656: removed NTSTATUS definitionAndres More15-109/+38
2010-08-02staging: vt6656: simplified tests involving both multi/broad-castsAndres More1-18/+13
2010-08-02Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen4-9/+8
2010-07-22staging: vt6656: code cleanup in device_netdev_ops' device_xmit()Andres More1-24/+22
2010-07-22staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LENAndres More2-14/+3
2010-07-22staging: vt6656: replaced MIN_PACKET_LEN with ETH_ZLENAndres More2-8/+2
2010-07-22staging: vt6656: replaced MAX_DATA_LEN with ETH_DATA_LENAndres More2-4/+3
2010-07-22staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LENAndres More3-4/+4