search for: panel_id

Displaying 5 results from an estimated 5 matches for "panel_id".

2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi, I''m trying to call a remote function when a combobox option is selected, passing as an argument the current value of the combobox (paramenter "panel_id": <select id="server_interface_jack_switch_panel" onchange="<%=remote_function(:update=>''server_interface_jack_switch_id'',:url=>{:action=>''update_jack_option'', :panel_id=>''1'' })%>"> As you ca...
2006 Nov 17
1
SQLite3 put a parse error in my schema.rb for timestamps
...grate yet, I start the cycle by keeping a file, db/create.sql, and if it upgrades, then my tests run it in the database to create the schema. So the table contains goodies like these: drop table chats; create table chats ( id integer primary key, -- auto_increment, user_id integer not null, panel_id integer not null, uttered_at timestamp DEFAULT CURRENT_TIMESTAMP, utterance varchar(255) not null ); (Note, for example, that MySQL will [sometimes] require the auto_increment, but SQLite can''t use it.) Now note the timestamp DEFAULT CURRENT_TIMESTAMP. That''s because I'...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../lcd.c b/drivers/video/via/lcd.c index 1650379..980ee1b 100644 --- a/drivers/video/via/lcd.c +++ b/drivers/video/via/lcd.c @@ -49,7 +49,7 @@ static struct _lcd_scaling_factor lcd_scaling_factor_CLE = { }; static bool lvds_identify_integratedlvds(void); -static void __devinit fp_id_to_vindex(int panel_id); +static void fp_id_to_vindex(int panel_id); static int lvds_register_read(int index); static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, int panel_vres); @@ -81,7 +81,7 @@ static inline bool check_lvds_chip(int device_id_subaddr, int device_id) return lvds_regis...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../lcd.c b/drivers/video/via/lcd.c index 1650379..980ee1b 100644 --- a/drivers/video/via/lcd.c +++ b/drivers/video/via/lcd.c @@ -49,7 +49,7 @@ static struct _lcd_scaling_factor lcd_scaling_factor_CLE = { }; static bool lvds_identify_integratedlvds(void); -static void __devinit fp_id_to_vindex(int panel_id); +static void fp_id_to_vindex(int panel_id); static int lvds_register_read(int index); static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, int panel_vres); @@ -81,7 +81,7 @@ static inline bool check_lvds_chip(int device_id_subaddr, int device_id) return lvds_regis...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../lcd.c b/drivers/video/via/lcd.c index 1650379..980ee1b 100644 --- a/drivers/video/via/lcd.c +++ b/drivers/video/via/lcd.c @@ -49,7 +49,7 @@ static struct _lcd_scaling_factor lcd_scaling_factor_CLE = { }; static bool lvds_identify_integratedlvds(void); -static void __devinit fp_id_to_vindex(int panel_id); +static void fp_id_to_vindex(int panel_id); static int lvds_register_read(int index); static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, int panel_vres); @@ -81,7 +81,7 @@ static inline bool check_lvds_chip(int device_id_subaddr, int device_id) return lvds_regis...