X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flinux%2Fserio.h;h=9f38250146744a605736879d1ba23fe969a07ad0;hb=00d61e3e8c12d5f395b167856d2b3c430816afb0;hp=ac2c70e7f76083e80325983ff1111bbd1c71492d;hpb=64106104dd2d4a6280777e88c1cbf9f7a52c30bd;p=deliverable%2Flinux.git diff --git a/include/linux/serio.h b/include/linux/serio.h index ac2c70e7f760..9f3825014674 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -108,12 +108,6 @@ static inline void serio_drv_write_wakeup(struct serio *serio) serio->drv->write_wakeup(serio); } -static inline void serio_cleanup(struct serio *serio) -{ - if (serio->drv && serio->drv->cleanup) - serio->drv->cleanup(serio); -} - /* * Use the following functions to manipulate serio's per-port * driver-specific data. @@ -215,5 +209,7 @@ static inline void serio_unpin_driver(struct serio *serio) #define SERIO_PENMOUNT 0x31 #define SERIO_TOUCHRIGHT 0x32 #define SERIO_TOUCHWIN 0x33 +#define SERIO_TAOSEVM 0x34 +#define SERIO_FUJITSU 0x35 #endif