View | Details | Raw Unified | Return to bug 238291 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/atkbdc/psm.c (-1 / +1 lines)
Lines 6929-6935 Link Here
6929
{
6929
{
6930
	static const int ic2hw[] =
6930
	static const int ic2hw[] =
6931
	/*IC: 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f */
6931
	/*IC: 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f */
6932
	    { 0, 0, 2, 0, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0 };
6932
	    { 0, 0, 2, 0, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 };
6933
	static const int fw_sizes[][3] = {
6933
	static const int fw_sizes[][3] = {
6934
		/* FW.vers  MaxX  MaxY */
6934
		/* FW.vers  MaxX  MaxY */
6935
		{ 0x020030, 1152,  768 },
6935
		{ 0x020030, 1152,  768 },

Return to bug 238291