summaryrefslogtreecommitdiff
path: root/drivers/video/smscufx.c
Commit message (Collapse)AuthorAgeFilesLines
* smscufx: change edid data to u8 instead of charDan Carpenter2011-10-031-4/+4
| | | | | | | | | | | Having "edid" as char caused a problem in ufx_read_edid() where we compared "edid[i] != 0xFF". Because of the type difference, the condition was never true and the error checking failed. Also I added a __user notation to silence a sparse complaint. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
* smscufx: reduce number of casts in ufx_raw_rectSteve Glendinning2011-09-141-10/+10
| | | | | Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
* Add support for SMSC UFX6000/7000 USB display adaptersSteve Glendinning2011-09-051-0/+1994
This patch adds framebuffer suport for SMSC's UFX6000 (USB 2.0) and UFX7000 (USB 3.0) display adapters. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>