|
From: Anders J. <and...@us...> - 2001-10-16 16:12:14
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.c 1.206 1.207=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * BTISLOWERCONNECTED changed back to only allow a specified line. The diff of the modified file(s): --- bluetooth.c 2001/10/16 14:44:56 1.206 +++ bluetooth.c 2001/10/16 16:12:14 1.207 @@ -621,8 +621,7 @@ s32 line;=09=20=20 =20 copy_from_user(&line, (s32*)arg, size); - return (line >=3D 0 && SESSIONSTATE(line) =3D=3D BT_LOWERCONNECTED) || - (line < 0 && SESSIONSTATE(GET_TTYLINE(tty)) =3D=3D BT_LOWERCONNEC= TED); + return SESSIONSTATE(line) =3D=3D BT_LOWERCONNECTED; } =20=09 case BTINITSTACK: |