Searched hist:d14fc1a74e846d7851f24fc9519fe87dc12a1231 (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | spcp8x5.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | keyspan_pda.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | digi_acceleport.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | generic.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | ch341.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | pl2303.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | cp210x.c | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/linux/include/linux/usb/ |
H A D | serial.h | diff d14fc1a74e846d7851f24fc9519fe87dc12a1231 Fri Jan 14 14:30:21 CET 2011 Libor Pechacek <lpechacek@suse.cz> USB: serial: handle Data Carrier Detect changes
Alan's commit 335f8514f200e63d689113d29cb7253a5c282967 introduced .carrier_raised function in several drivers. That also means tty_port_block_til_ready can now suspend the process trying to open the serial port when Carrier Detect is low and put it into tty_port.open_wait queue. We need to wake up the process when Carrier Detect goes high and trigger TTY hangup when CD goes low.
Some of the devices do not report modem status line changes, or at least we don't understand the status message, so for those we remove .carrier_raised again.
Signed-off-by: Libor Pechacek <lpechacek@suse.cz> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|