aboutsummaryrefslogtreecommitdiff
path: root/include/linux/irda.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-21[IrDA]: EP7211 IR driver port to the latest SIR APISamuel Ortiz1-0/+1
The EP7211 SIR driver was the only one left without a new SIR API port. Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2007-07-10[IrDA]: Monitor mode.Samuel Ortiz1-0/+1
Through the IrDA netlink set mode command, we switch to IrDA monitor mode, where one IrLAP instance receives all the packets on the media, without ever responding to them. Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2007-07-10[IrDA]: Netlink layer.Samuel Ortiz1-0/+27
First IrDA configuration netlink layer implementation. Currently, we only support the set/get mode commands. Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2007-05-09include files: convert "include" subdirectory to UTF-8John Anthony Kazos Jr1-1/+1
Convert the "include" subdirectory to UTF-8. Signed-off-by: John Anthony Kazos Jr. <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-03-20[IRDA]: TOIM3232 dongle supportDavid Basden1-0/+1
Here goes a patch for supporting TOIM3232 based serial IrDA dongles. The code is based on the tekram dongle code. It's been tested with a TOIM3232 based IRWave 320S dongle. It may work for TOIM4232 dongles, although it's not been tested. Signed-off-by: David Basden <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+222
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!